@@ -4,47 +4,57 @@ Guayadeque Music Player
4
4
Changelog
5
5
=========
6
6
7
- 0.6.0 Beta 6 (2024-10-22 )
7
+ 0.6.0 (2024-10-25 )
8
8
------------------
9
9
10
10
### Features
11
- * Added a new Directory Panel in the Collections/Library.
12
- - Now it's possible to navigate throughout the collection's directories in a new panel while filtering the
13
- corresponding Genres, Artists, Albums, Songs and so on
14
- - The panel can be enabled/disabled in Sources -> "Collection Name" -> Library -> Directories menu item
15
- * Added option in Preferences -> General to hide the player album cover. It's useful if you already have
16
- the cover panel visible and make more room to the player information
11
+ * Added a new Directory Panel in the Collections/Library
12
+ - Now it's possible to navigate throughout the collection's directories tree
13
+ while filtering the corresponding Genres, Artists, Albums, Songs and so on
14
+ - It also restricts the search to the selected directory meanwhile it updates
15
+ the search if the directory is changed
16
+ - The panel can be shown/hidden in Sources -> "Collection Name" -> Library ->
17
+ Directories menu item
18
+ * Added option in Preferences -> General to hide the player album cover. It's
19
+ useful if you already have the cover panel visible and make more room to the
20
+ player information
17
21
18
22
### Enhancements
19
- * Added collate accents on media search
23
+ * Added collate accents on media search.
24
+ The search function make use of Unicode Collation to match accented characters
20
25
* Preload the current track in the player at startup and some other situations
21
- * Added CXX11 random number generator support and set it as default
22
- * Moved the player randomize button to the playlist toolbar
23
- - The randomize action shuffles the playlist songs (it doesn't play songs in a random way) so it belongs to the playlist.
24
- As a result we have a cleaner player with fewer buttons
26
+ * Added CXX11 random number generator support and set it as default.
27
+ There's a new build option CXX11_RNG for srand() compatibility but it'll be
28
+ removed in the future.
29
+ * Moved the player randomize button to the playlist toolbar and replaced the
30
+ icons by a new one.
31
+ - The randomize action shuffles the playlist songs (it doesn't play songs in
32
+ a random way) so it belongs to the playlist. As a result we have a cleaner
33
+ player with fewer buttons
25
34
* File Browser menu entry moved from "Sources" to "View"
26
35
* Some small context menus refactoring
27
-
28
- ### Removed
29
- * Player cover zoom doesn't show the CD frame anymore. CD frame is used now only in the cover editor.
30
- The Preferences -> General option "Show CD cover frame in the player" was renamed to "Show CD cover frame in the cover editor"
31
-
32
- ### Other
33
36
* Updated French, Portuguese and Brazilian Portuguese translations
34
37
* General code cleanup and small refactorings
35
38
39
+ ### Removed
40
+ * Player cover zoom doesn't show the CD frame anymore. CD frame is used now
41
+ only in the cover editor.
42
+ The Preferences -> General option "Show CD cover frame in the player" was
43
+ renamed to "Show CD cover frame in the cover editor"
44
+
36
45
0.5.3 (2024-10-02)
37
46
------------------
38
47
39
48
### Enhancements
40
49
* The playlist isn't cleared anymore if the stop button is clicked twice.
41
- If we want to clear the playlist, we have the Clear Playlist (menu and playlist toolbar)
42
- * Splitted README installation instructions to INSTALL
50
+ If we want to clear the playlist, we have the Clear Playlist option
51
+ (menu and playlist toolbar)
52
+ * Splitted README installation instructions to INSTALL
43
53
* General code cleanup and small refactorings
44
54
45
55
### Bugfixes
46
- * Fixed the display of several icons that were not shown (Source panel, Radio panel->Genres,
47
- File Browser->Directories, Library->Treeview/Playlists)
56
+ * Fixed the display of several icons that were not shown (Source panel,
57
+ Radio panel->Genres, File Browser->Directories, Library->Treeview/Playlists)
48
58
49
59
0.5.2 (2024-09-28)
50
60
------------------
@@ -64,7 +74,8 @@ Changelog
64
74
65
75
### Enhancements
66
76
* Updated playlist toolbar icons
67
- * Changed library scanning to write partially scanned tracks in the library to speed up following rescans
77
+ * Changed library scanning to write partially scanned tracks in the library to
78
+ speed up following rescans
68
79
* Changed the default lyrics from file/to file to include the album name in the path
69
80
70
81
### Bugfixes
@@ -98,20 +109,23 @@ Changelog
98
109
-------------------------
99
110
100
111
### Features
101
- * Added a toolbar in the playlist with actions to manage it (reorder and remove tracks, clear the playlist)
112
+ * Added a toolbar in the playlist with actions to manage it (reorder and remove
113
+ tracks, clear the playlist)
102
114
103
115
### Enhancements
104
116
* Updated some context menu icons in actions related to the playlist
105
117
* Lyrics configuration changes:
106
- - Removed hardcoded lyrics path configuration. The lyrics file paths are already defined
107
- in the lyrics_source configuration
108
- - Changed the lyrics "From File" and "To File" path in the default lyrics_source configuration.
109
- This impact only new installations (the directory now is called 'Lyrics' by default)
118
+ - Removed hardcoded lyrics path configuration. The lyrics file paths are already
119
+ defined in the lyrics_source configuration
120
+ - Changed the lyrics "From File" and "To File" path in the default lyrics_source
121
+ configuration. This impact only new installations (the directory now is
122
+ called 'Lyrics' by default)
110
123
* General code cleanup and small refactorings
111
124
112
125
### Bugfixes
113
- * Fixed inconsistency with the right click in the playlist. It doesn't unselect the current selection anymore.
114
- This turned impossible to apply any action in the selection through the context menu
126
+ * Fixed inconsistency with the right click in the playlist. It doesn't unselect
127
+ the current selection anymore. This turned impossible to apply any action in
128
+ the selection through the context menu
115
129
116
130
0.5.0 Beta 3 (2024-09-07)
117
131
-------------------------
@@ -123,7 +137,8 @@ Changelog
123
137
* General code cleanup and small refactorings
124
138
125
139
### Bugfixes
126
- * Fixed bug that crashed Guayadeque when clicking the cover panel to open the fullscreen cover window
140
+ * Fixed bug that crashed Guayadeque when clicking the cover panel to open the
141
+ fullscreen cover window
127
142
128
143
0.5.0 Beta 2 (2024-09-05)
129
144
-------------------------
@@ -135,20 +150,24 @@ Changelog
135
150
* Added installation instructions for Arch Linux and optional dependencies
136
151
* Improved LastFM Panel functionality
137
152
- Enhanced artist bio section to support both light and dark themes
138
- - Adjusted layout to prevent scrollbar overlap by repositioning controls on the right side of the panel.
153
+ - Adjusted layout to prevent scrollbar overlap by repositioning controls on
154
+ the right side of the panel.
139
155
- Eliminated Events section due to removal of data from the LastFM API
140
156
- Updated default cover art across all sections
141
- - Adjusted layout to allow for longer text in Top Albums, Top Tracks, Similar Artists, and Similar Tracks
142
- - Fixed a bug causing exponential increase of '&' symbol for artists with '&' in their name, potentially
143
- leading to system crashes
157
+ - Adjusted layout to allow for longer text in Top Albums, Top Tracks, Similar
158
+ Artists, and Similar Tracks
159
+ - Fixed a bug causing exponential increase of '&' symbol for artists with '&'
160
+ in their name, potentially leading to system crashes
144
161
* Updated rating system icons
145
- - Changed color of rating stars from black/dark gray to yellow/light gray for better visibility
162
+ - Changed color of rating stars from black/dark gray to yellow/light gray
163
+ for better visibility
146
164
- Added black stroke to yellow stars for improved contrast on light themes
147
165
* Removed all compiler warnings
148
166
* General code cleanup and small refactorings
149
167
150
168
### Bugfixes
151
- * Fixed bug that crashed Guayadeque when scanning AAC files tags (AAC files does not support tags right now)
169
+ * Fixed bug that crashed Guayadeque when scanning AAC files tags (AAC files
170
+ does not support tags right now)
152
171
153
172
0.5.0 Beta 1 (2023-11-23)
154
173
-------------------------
@@ -168,7 +187,8 @@ Changelog
168
187
0.4.7 (2023-02-24)
169
188
------------------
170
189
171
- * Added to CoverEditor the option to select a cover from a file and also to download it from an url
190
+ * Added to CoverEditor the option to select a cover from a file and also to
191
+ download it from an url
172
192
* Enable last.fm cover download
173
193
* Updated lyric sources
174
194
* Better gstreamer integration (formats support, audio pipeline reworked)
@@ -375,9 +395,8 @@ I would like to thank everyone who participated in the Icon development poll
375
395
at OMG! UK. Every icon and every artist was appreciated and the resulting
376
396
artwork and design was fantastic. The 1800 votes cast was a surprise, but
377
397
shows how effective a good blog can be. Mrmotinjo (Stefan Bogdanovic
378
- http://evilsun.carbonmade.com ) won with his icon
379
- creation and will forever be linked to Guayadeque and for this we are
380
- grateful and humbled.
398
+ http://evilsun.carbonmade.com ) won with his icon creation and will forever be
399
+ linked to Guayadeque and for this we are grateful and humbled.
381
400
382
401
* Tracks changes propagates thought the playlist, library, current track, etc
383
402
* The player slider handles wheel events
0 commit comments