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