forked from saitoha/PySixel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
24 lines (13 loc) · 682 Bytes
/
ChangeLog
File metadata and controls
24 lines (13 loc) · 682 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
2022-01-01
* Recursion error for python3.9 not resolved
2022-01-01 Rolv Erlend Bredesen <rolv.bredesen@gmail.com>
* Bugfix python3: sixelconv console script
2021-02-09 Rolv Erlend Bredesen <rolv.bredesen@gmail.com>
* Python3.8 support: Prefixed exc_traceback, exc_value, and exc_type with prefix <cur>
2014-01-26 Hayaki Saito <user@zuse.jp>
* Use alternative C-implemented module if possible
* Add an option --ncolor(-n), specify number of colors
2013-01-05 Hayaki Saito <user@zuse.jp>
* Fix stupid alpha-threshold bug (pointed by Araki Ken, thanks!)
2013-08-10 Hayaki Saito <user@zuse.jp>
* Use imageloader module if it exists