-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUPDATES.txt
55 lines (49 loc) · 1.94 KB
/
UPDATES.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
=== UPDATE LOG
== v1.2.2.1
- hotfix
- now saves file names and metadata correctly
- language changer now starts in correct directory
== v.1.2.2
- bugfixes and updates
- saving settings now on adding/removing recorder to/from recorder list
- now correctly joins names with multiple dashes
- fixed song length minimum triggering on ALL songs
- fixed song start/end being cut off sometimes
- now restarts recorder for stream when mp3 library fails to save the file instead of crashing
- fixed bug where spaces in the path would break autostart
- increased minimum song length to 30s
== v1.2.1
- bugfixes and small updates
- added song minimum length limit: songs < 15s won't be saved
- updated language files
- fixed saving problems
- fixed "connection error" when current song has 0-length name (i.e. ads)
- fixed bug where entering an invalid stream would show both a success and error message
- fixed bug where server would return 400 invalid request, leading to connection error
- fixed bug where stream added via GUI wouldn't show up
- removed save settings button
== v1.2 / v1.2b
- test version
- now using JRE 13 image
- added directory picker for song saving location
- added default translations
- added language changer
- added proper functionality to add streams
- added re-scan of recordings to un-block stream if files were deleted or moved from recording dir
- updated settings saving code
- updated source of song meta: changed to icy-metadata from xspf
- updated recording code to use this meta, fixing the issue of sings being cut off
- updated language keys
- updated code to add/remove recorder to/from recoder list
- updated checking if stream should stop recording
- updated settings for this ^
- fixed trayicon
- removed first start setup, added default settings
- removed max recorder cap
- GUI code refactored
- general massive cleanup and refactoring, renaming of methods
== v1.1
- hiatus, skipped
== v1.0
- first version
- used Java 10 (install needed)