Wizarr
Automatic user invitation and management system for Plex, Jellyfin, Emby and more

About
Versions (67)
v4.0.0
2024-04-294.0.0 (2024-04-29)
โ BREAKING CHANGES
- begin 4.x.x versioning
New Features
- โจ :sparkles: Emby users can now set max streams (3b0d4e0)
- ๐ :sparkles: Added Emby Support (c882992)
- ๐ :sparkles: Scanning in Emby users now attaches connect email as user email (46d6f22)
- ๐ Live TV can now be enabled/disabled for Jellyfin/Emby invites (8723d1c)
- ๐ :sparkles: Emby and Jellyfin now update username/email on an updated scan (7c158ca)
- ๐ added ability to specify concurrent sessions on jellyfin (#378) (062bc6b), closes #377
- finshed backend password change (5b1ce2e)
- password reset frontend done, backend started (d15e0a1)
- wizarr-frontend: ๐ Add extended labels to buttons (72c7dc4)
Bug Fixes
- ๐ :bug: Fixed issue where Emby/Plex would error on creating an invite (eb54d32)
- ๐ :memo: Fix the form being the wrong namr (602d5d1)
- ๐ refactor server_api.py and software_lifecycle.py for better exception handling (8cf2b32)
- ๐ :bug: Remove trailing slashes on server URLโs (c4cfd77)
- ๐ Corrected Live TV for Jellyfin (1b94a6e)
- ๐ update toast can now be dismissed (f2585ca)
- ๐ฉน :art: Resolved scaling of theme selector on help wizard (ccf75fc)
- ๐ฉน :bug: Fixed copy server URL when override set (ab5e680)
- ๐ฉน :bug: Fixed issue where Jellyseerr could not be selected for Emby servers (83c381a)
- ๐ฉน :fire: Removed remaining label (268fda9)
- ๐ฉน change delete user call to emby function (139cf86)
- ๐ฉน Default Live TV checkbox to enabled to reflect Jellyfin/Emby default (1cba8c3)
- ๐ฉน Fixed error which occured when using LDAP (1ba2e0a)
- backend: user sync error on plex managed/guest users (#357) (1467046)
- discord-release-alert: ๐ mentions failing in embeded payload (8e87c41)
- 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)
Performance Improvements
Build System
- deps: ๐จ ๐๏ธ update browserslist to latest (b9b95bc)
- npm: add conventionalcommit changelog package (633868a)
- semantic-release: ๐ท add explict typing for changelog (62ef792)
- semantic-release: ๐ท update discord webhook payload to @dev-updates (d0886bf)
- semantic-release: ๐งฑ add other commit types to changelog (6b49b2a)
- semantic-release: use conventioncommits preset (582982f)
- test: changelog (54955f5)
Continuous Integration
- ๐ง auto merge release branch back into beta (43b4c9d)
- ๐ง fix missing apostrophe causing action fail (429b4f6)
- ๐ง update action naming to better align with workflow (a7ab17a)
- ๐งช fix nightly action name (291cb18)
- ๐งช nightly image builds off develop branch (05d5331)
- semantic-release: ๐ง explicity define breaking changes (b144ff2)
- test: changelog (24e565f)
Chores
- ๐งน bump db migration script version/date (a71ada5)
- ๐งบ :pencil2: Fixed a type with the setup finalisation (00d6143)
- ๐งฝ add unRaid support (71c00e1)
- ๐งฝ fix versioning file (66cef97)
- ๐งฝ remove changelog test file (3191b0a)
- ๐งฝ update visibility of hidden beta items (f44ea0b)
- clean up unused refrences (7b97be4)
- gitignore: add nvm versioning file (daa8e6c)
- release: 3.5.1-beta.7 (3a26ead)
- release: 4.0.0-beta.1 (3a90b8d), closes #357 #344 #347 #353
- release: 4.0.0-beta.2 (d6bd390)
- release: 4.0.0-beta.3 (709e009)
- release: 4.0.0-beta.4 (6e9ba8d)
- release: 4.0.0-beta.5 (a74aafd)
- release: 4.0.0-beta.6 (9dc466a)
- release: 4.0.0-beta.7 (cd74551)
- release: 4.0.0-beta.8 (0f5d8e0), closes #377
- release: 4.0.0-beta.9 (724755e)
- start of v4 development ๐๐ (80e95dc)
- translations: ๐งบ extract strings (a96a18f)
- workspace: ๐งน add commit editor extension and config (423c59c)
- workspace: ๐งบ add nx console extension (7bc90d1)
Documentation
- ๐ :memo: Corrected grammatical issues with Download page on Jellyfin (0ba2a78)
- ๐ :memo: Fixed Emby showing in the Jellyfin download page (4302699)
- ๐ refactor portions of contribution guide (07ae431)
- ๐ update build badge for new action names (a218de1)
- ๐ create contribution guide in project root dir (619a97b)
- added warning against modifying the $server_name variable (e27f375)
- readme/setup/unraid refactor (#364) (afc180d)
- readme: ๐ update discord release channel (7d8afc9)
- readme: fix build badge (97116ee)
- refactor contribution guide (642b3cd)
- test: changelog (a09f31c)
- test: changelog (4a479e5)
Style Changes
- ๐จ new wizarr logo/branding (#361) (864a3df)
- ๐ minor corrections to discord alert payload (c03c2cf)
- ๐ simplify image tag condition (8930479)
- add specifc image tag targeting beta/latest (71da180)
- another correction for the backticks (428fec7)
- backticks corrected (eb4259a)
- discord-webhook: ๐จ role mentions for new channel structure (2c30e4c)
- fix apostrophe usage (3be097c)
- fix backticks reaking payload formatting (0ebf1c7)
- removed an extra space (c96e72e)
- simplify image tag statement check (96a18ae)
- test: changelog (463db02)
- update discord webhook message (d8310a7)
- Updated logo with mustache (#363) (86827b3)
Code Refactoring
- ๐ฆ :lipstick: Added password meter to new password field (e35680a)
- ๐ฆ :zap: Remove membership and live chat (3b08550)
- ๐ฆ added tooltip to scan server in media server settings (2fdfab2)
- ๐ฆ hiding unimplemented features (5c7082f)
- ๐ง :memo: Added warning about open collective (ae29be3)
- ๐ง add e2e workspace, exclude apps dir (12054f7)
- ๐ง moved password to account page (dfc6490)
- ๐ง spelling and grammatical corrections (9eb591f)
- ๐จ added tooltip to request access button (3d576a4)
- test: changelog (7e2aacd)
- test: changelog (9370752)
- update nginx values on docs (d7e52a9)
- workspace: ๐ง update dev workspace and sorting (9c2561a)