File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,35 @@ 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+ ## [ 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
Original file line number Diff line number Diff line change 77
88setuptools .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
You can’t perform that action at this time.
0 commit comments