File: CHANGELOG

package info (click to toggle)
pyfiglet 1.0.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 288 kB
  • sloc: python: 925; sh: 66; makefile: 27
file content (85 lines) | stat: -rw-r--r-- 2,414 bytes parent folder | download
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# 2025-06-02 1.0.3

  The significant change in this release is to introduce type hinting (#147).

  * #133 Fix typos in README.md by @gl-yziquel
  * #135 __init__.py: Fix a tiny typo in a comment by @gregorni
  * #136 Update README.md by @aminsoheyli
  * #137 Tests : Use slant instead of doh to use only fonts-contrib by @LyesSaadi
  * #140 Added: Double-Blocky Font by @CatPieLeaf
  * #147 Big type hinting and modernization upgrade by @edward-jazzhands

# 2023-09-13 1.0.2

  This release fixes a leaked file descriptor.

# 2023-09-10 1.0.1

  This release adds a python_requires >= 3.9 to setup.py to prevent old python
  versions from picking up the newly incompatible version.

# 2023-09-10 1.0.0 [yanked]

  This release was yanked, because it introduced incompatibilities with old
  versions of python but did not specify a python_requires line.

  To prevent

  * 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)