summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Oram <dev@mitmaro.ca>2018-10-28 16:05:48 -0230
committerTim Oram <dev@mitmaro.ca>2018-10-28 16:05:48 -0230
commite834bc2164484cc72e6d12a3290d892b0f5a4477 (patch)
tree3a7938a879f3afc070ff9773d8375802004eb000
parent6f69af6a0e226685cf8bd5e807e887e66a955e9f (diff)
Release version 0.7.0
-rw-r--r--CHANGELOG.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index edd27aa..45b62ed 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,12 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
-## [0.7.0] - [Unreleased]
+## [0.7.0] - 2018-10-28
### Added
+- Support git `core.commentChar` option
- Configuration of colors
- Support for the exec action
- Auto-select next line configuration
+- Prepend application name to error messages
### Fixed
- Windows creating a new window on run (hopefully)
@@ -63,7 +65,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Initial project release
-[Unreleased]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/0.6.0...HEAD
+[Unreleased]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/0.7.0...HEAD
+[Unreleased]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/0.6.0...0.7.0
[0.6.0]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/0.5.0...0.6.0
[0.5.0]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/0.4.0...0.5.0
[0.4.0]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/0.3.0...0.4.0