Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkin committed Apr 19, 2020
1 parent 077bc34 commit 12a728e
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,35 @@ 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).

## [v1.3.0] - 2020-04-19

### Added

- set & clear terminal title
- workaround for fetching promisor data
- improvement: Add `Repo.__str__()` function
- log: GitHub provider add some error/warning logging
- style: Add `__all__` to `glv.vcs` module

### Changed

- improvement: change commit link icon to ⭞
- improvement: change the horizontal line character

### Fixed

- fetching missing commit data in partial repos
- GitHub provider handle rate limiting
- lexer do not highlight missing commit data error in diff view
- merge name resolution when no authentication is provided
- typo in provider cache path
- handle read only file system (f1c173b)
- typo in provider cache path

### Refactored

- fix typing
- split up commit type rendering in to icon & arrows

## [v1.2.0] - 2020-04-13

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.2.0",
version="1.3.0",
python_requires='>=3.6',
author="Bahtiar `kalkin` Gadimov",
author_email="[email protected]",
Expand Down

0 comments on commit 12a728e

Please sign in to comment.