Skip to content

Commit f8fb9f6

Browse files
committed
Update CHANGELOG
1 parent 187e590 commit f8fb9f6

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
# Changelog
22

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+
339
## v0.11.0
440

541
### Changes

0 commit comments

Comments
 (0)