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