Skip to content

Releases: jaedb/Iris

3.15.0

27 Mar 08:02
Compare
Choose a tag to compare
  • Overhaul of local API to standardised JSON-RPC (loose adherence)
  • Snapcast controller (auto-updates via websocket notifications not built at this time)
  • Various bugfixes

3.12.1

06 Feb 07:03
Compare
Choose a tag to compare

Support for Icecast HTTP streaming. You can now have your browser stream directly within the Iris interface. See Settings.

Please note that HTTP streaming using HTML5's <audio> tag introduces variable levels of latency. You may hear audio that is up to 30 seconds behind the server.

3.12.0

01 Feb 05:18
Compare
Choose a tag to compare

Revamp of Discover

  • Addition of musical properties
  • Revise layout of results for easier access
  • Addition of context controls (Play all, tracks context menu, etc)

3.9.0

20 Dec 19:46
Compare
Choose a tag to compare

Overhaul of touch and mouse interactions on track and list items

  • Removal of select zone for touch (now uses whole track element, like mouse events) fixes #242
  • Ability to double-tap tracks to play (like mouse double-click) fixes #210
  • Better support for hybrid devices (further testing still required)

3.8.0

21 Nov 17:27
Compare
Choose a tag to compare
  • Breaking changes:
    • mopidy.conf options changed. authorization_url is now spotify_authorization_url to accommodate other backend authorization urls (namely lastfm_authorization_url).
  • Features
    • Restructure of context menu triggering on tracks. Now each list item has their own button (rather than a blue trigger revealed when relevant)
    • LastFM integration tidied up.
    • plus various bugfixes

3.7.0

14 Nov 08:10
Compare
Choose a tag to compare
  • Implement LastFM authorization for write-access
  • Love/Unlove tracks on LastFM
  • Overhauled tracks to now use core.tracks index. This means lower overhead of duplicated track records, and a unified source of truth.
  • Minor design changes to Settings
  • Addition of basic Privacy policy

3.5.0

14 Oct 06:47
Compare
Choose a tag to compare

Feature release

  • Wrap all core functions in callbacks to allow simultaneous processing
  • Track info view, with integration of Genius API for track lyrics

3.4.3

15 Sep 10:18
Compare
Choose a tag to compare
  • Demoting Start radio in favor of Play for artists
  • Removing spotipy for good, now that we no longer use it
  • Minor bugfixes

3.4.1

09 Sep 09:28
Compare
Choose a tag to compare
  • Hotfix where search doesn't function until you define search schemes. Now loads all by default.
  • Show Follow button, even if Spotify not authorized (just make it disabled)

3.4.0

08 Sep 20:45
Compare
Choose a tag to compare
  • Revamp of searching to use processes
  • Progress indicators on processes
  • Various bugfixes