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