Releases: vlazic/gpt-project-context
Releases · vlazic/gpt-project-context
v1.1.1
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.1.1 (2023-07-12)
Bug Fixes
- docs: Update file filtering pattern to correctly include nested directories (27265a2)
1.1.0 (2023-06-21)
⚠ BREAKING CHANGES
- The GetFilePaths function now requires an additional parameter. Existing calls to this function will need to be updated, either by providing a specific root directory or by passing an empty string to use the current working directory.
Features
- Add tokens package to count the total number of tokens in the GPT output and display a warning if greater than 8192 characters. (684da44)
- Create separate .go files for flags, file operations, output creation, and clipboard operations (6106436)
- Enhance GetFilePaths and FilterFiles functions for testing (89ea603)
- First commit (f95d6a5)
- Update Makefile to build for linux, update README.md with installation instructions (92564f8)
- Use bmatcuk/doublestar package for glob pattern matching (e94ce22)
Bug Fixes
- update internal/fileutils/fileutils_test.go to include /_test.go pattern (68b3600)
- Update Makefile to build all binaries before creating GitHub release (0b84b06)
1.0.4 (2023-05-17)
⚠ BREAKING CHANGES
- The GetFilePaths function now requires an additional parameter. Existing calls to this function will need to be updated, either by providing a specific root directory or by passing an empty string to use the current working directory.
Features
- Create separate .go files for flags, file operations, output creation, and clipboard operations (6106436)
- Enhance GetFilePaths and FilterFiles functions for testing (89ea603)
Bug Fixes
- Update Makefile to build all binaries before creating GitHub release (0b84b06)
1.0.3 (2023-05-17)
Features
- Create separate .go files for flags, file operations, output creation, and clipboard operations (6106436)
Bug Fixes
- Update Makefile to build all binaries before creating GitHub release (0b84b06)
1.0.2 (2023-04-28)
Bug Fixes
- Update Makefile to build all binaries before creating GitHub release (0b84b06)
1.0.1 (2023-04-28)
Features
- Update Makefile to build for linux, update README.md with installation instructions (92564f8)
1.0.0 (2023-04-28)
Features
- First commit (f95d6a5)
v1.1.0
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.1.0 (2023-06-21)
⚠ BREAKING CHANGES
- The GetFilePaths function now requires an additional parameter. Existing calls to this function will need to be updated, either by providing a specific root directory or by passing an empty string to use the current working directory.
Features
- Add tokens package to count the total number of tokens in the GPT output and display a warning if greater than 8192 characters. (684da44)
- Create separate .go files for flags, file operations, output creation, and clipboard operations (6106436)
- Enhance GetFilePaths and FilterFiles functions for testing (89ea603)
- First commit (f95d6a5)
- Update Makefile to build for linux, update README.md with installation instructions (92564f8)
- Use bmatcuk/doublestar package for glob pattern matching (e94ce22)
Bug Fixes
- update internal/fileutils/fileutils_test.go to include /_test.go pattern (68b3600)
- Update Makefile to build all binaries before creating GitHub release (0b84b06)
1.0.4 (2023-05-17)
⚠ BREAKING CHANGES
- The GetFilePaths function now requires an additional parameter. Existing calls to this function will need to be updated, either by providing a specific root directory or by passing an empty string to use the current working directory.
Features
- Create separate .go files for flags, file operations, output creation, and clipboard operations (6106436)
- Enhance GetFilePaths and FilterFiles functions for testing (89ea603)
Bug Fixes
- Update Makefile to build all binaries before creating GitHub release (0b84b06)
1.0.3 (2023-05-17)
Features
- Create separate .go files for flags, file operations, output creation, and clipboard operations (6106436)
Bug Fixes
- Update Makefile to build all binaries before creating GitHub release (0b84b06)
1.0.2 (2023-04-28)
Bug Fixes
- Update Makefile to build all binaries before creating GitHub release (0b84b06)
1.0.1 (2023-04-28)
Features
- Update Makefile to build for linux, update README.md with installation instructions (92564f8)
1.0.0 (2023-04-28)
Features
- First commit (f95d6a5)