Skip to content

Releases: jaedb/Iris

2.13.13

14 Apr 05:58
Compare
Choose a tag to compare

Bugfix

  • Fixing issues with sharing authorization
  • Moving to modal for receiving authorization (instead of js dialog)

2.13.12

11 Apr 08:05
Compare
Choose a tag to compare

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

06 Apr 23:04
Compare
Choose a tag to compare

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

25 Mar 21:29
Compare
Choose a tag to compare

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

22 Mar 22:52
Compare
Choose a tag to compare

Bugfix:

  • Playlists without descriptions failing to load due to description link handler

2.13.4

22 Mar 05:48
Compare
Choose a tag to compare

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

2.13.3

13 Mar 19:59
Compare
Choose a tag to compare

Features and bugs:

  • Touch and hold #75
  • Upgrade Webpack #80
  • Context menu revamp #74 and #72
  • Revamp library methods #42
  • Search views in context menu
  • Tidying columns and how tables condense on responsive

2.13.2

07 Mar 05:35
Compare
Choose a tag to compare

Feature release:

  • Context menus #72
  • General backend support #11

2.13.1

02 Mar 07:41
Compare
Choose a tag to compare

Feature release

  • Context menus revisited
  • When tracks selected on small screens, tap and hold or use android-style action button
  • Add to playlist click-fired instead of hover
  • Search by URI goes directly to asset
  • Fixes #72 and #68

2.13.0

22 Feb 08:24
Compare
Choose a tag to compare

Feature release:

  • Rebuild of Pusher to now no longer require it's own port (hoorah!)
  • Tidying of messages, now you can properly send test messages via Settings > Debug > Pusher
  • Mobile fixes
  • Header context menu for actions