forked from srsgores/DeezLoader-Reborn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
184 lines (177 loc) · 7.4 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
Version 3.1.0
- Fixed Download Freeze
- Improved logs
- Improved UI
- Fixed album artwork size not being saved
- Fixed some typo
- Fixed synced lyrics for mp3
- Fixed Track fetching for unsupported countries
Version 3.0.15
- Added replaygain tag
- Added logout option
- Added signup option
- Added multi url support, seperated by ';'
- Fixed incomplete audio files
- Fixed track fallback(alternative property)(Deezer's API update)
- Improved logging system
- Improved pad numbers
- Removed init page since it is not used anymore
Version 3.0.14
- Login is required due to Deezer's patch(Crashes when downloading anything)
- Added BPM tag
Version 3.0.13
- Fixed timeout of the download system
- Fixed images for tracks
- Fixed and Improved MP3 tags
- Added %type%(Record type) for album name format
Version 3.0.12
- Added request retry, connections will retry if fail
- Added record type to the search section(Results of Albums and Artists albums)
- Fixed dots at end of playlists
- Fixed download freezes (metadata image issues)
- Removed the title bar from the web GUI
- Improved download speed and decryption system
Version 3.0.11
- Fixed artwork duplicate for two tracks with the same name
- Added tags: mixer, author, writer, engineer and producer
- Fixed copyright tag when it is not available
- Removed performer tag from FLAC
- Removed label tag and changed from track date to album/ep/single date tag
- Restored decrypting system due to mp3 being corrupt
- Fixed crash when downloading a track with album folder enabled
Version 3.0.10
- Improved downloading and decrypting system
- Improved update notifier
- Added 1400p artworks
- Alternative tracks will take the original tracks tag if possible
- Removed Disc folders, tracks of albums with discs will be combined into one.
- Removed 'dev' from the update notifier
- Artist folders are now named by the artist of the albums
- Fixed album name option when artist option is checked
- Fixed android's home location(It had two slashes)
- Fixed default android path
- Fixed album's %year%
- Fixed downloading issues for non supported countries
- Fixed ENOENT crashes caused by queues
- Fixed a minor bug in the alternative track code
- Added a backup server for update notifier
Version 3.0.9
- Added synced and unsynced lyrics, album name option and number playlist by album option
- Added pad track number(01,02)
- Fixed dots at end of folders when album/arist folder is enabled
- Fixed ENOENT when folder does not exists
- Fixed alternative track downloading, it will only download it if it will fail to download the non alternative one
- Changed license to GNU GPL 3.0
- Changed all spaces in the JS code to tabs
- Improved update notifier, it will redirect you to the download page
Version 3.0.8
- Fixed initializing stuck
- Removed Diacritics remover
- Changed name fixer
- Added barcode for FLAC
- Added support for Android
- Added web server http://localhost:1730
- Updated libraries
Version 3.0.7
- Fixed crash when composer or publisher tag is not available
- Added version to the update notifier
Version 3.0.6
- Login page will only appear for those who need it
- Added composer, publisher and copyright tag
- Fixed the issue that only the first album would be clickable from an artist
- Fixed crash when no internet in the login page
Version 3.0.5
- Changed repo from github to gitlab
- Fixed Login error for Deezer Family Accounts
- Fixed composer tag
Version 3.0.4
- Fixed download crashes
- Fixed failed tracks when downloading some albums and playlists
- Fixed folder does not exists crash
- Improved tags
- Changed album cover dir to the albums folder
- Changed settings style
- Fixed login crash when there is no connection
Version 3.0.3
- Added auto login
- Added MP3 Fallback
- Added auto update
- Fixed login error not being triggered sometimes
Version 3.0.2
- Fixed crashes when songs could not be downloaded
- Added bpm tag
- Added logging system(Fixed same song downloading and some songs not being available)
- Fixed corruped FLAC's
- Added %year%
- Fixed dots at end
- Fixed undefined genre
Version 3.0.1
- Added a couple of tags
- Fixed minor bugs
- Removed tag libs, a moudle is used instead
Version 3.0.0
- Added Vorbis comments(To support FLAC tagging)
- Added HIFI(FLAC) quality (Opt-IN in settings)
- Updated http to https
- Updated all libraries to their latest version
- Fixed random crash when searching
- Fixed the track info grabber(Downloading was not possible)
- Fixed artist duplicate in tagging
- Changed the default artwork size to 1200p
- Changed config location to UserData folder(Appdata)
Version 2.3.1
- Fixed the %number% variable to only list the current track
- Fixed the resolution for users with a screensize less than 1400x900p
- Fixed folder/file creation name for windows (...again...)
- Fixed explicit tooltip
- Added more logging
- Added progress bar support for artists
- Added a checkbox to select everything in album/playlist-modal
- Added tooltip for supported naming patterns
- Added an option to select a different artwork size. (500p, 800p(default), 1000p, 1200p)
- Enhanced tagging, now all artists are written to the 'artist'-field
Version 2.3.0
- Fixed app refusing to start when some folders are missing
- Fixed playlist file not containing the correct file names
- Fixed folders with a dot at the end resulting in undeletable file
- Fixed the progress bar for albums and playlists
- Relocated explicit icon to the front of the filename
- Added more explicit icons in album-/playlist- and artist-modal
- Added a new feature which allow the user to only download selected song from an album or playlist
Version 2.2.1
- Fixed settings module (sigh ... again)
- Fixed issue related to folders that have special chars
Version 2.2.0
- Fixed settings panel, all settings should work as expected now
- Fixed writing location of config.json
- Fixed crashing when searching for cyrillic characters, it should work fine now
- Moved the folder for cover arts to the temp folder of the system
- Added icon for explicit songs
- The window size and position are now remembered
- The "Scroll to top" button works again
- Fixed problem with folders that contain dots and other symbols
- A bunch of refactoring thanks to Blind-Mute
- Fixed cover art not embedding on OSX
- Minor performance improvements
Version 2.1.2
- Fixed Deezer API connection
- Fixed tracks metadata naming for diacritics text
- Added custom location for downloads settings
Version 2.1.1
- Added context menu
- Corrected some spelling mistakes
- Fixed crash when searching with special characters like Æ, Ø and Å.
Version 2.1.0
- Updated all libraries to their latest version (this should fix issues with newer node versions)
- Updated the design of the app, checked spelling and added responsive so it can be better used on a mobile browser.
- Fixed small bug with overlapping texts in settings modal
- Fixed clear button in the downloads section not working
- Added error logging
Version 2.0.3
- Removed the updater to stop spamming the domain of the original author
- Removed character fixing in metadata that would result in AC/DC being turned to AC_DC.
- Fixed the Artist's album list not being loaded. Now it loads and has the option to download the album.
- Changed the default country in top charts to UK instead of Germany (not a feature, just a thing I did when I was
tinkering with the code and forgot to change)
- Fixed compatibility issues with Node v6 (works on older versions too, but there might be problems with downloading
the cover art, so please update to v6 if you can)