-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathCHANGELOG
49 lines (37 loc) · 1.27 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Changelog
**0.2.2**
* Fix a bug that would not allow users to login due to case-sensitiveness
**0.2.1**
* Fix a bug related to listing gists (wrong pagination causing duplicates)
**0.2.0**
* Adds `lsgist` command
* Drops support for Python 2
* Adds support for Python 3.8 and 3.9
**0.1.3**
* Fix a bug when using `~` as a shortcut in file path
* Add tests for nested files
* Add Python 3.7 to `tox`
* Use Click's `prompt` and `confirm`
* Minor internal API and test enhancements
**0.1.2**
* Allow the usage of file paths and not only filenames
* Add tests for Python 3.6 and 3.7
**0.1.1**
* Show gist URL after creating or updating
**0.1.0**
* Complete re-write
* Add personal access token (OAuth)
* Allow the update of existing Gists at GitHub (when authenticated)
* Allow the download of private Gists (when authenticated)
* Fix bug when getting gists with non standard encoding (`UnicodeEncodeError`)
**0.0.6**
* Add default user feature
**0.0.5**
* Ask user which Gist to use if more than one file is found
* General code improvements
**0.0.4**
* Use `entry_points` instead of `scripts`
**0.0.3**
* Fix a bug related to the directory where the file was being saved
**0.0.2**
* Fix a bug related to the installation, path and import