|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## v0.11.1 |
| 4 | + |
| 5 | +### Changes |
| 6 | + |
| 7 | +- Fixed not saving the state of the spectrum visualizer if it has been hidden. |
| 8 | +- Re-added the close button to the spectrum visualizer, if it's detached, and fixed it disappearing until the next restart if it was closed. |
| 9 | +- Fixed setting incorrect FPS in visualizer if it wasn't set explicitly earlier. |
| 10 | +- Added some separators to menus for better readability. |
| 11 | +- Added support for `oga`, `ogv` and `ogx` formats that are containers for Vorbis audio. |
| 12 | +- Fixed incorrect playlist track index after moving tracks or sorting the view by column. |
| 13 | +- Repeat range menu was renamed to Track repeat menu. |
| 14 | +- When using track repeat mode, fixed tracks looping over too soon or skipping some end/start seconds. |
| 15 | +- Changed equalizer preset format to text-based instead of binary-based. |
| 16 | +- Fixed track search input not repositioning itself if dock widget was resized. |
| 17 | +- Added possibility to copy text from metadata tree in dock widget. |
| 18 | +- Fixed resizing play indicator column in playlist trees when retranslating. |
| 19 | +- Fixed not retranslating columns except title, artist and track number in playlist trees when retranslating. |
| 20 | +- Windows: Updated to Qt 6.10.1. |
| 21 | +- Updated to FFmpeg 8.0.1. |
| 22 | +- Published the first version of [the documentation](https://savannstm.github.io/revolutionary-audio-player). |
| 23 | + |
| 24 | +### Broken |
| 25 | + |
| 26 | +- Devices hot-reload in settings window on Windows. |
| 27 | +- Sliders in tray icon menu don't display on KDE (possibly other DEs). |
| 28 | +- Shell context menu entries in different Linux DEs (WIP). |
| 29 | +- Multiple tree items reordering. |
| 30 | + |
| 31 | +### Coming in v0.12.0 |
| 32 | + |
| 33 | +- Possible integration with last.fm API for music data scraping. |
| 34 | +- Linux desktop environments shell integration polishing. |
| 35 | +- Auto-updater. |
| 36 | +- Devices hot-reload fixes on Windows. |
| 37 | +- Multiple tree items reordering. |
| 38 | + |
3 | 39 | ## v0.11.0 |
4 | 40 |
|
5 | 41 | ### Changes |
|
0 commit comments