-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathUPDATE LOG.txt
117 lines (93 loc) · 4.57 KB
/
UPDATE LOG.txt
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
**** UPDATE LOG ****
**** LOG UPDATES MADE FOR RELEASE NOTES ****
--------------------------------------------
**** VERSION 0.0.3 UPADTES ****
1. Update Icon replaced.
2. User guide updated.
3. Name change.
4. Bug fix in saving settings data.
-------------------------------
**** VERSION 0.0.4 UPDATES ****
1. Updated build/icon.ico file
-------------------------------
**** VERSION 0.0.5 UPDATES ****
1. Removed import/export.js db files.
2. Moved shell operations to main.js
3. Moved image operations to main.js
4. Moved fs operations to main.js
5. Added blur effect to modal background.
6. Updated to Electron ^8.2.3.
7. Disabled remote module.
8. Installed sanitize-html 1.25.0.
9. Screened user input.
**** VERSION 0.0.6 UPDATES ****
1. Rebuild sqlite3 after electron upgrade.
**** VERSION 0.1.0 UPDATES ****
1. Enabled Content Security Policy
**** VERSION 0.1.3 UPDATES ****
1. Added dropdown boxes to select tempo in metadata.
**** VERSION 0.2.0 UPDATES ****
1. Bug fix in queueing album.
2. License details added to Help menu.
3. Close X button added to large image display.
4. Notifications updated with artist and app name.
5. Vertically centred large artwork to window size.
6. Github link added to Help-About.
7. Animation on hover added to social media icons.
8. Bug fix to stop screen scrolling to top when new track loads.
9. Info button added to album display.
10. Biography page updated with drop down read more button.
11. Bumped electron to 8.5.2 - ini to 1.3.8 - jquery-validation to 1.19.3
**** VERSION 0.3.0 UPDATES ****
1. New most played algorithm added.
2. Bug fix on Home page to clear cache to display new album artwork.
3. Album sort function moved to Player Functions.
4. Sort by album Release Date added to album sort.
5. Album sort now works globally on any page which displays a list of albums.
6. Bug fix in shuffling sub genre albums.
7. New search algorithm and results page using SQL FTS5 table.
8. Support for FLAC audio files added.
9. Gracenote web api removed and replaced with Musicbrainz and Spotify api.
10. Recommendations function removed temporarily after Gracenote termination.
11. Bumped: sanitize-html to 2.3.2, lodash to 4.17.21, hosted-git-info to 2.8.9
**** VERSION 0.3.1 UPDATES ****
1. Display back cover artwork added to display large cover art.
2. Bug fixes to trap some 503 and 429 errors while saving artwork images.
3. Bug fix in selecting track metadata manually when editing album.
4. Rewrite of Biography page code after wikidata changes.
**** VERSION 0.3.2 UPDATES ****
1. Fixed expired certificate error when importing music.
2. Bumped:- jimp:0.16.1, sqlite3:5.0.2, electron-builder:22.14.5, electron:16.0.4
**** VERSION 0.3.3 UPDATES ****
1. Improvements to api search queries to fetch album metadata.
2. Search both Spotify and Musicbrainz servers for album artwork.
3. Bug fixes to minor page layout issues.
**** VERSION 0.4.0 UPDATES ****
1. Music recommendations added to artist page.
2. New music releases function added to player menu.
3. Back To Top button added to all pages once scrolled.
4. Error handling added to ajax remote server requests.
5. Smooth srcolling added to A - Z menu.
6. Animation added when displaying large album artwork.
7. Minor bug fixes in playlist and search functions.
**** VERSION 0.5.0 UPDATES ****
1. Bug fix when fetching album info from wikidata.
2. Database Edit Cancel button rerouted back to artist albums instead of homepage.
3. Link added from artists album page to display all songs for an artist.
4. Small redesign of the main menu.
5. Pi-Player functions added to the top menu bar. See the website for full details about the new Peerless-Pi-Player.
**** VERSION 0.6.0 UPDATES ****
1. Function added to Pi-Player menu to check network connection.
2. Close button added to left menu bar to hide/show Now Playing/Menu Functions.
3. Close buttons replaced with X in top right corner.
4. Button to Add new music moved to Music Library.
5. Database Functions removed and functions moved to Player Functions.
6. Artist Discography now linked to Spotify.
7. New graphics for music genres, playlists and player control buttons.
**** VERSION 0.6.1 UPDATES ****
1. Bug fixed in artist links query to search all names returned from Musicbrainz for a match.
2. Discography and recommendation searches of Spotify database improved by removing non alpha-numeric characters from search string.
3. Bug fixed in Biography page to search all matches returned by Musicbrainz for a match.
4. Recommended playlist bug fixed where if only 1 recent genre or mood found caused a database error.
5. Deprecated jQuery functions updated.
**** VERSION 0.6.2 UPDATES ****