summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTim Oram <dev@mitmaro.ca>2019-09-14 12:57:13 -0230
committerTim Oram <dev@mitmaro.ca>2019-09-19 21:22:40 -0230
commitf23b5d0feccd28723c8f1b7dc3ad4ec528ad0938 (patch)
treefe7c344bfd3ce6bc8b02bdd6981810ee86a35449 /CHANGELOG.md
parent38013086cbbca3b4804817676cda6c9432573fb4 (diff)
Add 256 colour support and selected line
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0e4233e..8e475d6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,15 @@ 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/).
+## [Unreleased] - 2019-08-15
+
+### Added
+- Support for 256-color terminals
+- Highlight of selected line(s) on 256-color terminals
+
+### Removed
+- Unused `errorColor` configuration
+
## [1.1.0] - 2019-08-15
### Added
@@ -87,7 +96,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/1.0.0...HEAD
+[Unreleased]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/1.1.0...HEAD
+[1.1.0]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/0.7.0...1.0.0
[0.7.0]: 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