-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
# 2023-09-10 1.0.0 | ||
|
||
* Support for Python 2 was dropped | ||
* Support for compressed fonts | ||
* Support for more fonts | ||
* Various fixes for corner cases of font rendering | ||
* Drop use of pkg_resources in favour of importlib.resources | ||
* Add pyproject.toml | ||
* Many small fixes | ||
|
||
# 2018-12-06 0.8.0 | ||
|
||
* #62 Change LICENSE to MIT | ||
* #61 Provide font installation option (-L) and remove | ||
unlicenced fonts from the distribution | ||
|
||
# 2018-10-17 0.7.6 | ||
|
||
* #57 Implement colored print | ||
* #53 Allow fonts to be specified by path | ||
|
||
# 2016-06-12 0.7.5 | ||
|
||
* #46 Add 100+ fonts from java.de figlet fonts collection v4.0 | ||
* #48 Include python3 in testing | ||
|
||
# 2015-05-27 0.7.4 | ||
|
||
* #43 Don't leak file handles | ||
|
||
# 2015-04-14 0.7.3 | ||
|
||
* #41 Add newline and text wrapping support | ||
|
||
# 2014-09-14 0.7.2 | ||
|
||
* #35 Add this CHANGELOG | ||
* #36 Bug fix for #34 (broken --reverse and --flip) | ||
(reported "character mapping must return integer, None or unicode") | ||
|
||
# 2014-07-27 0.7.1 | ||
|
||
* #29 Fix for UTF8 regression | ||
* #31 Add __main__ entry point | ||
* #32 Pep8 the code and minor refactoring | ||
* #33 Trove classifiers update | ||
|
||
# 2014-06-02 0.7 | ||
|
||
* #9 Add --list_fonts and --info_font | ||
* #10 Add tools/pyfiglet_example for listing all fonts | ||
* #11 Fix the pyfiglet command (had bad python path) | ||
* #12 Pyflakes fixes | ||
* #13 Configure Travis Continuous Integration | ||
* #17 Documentation usage sample fix | ||
* #19 Enable pyfiglet to use extended ASCII chars | ||
* #20 Add two cyrillic fonts | ||
* #21 Python 3 support | ||
* #27 Code improvements | ||
* #28 Human readable font list (-l) |