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