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