diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bc470e1..1b074b6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - do not highlight selection in diff view when not focused ([#270](https://github.com/extrawurst/gitui/issues/270)) +- compact treeview [[@WizardOhio24](https://github.com/WizardOhio24)] ([#192](https://github.com/extrawurst/gitui/issues/192)) + +![tree](assets/compact-tree.png) ## [0.10.1] - 2020-09-01 diff --git a/assets/compact-tree.png b/assets/compact-tree.png new file mode 100644 index 00000000..86b260ac Binary files /dev/null and b/assets/compact-tree.png differ