File: HISTORY.rst

package info (click to toggle)
python-clint 0.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 308 kB
  • ctags: 345
  • sloc: python: 1,815; makefile: 3
file content (131 lines) | stat: -rw-r--r-- 1,763 bytes parent folder | download | duplicates (3)
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
History
-------

0.5.1
+++++
* Fix line width calculation in max_width when using coloured text (thanks to @wkentaro) 

0.5.0
+++++
* Added option prompt


0.4.1
+++++
* Fix bug in logic that decides whether progress bars should be hidden or not


0.4.0
+++++
* clint.textui.prompt now has a query function with validators! (thanks to @aeby) - see `examples/prompt.py`
* Clint docs are now included in sdist (thanks to @alunduil)
* Misc. bug fixes


0.3.7
+++++
* Clint now obeys the CLINT_FORCE_COLOR environmental variable


0.3.6
+++++
* Fixed faulty PyPI deployment


0.3.5
+++++
* progress.bar is now a context manager - doesn't require an iterable anymore (thanks to @jric)
* Bug fixes


0.3.4
+++++
* Fixed Python 3 basestring deprecation
* Fixed examples


0.3.3
+++++
* Fixed Python 3 build issues
* Fixed README and HISTORY being installed to /usr
* Support added for bold text


0.3.2
+++++
* Unknown


0.3.1
+++++
* Unknown


0.3.0
+++++

* Python 3 support!


0.2.4
+++++

* New eng module
* Win32 Bugfix


0.2.3
+++++

* Only init colors if they are used (iPython compatability)
* New progress module
* Various bugfixes


0.2.2
+++++

* Auto Color Disabling
* Progress Namespace Change
* New Progress Bars
* textui.puts newline fix


0.2.1 (2011-03-24)
++++++++++++++++++

* Python 2.5 Support
* List of available colors


0.2.0 (2011-03-23)
++++++++++++++++++

* Column Printing!!!
* (Auto/Manual) Disabling of Colors
* Smarter Colors
* max_width, min_width
* Strip cli colors
* bug fixes


0.1.2 (2011-03-21)
++++++++++++++++++

* Bugfixes


0.1.1 (2011-03-20)
++++++++++++++++++

* Bugfixes
* Indent Newline Injection
* resources: flags, not_flags, files, not_files
* Lots of Examples


0.1.0 (2011-03-20)
++++++++++++++++++

* Initial Release!