-
Notifications
You must be signed in to change notification settings - Fork 4
/
ChangeLog.txt
73 lines (37 loc) · 2.21 KB
/
ChangeLog.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
Copyright (C) 2012 Bluejay
This file is part of Bluejay.
Bluejay is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Bluejay is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Bluejay. If not, see <http://www.gnu.org/licenses/>.
Change Log:
* January 4, 2012 Jeff Gaston
Fixed a bug where the highest rated song would never be considered for playing
* November 15, 2011 Jeff Gaston
increased the tendency to play songs that haven't been heard recently
added a workaround for the issue where songs occasionally get skipped (this may be related to the "No URI Handler" popup) and then downvoted
* Octobor 20, 2011 Jeff Gaston
fixed an issue where old data would remain in the engine even after clicking the "Scan Library" button
* August 19, 2011 Jeff Gaston
fixed an issue that could occur when there were multiple songs with duplicate names
made the engine slightly faster by disabling some debug information more efficiently in ScatterPlot.js
made the engine slightly smarter by breaking ties better in ScatterPlot.js
* August 12, 2011 Jeff Gaston
removed the obsolete file ArgumentList.js, which was only ever created because an analogous class was used in the C++ prototype
* August 8, 2011 Jeff Gaston
fixed an error that occurred when deselecting all tracks
* August 6, 2011 Jeff Gaston
added functionality to the better/worse buttons
shows five stars when manually selecting a song
* August 5, 2011 Jeff Gaston
added UI for the better/worse rating choices
* August 4, 2011 Jeff Gaston
added the ability to choose a song and then scan the library while playing that song, without having it override the chosen song when done scanning
* August 3, 2011 Jeff Gaston
fixed some syntax errors, fixed a song-casing issue, and fixed the issue where Bluejay would override the selection of a song by the user