Skip to content

Latest commit

 

History

History
316 lines (168 loc) · 18.3 KB

CHANGELOG-beta.md

File metadata and controls

316 lines (168 loc) · 18.3 KB

4.1.1-beta.3 (2024-05-19)

Bug Fixes

  • 🚑 Plex API endpoint for deleting users (462deae)

Chores

  • 🧽 sync develop with beta (7107159)

4.1.1-beta.2 (2024-05-19)

Continuous Integration

Chores

  • 🧽 sync develop with beta (3e213b1)

4.1.1-beta.1 (2024-05-06)

Bug Fixes

  • 🐛 Beta message no longer shows on main releases (819223e)
  • 🐛 Fix migration syntax error (affa9ff)
  • 🩹 Re-write plex.tv URL's to app.plex.tv on media server override (7eaf403)
  • 🩹 Removed plex home configuration due to not existing in the Plex API (a075079)
  • 🚑 Corrected the variable for unlimited invite uses on plex (b605010)

Performance Improvements

  • 🚀 Only update Emby/Jellyfin users when data is different (44fe2f1)
  • 🚀API Endpoint Optimisation (#409) (82d4cf5)

Continuous Integration

  • semantic-release: auto-sync commit message (05b3931)
  • semantic-release: update sync commit msg (9235de4)

Chores

  • 🧺 Exclude unraid template from triggering semantic releases (08840b9)
  • 🧼 Corrected branch of the latest image (3e52988)
  • 🧼 Exclude language filles from the workspace search (e956c28)
  • 🧽 Fixed formatting with sematic release commit names (c913942)
  • 🧽 Updated the unraid template to include different branches (8a82a78)

Code Refactoring

  • 📦 Update Available toasts no longer appear for non-admins (8f18d98)

4.1.0-beta.1 (2024-05-03)

New Features

  • ✨ Replaced the default homepage with the invite interface (9c6ea38)
  • ✨Ability to specify whether a user displays on login page (#397) (a1380e0)

Bug Fixes

  • 🐛 Change live_tv to a boolean through the migration script (00372cc)
  • 🐛 Live TV boolean changes to True by default (e41b935)
  • 🐛 Potential fix for white pages and pages caching (65feec9)
  • 🐝 remove extra return statement (331be20)
  • 🩹 cast current version as string (4490590)
  • 🩹 Disabled access to Live TV Management for Jellyfin/Emby (a603d56)
  • 🩹 Fixed plex profile pictures erroring out when Plex Home users are present (a1c3571)
  • 🩹 Import error for software_lifecycle (f6f9ef9)
  • 🚑 Change migration script to a boolean for hide_user (dec8103)
  • 🚑 Changed order of Emby user password creation (fd52649)
  • 🚑 Solved issue with the routes clashing (c3af54e)
  • sentry: 🐛 set release version for proper tracking (0f4d08c)

Chores

  • 🧺 Changed request service URL field to correctly reflect the service (553c78f)
  • 🧺 Remove version getter as not needed (50957bc)

Documentation

  • 📚 removed v3 mentions from root readme (d7a4495)

Code Refactoring

  • 🔧 Change the admin login to reflect the new homepage (549b3de)
  • 🔧 Cleanup old deprecated code (fa56308)
  • 🔧 Removed ability to fetch profile picture from media servers (e3ab547)
  • 🔨 Changed profile picture logic for media servers (f1f94e1)

4.0.0-beta.9 (2024-04-25)

New Features

  • ✨ ✨ Emby users can now set max streams (3b0d4e0)
  • 🎉 ✨ Scanning in Emby users now attaches connect email as user email (46d6f22)
  • 🎉 Live TV can now be enabled/disabled for Jellyfin/Emby invites (8723d1c)
  • 🎊 ✨ Emby and Jellyfin now update username/email on an updated scan (7c158ca)

Bug Fixes

  • 🐛 🐛 Fixed issue where Emby/Plex would error on creating an invite (eb54d32)
  • 🐝 Corrected Live TV for Jellyfin (1b94a6e)
  • 🩹 Default Live TV checkbox to enabled to reflect Jellyfin/Emby default (1cba8c3)

Chores

  • 🧹 bump db migration script version/date (a71ada5)

4.0.0-beta.8 (2024-04-21)

New Features

  • 🚑 added ability to specify concurrent sessions on jellyfin (#378) (062bc6b), closes #377

Bug Fixes

  • 🩹 🐛 Fixed issue where Jellyseerr could not be selected for Emby servers (83c381a)
  • discord-release-alert: 🐛 mentions failing in embeded payload (8e87c41)

4.0.0-beta.7 (2024-04-19)

New Features

  • 🎉 ✨ Added Emby Support (c882992)

Bug Fixes

  • 🐛 📝 Fix the form being the wrong namr (602d5d1)
  • 🩹 🎨 Resolved scaling of theme selector on help wizard (ccf75fc)
  • 🩹 change delete user call to emby function (139cf86)

Chores

  • 🧽 remove changelog test file (3191b0a)

Documentation

  • 📖 📝 Corrected grammatical issues with Download page on Jellyfin (0ba2a78)
  • 📚 📝 Fixed Emby showing in the Jellyfin download page (4302699)
  • readme: 📚 update discord release channel (7d8afc9)

Style Changes

  • 💎 minor corrections to discord alert payload (c03c2cf)
  • discord-webhook: 🎨 role mentions for new channel structure (2c30e4c)

4.0.0-beta.6 (2024-04-18)

Style Changes

  • 💎 simplify image tag condition (8930479)
  • another correction for the backticks (428fec7)
  • backticks corrected (eb4259a)
  • fix backticks reaking payload formatting (0ebf1c7)
  • simplify image tag statement check (96a18ae)

4.0.0-beta.5 (2024-04-18)

Build System

  • npm: add conventionalcommit changelog package (633868a)
  • semantic-release: use conventioncommits preset (582982f)

Documentation

Style Changes

  • add specifc image tag targeting beta/latest (71da180)
  • fix apostrophe usage (3be097c)
  • removed an extra space (c96e72e)
  • update discord webhook message (d8310a7)

Code Refactoring

4.0.0-beta.4 (2024-04-18)

Performance Improvements

4.0.0-beta.3 (2024-04-18)

4.0.0-beta.2 (2024-04-18)

Bug Fixes

  • 🐝 update toast can now be dismissed (f2585ca)

4.0.0-beta.1 (2024-04-11)

Bug Fixes

  • 🐛 refactor server_api.py and software_lifecycle.py for better exception handling (8cf2b32)
  • 🐝 🐛 Remove trailing slashes on server URL's (c4cfd77)
  • 🩹 🐛 Fixed copy server URL when override set (ab5e680)
  • 🩹 🔥 Removed remaining label (268fda9)
  • backend: user sync error on plex managed/guest users (#357) (1467046)
  • frontend: 🐛 users without token no longer cause error on scan (#344) (05ce4f5)
  • frontend: cant remove discord widget id (#347) (fefcb06)
  • remove latest info widget (#353) (37e21fe)
  • wizarr-backend: 🚑 added password strength test (ff83c30)

chore

  • 🧽 fix versioning file (66cef97)

Features

  • finshed backend password change (5b1ce2e)
  • password reset frontend done, backend started (d15e0a1)
  • wizarr-frontend: 🚀 Add extended labels to buttons (72c7dc4)

Performance Improvements

  • 🚀 ✨ Changed to use floating vue (ce0b92f)

BREAKING CHANGES

  • begin 4.x.x versioning

3.5.1-beta.7 (2023-11-21)

Bug Fixes

  • 🐛 refactor server_api.py and software_lifecycle.py for better exception handling (8cf2b32)

3.5.1-beta.6 (2023-11-17)

Bug Fixes

  • 🩹 software lifecycle issue (15b1edf)
  • 🚑 software lifecycle issue (ac55841)
  • 🆘 EMERGENCY FIX FOR VERSION 🆘 (7570ec1)

3.5.1-beta.5 (2023-11-17)

Bug Fixes

  • 🔧 release branch identification logic and improve error handling (e963e0b)

3.5.1-beta.4 (2023-11-17)

Bug Fixes

  • 🩹 add formkit stories (e5cd97b)

3.5.1-beta.3 (2023-11-14)

Bug Fixes

  • 🐝 Jellyfin users now can have uppercase usernames (1539c56)
  • 🩹 fix workflow issue (268aeeb)

3.5.1-beta.3 (2023-11-14)

Bug Fixes

  • 🐝 Jellyfin users now can have uppercase usernames (1539c56)

3.5.1-beta.2 (2023-11-09)

Bug Fixes