Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Releases: JohnnyIrvin/shell-craft

v1.2.0

10 Nov 18:01

Choose a tag to compare

"75411b5dacd32cbbb9c72aab44fb611208d3f682 chore(version): Bump version to v1.2.0 [skip ci] (Johnathan Irvin)"
"856ccbeca4c327dd24e486c5d87f80368427641a fix(cli): Fixed interactive exits.EOF. (Johnathan P. Irvin)"
"ca3fb5da3069eed5e047a69aab06323d47889966 test(cli): Interactive Mode print sequence (Johnathan P. Irvin)"
"ff706870da232eb7fa43ad0245823290d561af0f test(cli): Tested single requests. (Johnathan P. Irvin)"
"22555fa9d80ea1ce176c502e2a7c53c54fdd6c75 test(cli): Tested prompt retrieval (Johnathan P. Irvin)"
"208b45598ff4a7401333a52ba638c7b2c2f5b158 test(cli): Tested XDG_CONFIG Home EnvVar (Johnathan P. Irvin)"
"9abc4af1593cf35441deeaa3aad8cea46756616b test(cli): Tested shellcraft_config is expanded (Johnathan P. Irvin)"
"3084e1d1b203e0e8d4c38b3d528f8333a196111a feat(cli): Interactive mode and execution. (Johnathan P. Irvin)"
"4c8b740871f5c0448ab98e0b325a9768077dc81b test(cli): Increased CLI Test Coverage (Johnathan P. Irvin)"
"3322af3a87a4daa279e5c6dc6d7960267523477a refactor(cli): CLI Entrypoint SOC (Johnathan P. Irvin)"
"445d9354b38b2b040707f60b94ca04fd068a2551 chore(models): Updated model choices (Johnathan P. Irvin)"

v1.1.1

10 Nov 04:08

Choose a tag to compare

"af7571386a11b6a85dabe7d7a83ae8aae38d1f27 chore(version): Bump version to v1.1.1 [skip ci] (Johnathan Irvin)"
"83d6560a62cf8650194997f7367dfae208121e47 test(cli): Configuration Expanded (Johnathan P. Irvin)"
"27866ca5eb8a96940180feef9091b985cab2b37f fix(cli): Configuration in shell-craft Folder (Johnathan P. Irvin)"

v1.1.0

14 Jun 01:13

Choose a tag to compare

"26a7af762f5eb905105b55d6c4b870946a2d577f chore(version): Bump version to v1.1.0 [skip ci] (Johnathan Irvin)"
"f660d95abf114826888fa77373832d7dc590c49c feat(models): Updated Models, GPT 3.5 16k (Johnathan Irvin)"
"30d1df8d0571a96eeff013a58e3069282405676e docs(readme): Updated readme (Johnathan Irvin)"

v1.0.1

29 May 23:10

Choose a tag to compare

"828638ad683b99e7bd7c0879e6ee4ed3f5bb7e5b chore(version): Bump version to v1.0.1 [skip ci] (Johnathan Irvin)"
"e81406535f7a0f2a944765a30a759f7b03411c03 fix(revert): Reverted change log filter (Johnathan Irvin)"

v1.0.0

29 May 23:06

Choose a tag to compare

What's Changed

7a51ef0 fix(cli): Fixed Github repository not creating links
df58947 fix(cli): Used | for dictionary combining
fd84a78 fix(configuration): Added null_check when pulling from files
58599c6 docs(readme): Updated Python API in readme
8ba6237 refactor(cli): Used AggregatedConfiguration for files
1680847 feat(configuration): Aggregate configuration from file paths
90b4fed refactor(cli): Removed _read_file, dead code
e9294c0 feat(configuration): JSON Configuration from file
4961c2b refactor(configuration): Simplified configurations into dicts
7e329c5 chore(git): Ignore coverage files
9643dd6 refactor(service): Refactored OpenAI service into a service implementation
19911ec feat(service): Wrote service protocol
7d3add1 test(cli): Tested limit float
878f9f8 refactor(configuration): Simplified aggregate configuration to use dictionary
17c486a chore(test): Cleaned up code coverage
d81e5a6 fix(testing): Deleted obsolete CLI tests
070820a feat(cli): Configuration added for shell_craft_prompt
5109835 feat(cli): Configuration added for openai_count
f6b0822 feat(cli): Configuration added for openai_temperature
9b15d62 feat(cli): Configuration added for openai_model
e9f8bd3 refactor(cli): Rewrote command line parsing
58a36ad refactor(cli): Simplified default value extraction
76f3748 feat(cli): Integrated configuration into CLI
635238f chore(ci): Removed Python 3.9 from testing.
683d5a1 fix(configuration): get_value returns None, not KeyError
11b06fa feat(configuration): Implemented dictionary configuration
203a025 feat(configuration): Added aggregation configuration
b9bbe77 feat(configuration): Implemented json configuration implementation
e8c5be6 feat(configuration): Implemented configuration protocol
2f239d8 Update change_log.py

Full Changelog: v0.8.5...v1.0.0

v0.8.5

25 May 00:56

Choose a tag to compare

v0.8.5 Pre-release
Pre-release
chore(version): Bump version to v0.8.5 [skip ci]

v0.8.4

25 May 00:38

Choose a tag to compare

v0.8.4 Pre-release
Pre-release
chore(version): Bump version to v0.8.4 [skip ci]

v0.8.3

25 May 00:28

Choose a tag to compare

v0.8.3 Pre-release
Pre-release
chore(version): Bump version to v0.8.3 [skip ci]

v0.8.2

25 May 00:23

Choose a tag to compare

v0.8.2 Pre-release
Pre-release
chore(version): Bump version to v0.8.2 [skip ci]

v0.8.1

23 May 16:53

Choose a tag to compare

v0.8.1 Pre-release
Pre-release

"7aa95f7452842d0e57e281aaf59943b81d576076 chore(version): Bump version to v0.8.1 [skip ci] (Johnathan Irvin)"
"4ed457732898f0d2a1d5a420b3f323828e07dded fix(prompt): Update templates.py (Johnathan Irvin)"