generated from JetBrains/intellij-platform-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial release with core features (#0.1.0)
- Loading branch information
1 parent
552d0f0
commit 12308c0
Showing
2 changed files
with
24 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,28 @@ | ||
<!-- Keep a Changelog guide -> https://keepachangelog.com --> | ||
|
||
# ollama-commit-summarizer Changelog | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.1.0] - 2024-06-26 | ||
### Added | ||
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template) | ||
- Initial release with core features: | ||
- Automated commit messages based on code changes. | ||
- Context-aware analysis for accurate message generation. | ||
- Customizable commit message templates. | ||
- Integration with Git and VCS tools. | ||
- Interactive suggestions for commit messages. | ||
- Multi-language support. | ||
|
||
### Changed | ||
- Initial setup and configuration. | ||
|
||
### Fixed | ||
- Initial implementation bugs and issues. | ||
|
||
[Unreleased]: https://github.com/itishermann/ollama-commit-summarizer/compare/v0.1.0...HEAD | ||
[0.1.0]: https://github.com/itishermann/ollama-commit-summarizer/releases/tag/v0.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters