Releases: jaedb/Iris
Releases · jaedb/Iris
2.13.13
2.13.12
Bugfixes:
- Increased reliability of processes and notifications
- Introduced loading indicator (blinking light)
- Minor responsive fixes
- Tracklist selection on responsive now tap-and-hold to enter
edit_mode
. Then you can tap to select tracks and perform contextual actions.
2.13.9
Functionality release
- Introduction of
processes
to handle long-running actions (like adding a lot of URIs in one go) processes
can be cancelled by hitting the close icon on the notification- Moved notifications into bottom right
- Adding playlists handled by unique action. This detects if playlist was loaded by the server and is already cached, or if we needs to fetch all playlist and add in batches
- Playlists' tracks added in batches of 5, with a 100ms delay between. This prevents the server from locking up until all tracks are added.
2.13.6
Search engine revisited.
- Select which backends you want to search by (+Spotify HTTP API, #65)
- Changed search URI syntax to
search/:type/:query
- Moved search to
uiActions
for global control of search triggers
Todo:
- Look at how to increase search performance (possibly hardware limited)
- Search multiple fields (eg
albumartist
,composer
, etc)
2.13.5
2.13.4
Mixed release:
- Fixed missing queue track context menu #87
- Moved Kiosk Mode into shortcut key to keep actions panel clear (
ctrl + /
) - URI links within playlist descriptions converted to hash links #82
- Added
album_type
into album view #81 - Pusher errors convert into end-user notification. Especially useful with radio issues as in #86
- Minor UI adjustments