diff options
author | Stephan Dilly <dilly.stephan@gmail.com> | 2020-12-20 17:13:53 +0100 |
---|---|---|
committer | Stephan Dilly <dilly.stephan@gmail.com> | 2020-12-20 17:13:53 +0100 |
commit | e27fc43c2bce0c8eac17a41e25d17a50cd505a94 (patch) | |
tree | 4349bcd05b05a402f72d971df644d6f7f65a5fc8 | |
parent | 79939115afcf6a198cb1300e80dcf01c4f54d34d (diff) |
little better structurev0.11.0-rc1
-rw-r--r-- | CHANGELOG.md | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cb20be49..d650a523 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,29 +10,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.11.0] - 2020-12-20 ### Added -- added windows scoop recipe ([#164](https://github.com/extrawurst/gitui/issues/164)) -- added gitui to [chocolatey](https://chocolatey.org/packages/gitui) on windows by [@nils-a](https://github.com/nils-a) -- added gitui gentoo instructions to readme [[@dm9pZCAq](https://github.com/dm9pZCAq)] ([#430](https://github.com/extrawurst/gitui/pull/430)) -- added windows installer (msi) to release [[@pm100](https://github.com/pm100)] ([#360](https://github.com/extrawurst/gitui/issues/360)) -- copy commit hash [[@yanganto](https://github.com/yanganto)] ([#281](https://github.com/extrawurst/gitui/issues/281)) - push to remote ([#265](https://github.com/extrawurst/gitui/issues/265)) ([#267](https://github.com/extrawurst/gitui/issues/267)) ![push](assets/push.gif) -- incoming/outgoing commits to upstream ([#362](https://github.com/extrawurst/gitui/issues/362)) +- number of incoming/outgoing commits to upstream ([#362](https://github.com/extrawurst/gitui/issues/362)) - new branch list popup incl. checkout/delete/rename [[@WizardOhio24](https://github.com/WizardOhio24)] ([#303](https://github.com/extrawurst/gitui/issues/303)) ([#323](https://github.com/extrawurst/gitui/issues/323)) ![branches](assets/branches.gif) +- compact treeview [[@WizardOhio24](https://github.com/WizardOhio24)] ([#192](https://github.com/extrawurst/gitui/issues/192)) + +![tree](assets/compact-tree.png) + - scrollbar in long commit messages [[@timaliberdov](https://github.com/timaliberdov)] ([#308](https://github.com/extrawurst/gitui/issues/308)) +- added windows scoop recipe ([#164](https://github.com/extrawurst/gitui/issues/164)) +- added gitui to [chocolatey](https://chocolatey.org/packages/gitui) on windows by [@nils-a](https://github.com/nils-a) +- added gitui gentoo instructions to readme [[@dm9pZCAq](https://github.com/dm9pZCAq)] ([#430](https://github.com/extrawurst/gitui/pull/430)) +- added windows installer (msi) to release [[@pm100](https://github.com/pm100)] ([#360](https://github.com/extrawurst/gitui/issues/360)) +- command to copy commit hash [[@yanganto](https://github.com/yanganto)] ([#281](https://github.com/extrawurst/gitui/issues/281)) ### Changed - upgrade `dirs` to `dirs-next` / remove cfg migration code ([#351](https://github.com/extrawurst/gitui/issues/351)) ([#366](https://github.com/extrawurst/gitui/issues/366)) - do not highlight selection in diff view when not focused ([#270](https://github.com/extrawurst/gitui/issues/270)) - copy to clipboard using `xclip`(linux), `pbcopy`(mac) or `clip`(win) [[@cruessler](https://github.com/cruessler)] ([#262](https://github.com/extrawurst/gitui/issues/262)) -- compact treeview [[@WizardOhio24](https://github.com/WizardOhio24)] ([#192](https://github.com/extrawurst/gitui/issues/192)) - -![tree](assets/compact-tree.png) ### Fixed - crash when changing git repo while gitui is open ([#271](https://github.com/extrawurst/gitui/issues/271)) |