Skip to content

Commit

Permalink
Release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkin committed Mar 19, 2021
1 parent 53a1c3a commit 6658a12
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,49 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.6.0] - 2021-03-19

### Added

- (history): Remove verb from subject if icon specified
- (history): Replace module string with module count when too long
- (history): Search in branchnames too

### Changed

- (diff-view): Committer & ComitDate moved below AuthorDate
- Show only monorepo modules if in monorepo
- (diff-view): Wrap long module lines
- (history): Strip whitespace when removing verb from subject
- (history-view): Make removing verb, component and module configurable
- (icons): Add icon for archive
- (icons): Extend ASCII icons
- (providers): Allow to pass str to the constructor
- Diff view save a line if body is one line only
- Nerdfont icons add issue (  ) icon
- Remove obsolete debug statements
- use fleurons instead of '-' to separate message and diff

### Fixed

- (diff_view): List index out of range exception
- (glv): Handle duplicate module names in history view
- (history): Removing verb from subject
- (requirements.txt): Add missing docopt requirement
- Handle missing de translations in babel for seconds (#13)
- Handling single ref argument
- Python 3.9 removed `Thread.isAlive()` use `is_alive()`
- Write error msg to `STDERR` when parsing netrc(5) fails

### Refactored

- parsing revision arguments
- Rename Commit.modules → `monorepo_modules`

### Removed

- style: Remove unused imports

## [1.5.0] - 2020-07-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="git-log-viewer",
version="1.5.0",
version="1.6.0",
python_requires='>=3.6',
author="Bahtiar `kalkin` Gadimov",
author_email="[email protected]",
Expand Down

0 comments on commit 6658a12

Please sign in to comment.