-
Notifications
You must be signed in to change notification settings - Fork 5
/
release_notes.txt
85 lines (48 loc) · 2.58 KB
/
release_notes.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
ClementineRemote release notes
cf https://github.com/mbruel/ClementineRemote
TODO: find out why download are not working on certain Android 10
cf https://forum.qt.io/topic/126870/not-able-to-write-on-android-10-although-the-write_external_storage-is-granted/5
TODO request: night mode (black)
####################################################
### Release: v1.2 ###
### date: 2021/10/29 ###
####################################################
- factorize QML introducing SearchField.qml
- adding RemoteFileProxyModel so we can search in Files tab
- update ServerFiles: single click on Folders to enter
+ use a different color in selected mode
####################################################
### Release: v1.1 ###
### date: 2021/06/04 ###
####################################################
- manage sessions to save several set ups (Home, at friends'...)
- hide connection password
- delay the loading/downloading of the Library (setting that will be activated by default)
- some robustness on error queue from sockets
- starting FastLane implementation for FDroid
- fix Android x64 version (issue with protobuf lib)
cf https://forum.qt.io/topic/108704/building-protobuff-libs-for-android-64-bit-arm64-v8a-qt-5-12-4/24)
####################################################
### Release: v1.0 ###
### date: 2020/11/22 ###
####################################################
First official release of ClemRemote
####################################################
### Release: v0.2 ###
### date: 2020/11/02 ###
####################################################
- Implement the FileSystem View
Clementine patch is available on files_root_folder branch
https://github.com/mbruel/Clementine/tree/files_root_folder
- rely on Sond index rather than id (-1 in new created playlists)
- Few fix the PlayList View
- Fun with the volume slider for small iPhone
- macro __USE_CONNECTION_THREAD__ allows to not use the connection Thread
- data of all Models are always modified in GUI Thread
=> Mutexes and signals / slot to switch Thread
####################################################
### Release: v0.1 ###
### date: 2020/10/27 ###
####################################################
- overall design of the architecture and the GUI
- PlayList View and "Player" working