-
Notifications
You must be signed in to change notification settings - Fork 1
/
changelog.html
56 lines (56 loc) · 2.95 KB
/
changelog.html
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
<html>
<head>
<title>thoseannoyingdupes.com</title>
<link rel="stylesheet" type="text/css" href="styles_popup.css" />
<meta property="og:title" content="Remove duplicates in Spotify playlists" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://thoseannoyingdupes.com/" />
<meta property="og:image" content="" />
<meta property="og:site_name" content="Those Annoying Dupes" />
<meta property="fb:admins" content="542231323" />
</head>
<body>
<div id="top" class="center">
<h2>Changelog</h2>
</div>
<div id="middle" class="center">
6.0 - New feature: Split up playlists<br/><br/>
5.5 - Fixed som bugs<br/><br/>
5.4 - Should now generate the new track list even<br>
if Spotify web API is malfunctioning.<br/>
Added a randomizer.
5.3 - Added some info.<br/><br/>
5.2 - The compare module now lets you see the <br/>
unique tracks in lists.<br/><br/>
5.1 - CSS and updated design<br/><br/>
5.0 - Better output, now also lists dupes by track<br/>
URIs.<br/>
- The playlist function will now list possible<br/>
dupes that do not share URI. These are not<br/>
removed from the new playlist generated<br/>
(could be fake dupes).<br/>
- Compare module is now dynamic and lets you<br/>
compare as many lists as you want.<br/>
- Looks OK in other browsers than Chrome. x)<br/><br/>
4.2 - Bug fixes.<br/><br/>
4.1 - Fixed an error and made the playlist option<br/>
(dupes and compare) faster.<br/><br/>
4.0 - New feature: compare playlists. Also added a<br/>
donate button.<br/><br/>
3.5 - Added changelog and warning if playlist has <br/>
1000 tracks or more.<br/><br/>
3.4 - More informative description(s)<br/><br/>
3.3 - Limited to handle max 500 dupes due to<br/>
timeout issues<br/><br/>
3.2 - Work-around for dupes in local tracks<br/><br/>
3.1 - Handles it and notifies user if Spotify site is<br/>
down<br/><br/>
3.0 - Got rid of radiobuttons for choosing output<br/><br/>
2.0 - Got rid of radiobuttons for choosing top or<br/>
bottom option<br/>
</div>
<div id="bottom" class="center">
<br/> <br/>
</div>
</body>
</html>