|
1 | | -Plover Plugin Manager |
2 | | -===================== |
| 1 | +# Plover Plugin Manager |
3 | 2 |
|
4 | | -Release history |
5 | | ---------------- |
| 3 | +## Release history |
6 | 4 |
|
7 | | -0.5.16 |
8 | | -~~~~~~ |
| 5 | +### 0.5.16 |
9 | 6 |
|
10 | 7 | * stop using PyPI's (disabled) XMLRPC search endpoint, and switch to a self-hosted registry of |
11 | | - available plugins (maintained at https://github.com/openstenoproject/plover_plugins_registry). |
| 8 | + available plugins (maintained at <https://github.com/openstenoproject/plover_plugins_registry>). |
12 | 9 |
|
13 | | -0.5.15 |
14 | | -~~~~~~ |
| 10 | +### 0.5.15 |
15 | 11 |
|
16 | 12 | * fix support for cancelling an install/update/removal operation on Windows. |
17 | 13 |
|
18 | | -0.5.14 |
19 | | -~~~~~~ |
| 14 | +### 0.5.14 |
20 | 15 |
|
21 | 16 | * drop the use of pip's internal APIs |
22 | 17 | * drop the dependency on PyQt5 WebEngine |
23 | 18 | * improve and simplify cache handling: persistently cache all network |
24 | 19 | requests (with a 10 minutes expiration date) |
25 | 20 | * support for Python 3.8 |
26 | 21 |
|
27 | | -0.5.13 |
28 | | -~~~~~~ |
| 22 | +### 0.5.13 |
29 | 23 |
|
30 | | -* add support for pip>=18.0 |
31 | | -* add support for PyQt5>=5.11 |
| 24 | +* add support for `pip>=18.0` |
| 25 | +* add support for `PyQt5>=5.11` |
32 | 26 | * add support for Markdown plugin descriptions |
33 | 27 |
|
34 | | -0.5.12 |
35 | | -~~~~~~ |
| 28 | +### 0.5.12 |
36 | 29 |
|
37 | 30 | * improve handling of plugins when user site is disabled: always list the |
38 | 31 | version for the user installed plugin (even if it's older than the system |
39 | 32 | package version and user site packages are disabled) |
40 | 33 | * disable pip version check |
41 | | -* add support for pip>=10.0 |
| 34 | +* add support for `pip>=10.0` |
42 | 35 |
|
43 | | -0.5.11 |
44 | | -~~~~~~ |
| 36 | +### 0.5.11 |
45 | 37 |
|
46 | 38 | * plugins are now handled even if they can't be loaded by Plover |
47 | 39 | (so it's possible to update/uninstall broken plugins) |
48 | 40 |
|
49 | | -0.5.10 |
50 | | -~~~~~~ |
| 41 | +### 0.5.10 |
51 | 42 |
|
52 | 43 | * fix #5: open all links externally |
53 | 44 |
|
54 | | -0.5.9 |
55 | | -~~~~~ |
| 45 | +### 0.5.9 |
56 | 46 |
|
57 | 47 | * refresh PyPI metadata in the background |
58 | 48 | * cache PyPI metadata for 10 minutes |
59 | 49 | * do not crash if connection to PyPI fails |
60 | 50 |
|
| 51 | +## Credits |
61 | 52 |
|
62 | | -Credits |
63 | | -------- |
| 53 | +Icon made by [Freepik][] from [www.flaticon.com][]. |
64 | 54 |
|
65 | | -Icon made by `Freepik <http://www.freepik.com/>`_ from `www.flaticon.com <http://www.flaticon.com/>`_. |
| 55 | + [Freepik]: http://www.freepik.com/ |
| 56 | + [www.flaticon.com]: http://www.flaticon.com/ |
0 commit comments