@@ -5,6 +5,49 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.6.0] - 2021-03-19
9+
10+ ### Added
11+
12+ - (history): Remove verb from subject if icon specified
13+ - (history): Replace module string with module count when too long
14+ - (history): Search in branchnames too
15+
16+ ### Changed
17+
18+ - (diff-view): Committer & ComitDate moved below AuthorDate
19+ - Show only monorepo modules if in monorepo
20+ - (diff-view): Wrap long module lines
21+ - (history): Strip whitespace when removing verb from subject
22+ - (history-view): Make removing verb, component and module configurable
23+ - (icons): Add icon for archive
24+ - (icons): Extend ASCII icons
25+ - (providers): Allow to pass str to the constructor
26+ - Diff view save a line if body is one line only
27+ - Nerdfont icons add issue ( ) icon
28+ - Remove obsolete debug statements
29+ - use fleurons instead of '-' to separate message and diff
30+
31+ ### Fixed
32+
33+ - (diff_view): List index out of range exception
34+ - (glv): Handle duplicate module names in history view
35+ - (history): Removing verb from subject
36+ - (requirements.txt): Add missing docopt requirement
37+ - Handle missing de translations in babel for seconds (#13 )
38+ - Handling single ref argument
39+ - Python 3.9 removed ` Thread.isAlive() ` use ` is_alive() `
40+ - Write error msg to ` STDERR ` when parsing netrc(5) fails
41+
42+ ### Refactored
43+
44+ - parsing revision arguments
45+ - Rename Commit.modules → ` monorepo_modules `
46+
47+ ### Removed
48+
49+ - style: Remove unused imports
50+
851## [ 1.5.0] - 2020-07-04
952
1053### Added
0 commit comments