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.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
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
8
37
9
38
## [ v1.2.0] - 2020-04-13
10
39
Original file line number Diff line number Diff line change 7
7
8
8
setuptools .setup (
9
9
name = "git-log-viewer" ,
10
- version = "1.2 .0" ,
10
+ version = "1.3 .0" ,
11
11
python_requires = '>=3.6' ,
12
12
author = "Bahtiar `kalkin` Gadimov" ,
13
13
author_email = "bahtiar@gadimov.de" ,
You can’t perform that action at this time.
0 commit comments