2020-05-13 18:17:49 +03:00
|
|
|
# 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]
|
2020-05-16 21:17:21 +03:00
|
|
|
|
2020-05-18 23:44:09 +03:00
|
|
|
## [0.2.6] - 2020-05-18
|
2020-05-17 00:26:53 +03:00
|
|
|
### Fixed
|
|
|
|
- fix crash help in small window size ([#63](https://github.com/extrawurst/gitui/issues/63))
|
|
|
|
|
2020-05-16 21:21:08 +03:00
|
|
|
## [0.2.5] - 2020-05-16
|
2020-05-13 18:17:49 +03:00
|
|
|
### Added
|
|
|
|
- introduced proper changelog
|
2020-05-16 20:11:41 +03:00
|
|
|
- hook support on windows [[@MCord](https://github.com/MCord)] ([#14](https://github.com/extrawurst/gitui/issues/14))
|
2020-05-13 18:17:49 +03:00
|
|
|
|
|
|
|
### Changed
|
2020-05-15 19:55:18 +03:00
|
|
|
- show longer commit messages in log view
|
2020-05-15 16:20:10 +03:00
|
|
|
- introduce propper error handling in `asyncgit` [[@MCord](https://github.com/MCord)] ([#53](https://github.com/extrawurst/gitui/issues/53))
|
2020-05-14 17:23:05 +03:00
|
|
|
- better error message when trying to run outside of a valid git repo ([#56](https://github.com/extrawurst/gitui/issues/56))
|
2020-05-13 18:17:49 +03:00
|
|
|
- improve ctrl+c handling so it is checked first and no component needs to worry of blocking it
|
|
|
|
|
2020-05-16 21:14:27 +03:00
|
|
|
### Fixed
|
|
|
|
- support multiple tags per commit in log ([#61](https://github.com/extrawurst/gitui/issues/61))
|
|
|
|
|
2020-05-13 18:17:49 +03:00
|
|
|
## [0.2.3] - 2020-05-12
|
|
|
|
### Added
|
2020-05-13 19:21:57 +03:00
|
|
|
- support more navigation keys: home/end/pageUp/pageDown ([#43](https://github.com/extrawurst/gitui/issues/43))
|
2020-05-13 18:17:49 +03:00
|
|
|
- highlight current tab a bit better
|
|
|
|
|
|
|
|
## [0.2.2] - 2020-05-10
|
|
|
|
### Added
|
2020-05-13 19:21:57 +03:00
|
|
|
- show tags in commit log ([#47](https://github.com/extrawurst/gitui/issues/47))
|
|
|
|
- support home/end key in diff ([#43](https://github.com/extrawurst/gitui/issues/43))
|
2020-05-13 18:17:49 +03:00
|
|
|
|
|
|
|
### Changed
|
|
|
|
- close application shortcut is now the standard `ctrl+c`
|
2020-05-13 19:21:57 +03:00
|
|
|
- some diff improvements ([#42](https://github.com/extrawurst/gitui/issues/42))
|
2020-05-13 18:17:49 +03:00
|
|
|
|
|
|
|
### Fixed
|
2020-05-13 19:21:57 +03:00
|
|
|
- document tab key to switch tabs ([#48](https://github.com/extrawurst/gitui/issues/48))
|