Releases: jaedb/Iris
Releases · jaedb/Iris
3.39.0
3.38.0
3.37.0
3.36.0
Breaking change: Commands
- All commands needed CORS and SSL setup (if you are running SSL for Iris) because the requests were sent from the client. Now they're sent from the Iris backend, negating the need for additional setup.
- All existing commands will need to be manually upgraded to the new format.
- Addition of drag-and-drop sorting
- Addition of Name field fixes #387
- Server-side request should fix #382
Other improvements include:
- Upgrade to Webpack 4
- Addition of Docker imaging (very early alpha stage)
- Changing of hotkeys (now called shortkeys; automatically upgraded). See wiki
3.32.5
3.32.2
3.31.6
3.30.0
3.29.0
- Total overhaul of parallax; out with canvas, in with CSS
<main>
now scrolling wrapper, rather than<body>
. Main limitation is that it disables browser's overscroll-to-refresh behaviorartist.images
now an array to better handle multiple images for galleryspotify_refresh_token
included in load queue so we can detect multiple refreshes; TODO: delay subsequent requests when a refresh is in progress