|
1 |
| -Change Log |
2 |
| -========== |
| 1 | +# Change Log |
3 | 2 |
|
4 | 3 | ## Unreleased
|
5 |
| -* Promote `typing-extensions` to runtime dependency |
6 |
| -* Improved disk write performance when encoding items |
| 4 | + |
| 5 | +- Promote `typing-extensions` to runtime dependency |
| 6 | +- Improved disk write performance when encoding items |
| 7 | +- You can now hook into collection updates and run your own logic using the |
| 8 | + `alternatives.item_updated` event. |
7 | 9 |
|
8 | 10 | ## v0.13.3 - 2025-05-12
|
9 |
| -* Add support for beets v2.3.x |
| 11 | + |
| 12 | +- Add support for beets v2.3.x |
10 | 13 |
|
11 | 14 | ## v0.13.2 - 2025-02-28
|
12 |
| -* Make builds more reliable for packagers |
| 15 | + |
| 16 | +- Make builds more reliable for packagers |
13 | 17 |
|
14 | 18 | ## v0.13.1 - 2024-11-17
|
15 |
| -* Resize embedded art in alternative files with `albumart_maxwidth` option. |
| 19 | + |
| 20 | +- Resize embedded art in alternative files with `albumart_maxwidth` option. |
16 | 21 |
|
17 | 22 | ## v0.13.0 - 2024-08-17
|
18 |
| -* Consistently use Unicode paths to alternative items. This may result and |
| 23 | + |
| 24 | +- Consistently use Unicode paths to alternative items. This may result and |
19 | 25 | collection updates and orphaned files in alternatives. It may also improve
|
20 | 26 | usability on non-standard file systems (see [#74]).
|
21 |
| -* Require Python >= 3.10 |
| 27 | +- Require Python >= 3.10 |
22 | 28 |
|
23 | 29 | [#74]: https://github.com/geigerzaehler/beets-alternatives/issues/74
|
24 | 30 |
|
25 | 31 | ## v0.12.0 - 2024-06-25
|
26 |
| -* Fix an issue where items in a symlink collection with relative links were |
| 32 | + |
| 33 | +- Fix an issue where items in a symlink collection with relative links were |
27 | 34 | always unnecessarily updated.
|
28 |
| -* Support [Beets v2](https://beets.readthedocs.io/en/latest/changelog.html#may-30-2024) |
| 35 | +- Support [Beets v2](https://beets.readthedocs.io/en/latest/changelog.html#may-30-2024) |
29 | 36 |
|
30 | 37 | ## v0.11.1 - 2024-04-24
|
31 |
| -* Add `--all` flag to update command which will update all configured |
| 38 | + |
| 39 | +- Add `--all` flag to update command which will update all configured |
32 | 40 | collections.
|
33 | 41 |
|
34 | 42 | ## v0.11.0 - 2023-06-06
|
35 |
| -* Use the convert’s plugin [`thread` configuration][convert-config] when |
| 43 | + |
| 44 | +- Use the convert’s plugin [`thread` configuration][convert-config] when |
36 | 45 | transcoding files. ([@johnyerhot](https://github.com/johnyerhot))
|
37 |
| -* Drop support for Python 2. Require Python >= 3.8 |
38 |
| -* Require beets >= 1.6.0 |
| 46 | +- Drop support for Python 2. Require Python >= 3.8 |
| 47 | +- Require beets >= 1.6.0 |
39 | 48 |
|
40 | 49 | [convert-config]: https://beets.readthedocs.io/en/latest/plugins/convert.html#configuration
|
41 | 50 |
|
42 | 51 | ## v0.10.2 - 2020-07-15
|
43 |
| -* Add `beet alt list-tracks` command |
44 |
| -* SymlinkView: Fix stale symlinks not being removed when files are moved in the |
| 52 | + |
| 53 | +- Add `beet alt list-tracks` command |
| 54 | +- SymlinkView: Fix stale symlinks not being removed when files are moved in the |
45 | 55 | main library [#47][]
|
46 | 56 |
|
47 | 57 | [#47]: https://github.com/geigerzaehler/beets-alternatives/issues/47
|
48 | 58 |
|
49 | 59 | ## v0.10.1 - 2019-09-18
|
50 |
| -* Running `beet completion` does not crash anymore [#38][] |
| 60 | + |
| 61 | +- Running `beet completion` does not crash anymore [#38][] |
51 | 62 |
|
52 | 63 | [#38]: https://github.com/geigerzaehler/beets-alternatives/issues/38
|
53 | 64 |
|
54 | 65 | ## v0.10.0 - 2019-08-25
|
55 |
| -* Symlink views now support relative symlinks (@daviddavo) |
56 |
| -* Running just `beet alt` does not throw an error anymore (@daviddavo) |
| 66 | + |
| 67 | +- Symlink views now support relative symlinks (@daviddavo) |
| 68 | +- Running just `beet alt` does not throw an error anymore (@daviddavo) |
57 | 69 |
|
58 | 70 | ## v0.9.0 - 2018-11-24
|
59 |
| -* The package is now on PyPI |
60 |
| -* Require at least beets v1.4.7 |
61 |
| -* Update album art in alternatives when it changes |
62 |
| -* Python 3 support (Python 2.7 continuous to be supported) |
63 |
| -* Support the format aliases defined by the convert plugin ('wma' and 'vorbis' |
| 71 | + |
| 72 | +- The package is now on PyPI |
| 73 | +- Require at least beets v1.4.7 |
| 74 | +- Update album art in alternatives when it changes |
| 75 | +- Python 3 support (Python 2.7 continuous to be supported) |
| 76 | +- Support the format aliases defined by the convert plugin ('wma' and 'vorbis' |
64 | 77 | with current beets)
|
65 |
| -* Bugfix: Explicitly write tags after encoding instead of relying on the |
| 78 | +- Bugfix: Explicitly write tags after encoding instead of relying on the |
66 | 79 | encoder to do so
|
67 |
| -* Bugfix: If the `formats` config option is modified, don't move files if the |
| 80 | +- Bugfix: If the `formats` config option is modified, don't move files if the |
68 | 81 | extension would change, but re-encode
|
69 | 82 |
|
70 | 83 | ## v0.8.2 - 2015-05-31
|
71 |
| -* Fix a bug that made the plugin crash when reading unicode strings |
| 84 | + |
| 85 | +- Fix a bug that made the plugin crash when reading unicode strings |
72 | 86 | from the configuration
|
73 | 87 |
|
74 | 88 | ## v0.8.1 - 2015-05-30
|
75 |
| -* Require beets v1.3.13 and drop support for all older versions. |
76 |
| -* Embed cover art when converting items |
| 89 | + |
| 90 | +- Require beets v1.3.13 and drop support for all older versions. |
| 91 | +- Embed cover art when converting items |
77 | 92 |
|
78 | 93 | ## v0.8.0 - 2015-04-14
|
| 94 | + |
79 | 95 | First proper release
|
0 commit comments