Skip to content

Commit 12a728e

Browse files
committed
Release glv@v1.3.0
1 parent 077bc34 commit 12a728e

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,35 @@ 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+
## [v1.3.0] - 2020-04-19
9+
10+
### Added
11+
12+
- set & clear terminal title
13+
- workaround for fetching promisor data
14+
- improvement: Add `Repo.__str__()` function
15+
- log: GitHub provider add some error/warning logging
16+
- style: Add `__all__` to `glv.vcs` module
17+
18+
### Changed
19+
20+
- improvement: change commit link icon to ⭞
21+
- improvement: change the horizontal line character
22+
23+
### Fixed
24+
25+
- fetching missing commit data in partial repos
26+
- GitHub provider handle rate limiting
27+
- lexer do not highlight missing commit data error in diff view
28+
- merge name resolution when no authentication is provided
29+
- typo in provider cache path
30+
- handle read only file system (f1c173b)
31+
- typo in provider cache path
32+
33+
### Refactored
34+
35+
- fix typing
36+
- split up commit type rendering in to icon & arrows
837

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

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.2.0",
10+
version="1.3.0",
1111
python_requires='>=3.6',
1212
author="Bahtiar `kalkin` Gadimov",
1313
author_email="bahtiar@gadimov.de",

0 commit comments

Comments
 (0)