File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed
Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- 0.10.3 (2016-08-20)
4+ 0.11.0 (2016-10-26)
5+ -------------------
6+
7+ - Support --token file:///home/user/token.txt (fixes gh-51) [Björn
8+ Dahlgren]
9+
10+ - Fix some linting. [Albert Wang]
11+
12+ - Fix byte/string conversion for python 3. [Albert Wang]
13+
14+ - Support python 3. [Albert Wang]
15+
16+ - Encode special characters in password. [Remi Rampin]
17+
18+ - Don't pretend program name is "Github Backup" [Remi Rampin]
19+
20+ - Don't install over insecure connection. [Remi Rampin]
21+
22+ The git:// protocol is unauthenticated and unencrypted, and no longer advertised by GitHub. Using HTTPS shouldn't impact performance.
23+
24+ 0.10.3 (2016-08-21)
525-------------------
626
727- Fixes #29. [Jonas Michel]
Original file line number Diff line number Diff line change 1- __version__ = '0.10.3 '
1+ __version__ = '0.11.0 '
You can’t perform that action at this time.
0 commit comments