Skip to content

Commit 6658a12

Browse files
committed
Release v1.6.0
1 parent 53a1c3a commit 6658a12

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,49 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and 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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setuptools.setup(
99
name="git-log-viewer",
10-
version="1.5.0",
10+
version="1.6.0",
1111
python_requires='>=3.6',
1212
author="Bahtiar `kalkin` Gadimov",
1313
author_email="bahtiar@gadimov.de",

0 commit comments

Comments
 (0)