Releases: mbruel/ClementineRemote
ClemRemote v1.2
####################################################
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
ClemRemote v1.1
####################################################
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)
ClemRemote v1.0
Official version that will be release on Android and Apple Stores.
Built for Linux, MacOS and Windows are available
ClemRemote v1.0-rc3
last rc?
ClemRemote v1.0-rc2
rc2
ClemRemote v1.0-rc1
pre release
All implemented except Global Search
ClementineRemote v0.2
####################################################
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
ClementineRemote v0.1
First release.
GUI ready with only the Playlist View implemented and working.
Should work with current version of Clementine Player.