Releases: midarrlabs/midarr-server
v4.3.0 - Counting my seasons
v4.2.0 - Push Notifications, API improvements
New features
- Automate sending push notifications by @trueChazza in #416
- Add follow movie by @trueChazza in #408
- Add follow series by @trueChazza in #409
- Add API token display by @trueChazza in #411
- Add API search by @trueChazza in #428
- Add API series by @trueChazza in #434
Full Changelog: v4.1.2...v4.2.0
v4.1.2 - Small But Effective
Patches
- API Token. Addresses the issue of API Token not visible in web UI. Now displayed under
Settings
page.
Full Changelog: v4.1.0...v4.1.2
v4.1.0 - Hey Queued Looking 👀
New features
- UI / UX refined. Using what we learned from the initial
v3.0.0
refresh, we've further refined the UI / UX to pave the way for future improvements - keep a look out for more to come utilising the new layout. - Queued movies / series. Your users can now anticipate what's in the "queue" by way of upcoming movies and series. All movies and series that are set as "monitored" in Radarr and Sonarr will now surface to your users.
- Media progress. See where you last left off from in movies and episodes anywhere they are displayed. Seamlessly pick up where you left off and continue watching.
Full Changelog: v4.0.0...v4.1.0
Full Discussion: https://github.com/orgs/midarrlabs/discussions/406
v4.0.0 - Houston, We Have A Client 🚀
Breaking changes
- Playlists page. Removed.
- Continues page. Removed.
- Radarr webhook. Requires manual setup with API token.
- Sonarr webhook. Requires manual setup with API token.
❗Important - This release requires a new fresh install. This is not backwards compatible with previous releases.
New features
- Remove theme alternatives by @trueChazza in #363
- Add history by @trueChazza in #364
- Add playback progress by @trueChazza in #377
- Add OIDC by @trueChazza in #374
- Add API tokens by @trueChazza in #382
Full Changelog: v3.1.0...v4.0.0
Full Discussion: https://github.com/orgs/midarrlabs/discussions/389
v3.1.0 - Back to Basics
New features
- Search now uses the cache for speedy results by @trueChazza in #316
- Add "watched" status in backend by @trueChazza in #351 #348
- Add footer attribution by @trueChazza in #339
Fixes
- Fix historical Chromecast sessions by @trueChazza in #345
- Fix seeds silently failing by @trueChazza in #357
Build
- Upgrade Phoenix framework 1.7.2 by @trueChazza in #342
Full Changelog: v3.0.0...v3.1.0
v3.0.0 Te Ranga Rira - Group Strength
🇳🇿 Te Ranga Rira
Maori translation
- Ranga - He roopu / group
- Rira - Be strong
Basically meaning Group Strength. To me this release shows that with the help of others as a group, we can achieve more than what we can alone.
Breaking changes
- PostgreSQL. Now the default database.
- Radarr webhook. More events added to improve movie sync.
- Sonarr webhook. More events added to improve series sync.
❗Important This requires a new fresh install. This release is not backwards compatible with previous releases.
❗Important In Radarr and Sonarr, Midarr Connect endpoints must be deleted in order for Midarr to complete auto configuration with the new events.
New features
- UI / UX Reimagined by @trueChazza in #295
- Reduce container image size by @onedr0p in #319
- All images (posters, backgrounds, episode screenshots etc) are now resolved through Midarr. Previously the client resolved all images.
New Contributors
Full Changelog: v2.1.0...v3.0.0
v2.1.0 Tuatahi - First
🇳🇿 Tuatahi
Maori translation - first
This release represents many exciting firsts for Midarr:
- Collaboration with others to add new features.
- Serving media through real time remuxing.
- Serving media through real time transcoding.
Special thanks to @onedr0p @parer55 for their help and feedback on the first experimental transcoder.
New features
- Add container remux encode first pass by @trueChazza in #254
- Add audio transcode first pass by @trueChazza in #209
- Add Chromecast Styled Media Receiver by @trueChazza in #282
- Add search input focus by @trueChazza in #269
- Show all episodes with additional info by @trueChazza in #271
Bug fixes
- Fix headers without images by @trueChazza in #274
Build updates
- build(deps-dev): bump excoveralls from 0.15.1 to 0.15.2 by @dependabot in #245
- build(deps): bump gettext from 0.20.0 to 0.21.0 by @dependabot in #246
- build(deps): bump ecto_sqlite3 from 0.8.1 to 0.9.1 by @dependabot in #250
- build(deps): bump phoenix_live_view from 0.18.3 to 0.18.10 by @dependabot in #257
- build(deps): bump phoenix_live_view from 0.18.10 to 0.18.11 by @dependabot in #261
- build(deps): bump gettext from 0.21.0 to 0.22.0 by @dependabot in #264
- build(deps): bump httpoison from 1.8.2 to 2.0.0 by @dependabot in #265
- build(deps-dev): bump excoveralls from 0.15.2 to 0.15.3 by @dependabot in #267
- build(deps): bump esbuild from 0.6.0 to 0.6.1 by @dependabot in #276
- build(deps): bump tailwind from 0.1.9 to 0.1.10 by @dependabot in #275
- build(deps-dev): bump floki from 0.34.0 to 0.34.1 by @dependabot in #280
- build(deps): bump gettext from 0.22.0 to 0.22.1 by @dependabot in #284
- build(deps): bump phoenix from 1.6.15 to 1.6.16 by @dependabot in #285
- build(deps): bump phoenix_live_view from 0.18.11 to 0.18.16 by @dependabot in #286
Full Changelog: v2.0.0...v2.1.0
v2.0.0
Breaking Changes
- Add SQLite, remove PostgreSQL @trueChazza in #236
Fresh install, not backwards compatible with v1
What's Changed
- Add playlists by @trueChazza in #236
- Add core improvements by @trueChazza in #236
- build(deps-dev): bump floki from 0.33.1 to 0.34.0 by @dependabot in #207
- build(deps): bump ecto_sql from 3.9.0 to 3.9.1 by @dependabot in #212
- build(deps-dev): bump excoveralls from 0.15.0 to 0.15.1 by @dependabot in #213
- build(deps): bump phoenix_live_dashboard from 0.6.5 to 0.7.2 by @dependabot in #202
- build(deps-dev): bump phoenix_live_reload from 1.4.0 to 1.4.1 by @dependabot in #214
- build(deps): bump swoosh from 1.8.2 to 1.8.3 by @dependabot in #216
- build(deps): bump esbuild from 0.5.0 to 0.6.0 by @dependabot in #218
- build(deps): bump ecto_sql from 3.9.1 to 3.9.2 by @dependabot in #220
- build(deps): bump swoosh from 1.8.3 to 1.9.1 by @dependabot in #221
- build(deps): bump telemetry from 1.1.0 to 1.2.0 by @dependabot in #237
Full Changelog: v1.16.1...v2.0.0