]> git.phdru.name Git - ppu.git/blob - docs/news.rst
b1090f00c5279b76c5c04392764749a7c086dcad
[ppu.git] / docs / news.rst
1 News
2 ====
3
4 Version 0.8.0 (2021-??-??)
5 --------------------------
6
7 * Python 3.8, Python 3.9.
8
9 Version 0.7.0 (2019-02-01)
10 --------------------------
11
12 * Python 3.7.
13
14 * Drop support for Python 3.3.
15
16 Version 0.6.1 (2017-12-15)
17 --------------------------
18
19 * Fix rm.py: do not ask to remove read-only files when -f is active.
20
21 Version 0.6.0 (2017-12-13)
22 --------------------------
23
24 * rm.py ask interactively to remove read-only files or directories.
25
26 * Add options -s --silent --quiet for cmp.py.
27
28 * Add option -f for rm.py.
29
30 * PyPy.
31
32 Version 0.5.0 (2017-07-09)
33 --------------------------
34
35 * Add option -r for rm.py.
36
37 * Use remove-old-files.py to cleanup pip cache.
38
39 Version 0.4.0 (2017-06-04)
40 --------------------------
41
42 * Add package 'ppu'.
43
44 * Add module ppu/find_executable.py.
45
46 * Add script which.py.
47
48 Version 0.3.2 (2017-05-01)
49 --------------------------
50
51 * Convert README to reST.
52
53 Version 0.3.1 (2017-04-30)
54 --------------------------
55
56 * Fix release: build scripts with '/usr/bin/env python'
57
58 Version 0.3.0 (2017-04-30)
59 --------------------------
60
61 * Move cmp.py, remove-old-files.py and rm.py to scripts directory.
62
63 * Release at PyPI.
64
65 Version 0.2.0 (2017-04-30)
66 --------------------------
67
68 * Add cmp.py and rm.py.
69
70 * Test at Travis and AppVeyor.
71
72 * Use subprocess.call() instead of os.system().
73
74 0.1.0 (2017-04-16)
75 ------------------
76
77 * Remove empty directories.
78
79 * Add installation instructions.
80
81 0.0.1 (2017-04-16)
82 ------------------
83
84 * Initial release.