8000 Tags · Dank-Sec/wizarr · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Dank-Sec/wizarr

Tags

v4.1.1-beta.2

Toggle v4.1.1-beta.2's commit message
chore(release): 4.1.1-beta.2

## [4.1.1-beta.2](wizarrrr/wizarr@v4.1.1-beta.1...v4.1.1-beta.2) (2024-05-19)

### Continuous Integration

* **codeql:** setup code vulnerability scanning ([wizarrrr#417](wizarrrr#417)) ([37612b5](wizarrrr@37612b5))
* **deps:** setup dependabot updates ([wizarrrr#413](wizarrrr#413)) ([97a5fd4](wizarrrr@97a5fd4))
* **pr-review:** 🔧 scope to pr target only ([e6008a6](wizarrrr@e6008a6))
* setup auto pr reviews ([wizarrrr#415](wizarrrr#415)) ([ec0c1ee](wizarrrr@ec0c1ee))

### Chores

* 🧽 sync develop with beta ([3e213b1](wizarrrr@3e213b1))

v4.1.1-beta.1

Toggle v4.1.1-beta.1's commit message
chore(release): 4.1.1-beta.1

## [4.1.1-beta.1](wizarrrr/wizarr@v4.1.0...v4.1.1-beta.1) (2024-05-06)

### Bug Fixes

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

### Performance Improvements

* 🚀 Only update Emby/Jellyfin users when data is different ([44fe2f1](wizarrrr@44fe2f1))
* 🚀API Endpoint Optimisation ([wizarrrr#409](wizarrrr#409)) ([82d4cf5](wizarrrr@82d4cf5))

### Continuous Integration

* **semantic-release:** auto-sync commit message ([05b3931](wizarrrr@05b3931))
* **semantic-release:** update sync commit msg ([9235de4](wizarrrr@9235de4))

### Chores

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

### Code Refactoring

* 📦 Update Available toasts no longer appear for non-admins ([8f18d98](wizarrrr@8f18d98))

v4.1.0

Toggle v4.1.0's commit message
chore(release): 4.1.0

## [4.1.0](wizarrrr/wizarr@v4.0.0...v4.1.0) (2024-05-05)

### New Features

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

### Bug Fixes

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

### Chores

* 🧺 Changed request service URL field to correctly reflect the service ([553c78f](wizarrrr@553c78f))
* 🧺 Remove version getter as not needed ([50957bc](wizarrrr@50957bc))
* **release:** 4.1.0-beta.1 ([b4d5a34](wizarrrr@b4d5a34)), closes [wizarrrr#397](wizarrrr#397)

### Documentation

* 📚 removed v3 mentions from root readme ([d7a4495](wizarrrr@d7a4495))

### Code Refactoring

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

v4.1.0-beta.1

Toggle v4.1.0-beta.1's commit message
chore(release): 4.1.0-beta.1

## [4.1.0-beta.1](wizarrrr/wizarr@v4.0.0...v4.1.0-beta.1) (2024-05-03)

### New Features

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

### Bug Fixes

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

### Chores

* 🧺 Changed request service URL field to correctly reflect the service ([553c78f](wizarrrr@553c78f))
* 🧺 Remove version getter as not needed ([50957bc](wizarrrr@50957bc))

### Documentation

* 📚 removed v3 mentions from root readme ([d7a4495](wizarrrr@d7a4495))

### Code Refactoring

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

v4.0.0

Toggle v4.0.0's commit message
chore(release): 4.0.0

## [4.0.0](wizarrrr/wizarr@v3.5.1...v4.0.0) (2024-04-29)

### ⚠ BREAKING CHANGES

* begin 4.x.x versioning

### New Features

* ✨ ✨ Emby users can now set max streams ([3b0d4e0](wizarrrr@3b0d4e0))
* 🎉 ✨ Added Emby Support ([c882992](wizarrrr@c882992))
* 🎉 ✨ Scanning in Emby users now attaches connect email as user email ([46d6f22](wizarrrr@46d6f22))
* 🎉 Live TV can now be enabled/disabled for Jellyfin/Emby invites ([8723d1c](wizarrrr@8723d1c))
* 🎊 ✨ Emby and Jellyfin now update username/email on an updated scan ([7c158ca](wizarrrr@7c158ca))
* 🚑 added ability to specify concurrent sessions on jellyfin ([wizarrrr#378](wizarrrr#378)) ([062bc6b](wizarrrr@062bc6b)), closes [wizarrrr#377](wizarrrr#377)
* finshed backend password change ([5b1ce2e](wizarrrr@5b1ce2e))
* password reset frontend done, backend started ([d15e0a1](wizarrrr@d15e0a1))
* **wizarr-frontend:** 🚀 Add extended labels to buttons ([72c7dc4](wizarrrr@72c7dc4))

### Bug Fixes

* 🐛 🐛 Fixed issue where Emby/Plex would error on creating an invite ([eb54d32](wizarrrr@eb54d32))
* 🐛 📝 Fix the form being the wrong namr ([602d5d1](wizarrrr@602d5d1))
* 🐛 refactor server_api.py and software_lifecycle.py for better exception handling ([8cf2b32](wizarrrr@8cf2b32))
* 🐝 🐛 Remove trailing slashes on server URL's ([c4cfd77](wizarrrr@c4cfd77))
* 🐝 Corrected Live TV for Jellyfin ([1b94a6e](wizarrrr@1b94a6e))
* 🐝 update toast can now be dismissed ([f2585ca](wizarrrr@f2585ca))
* 🩹 🎨 Resolved scaling of theme selector on help wizard ([ccf75fc](wizarrrr@ccf75fc))
* 🩹 🐛 Fixed copy server URL when override set ([ab5e680](wizarrrr@ab5e680))
* 🩹 🐛 Fixed issue where Jellyseerr could not be selected for Emby servers ([83c381a](wizarrrr@83c381a))
* 🩹 🔥 Removed remaining label ([268fda9](wizarrrr@268fda9))
* 🩹 change delete user call to emby function ([139cf86](wizarrrr@139cf86))
* 🩹 Default Live TV checkbox to enabled to reflect Jellyfin/Emby default ([1cba8c3](wizarrrr@1cba8c3))
* 🩹 Fixed error which occured when using LDAP ([1ba2e0a](wizarrrr@1ba2e0a))
* **backend:** user sync error on plex managed/guest users ([wizarrrr#357](wizarrrr#357)) ([1467046](wizarrrr@1467046))
* **discord-release-alert:** 🐛 mentions failing in embeded payload ([8e87c41](wizarrrr@8e87c41))
* **frontend:** 🐛 users without token no longer cause error on scan ([wizarrrr#344](wizarrrr#344)) ([05ce4f5](wizarrrr@05ce4f5))
* **frontend:** cant remove discord widget id ([wizarrrr#347](wizarrrr#347)) ([fefcb06](wizarrrr@fefcb06))
* remove latest info widget ([wizarrrr#353](wizarrrr#353)) ([37e21fe](wizarrrr@37e21fe))
* **wizarr-backend:** 🚑 added password strength test ([ff83c30](wizarrrr@ff83c30))

### Performance Improvements

* 🚀 ✨ Changed to use floating vue ([ce0b92f](wizarrrr@ce0b92f))
* **test:** changelog ([7eacd08](wizarrrr@7eacd08))

### Build System

* **deps:** 🔨 🏗️ update browserslist to latest ([b9b95bc](wizarrrr@b9b95bc))
* **npm:** add conventionalcommit changelog package ([633868a](wizarrrr@633868a))
* **semantic-release:** 👷 add explict typing for changelog ([62ef792](wizarrrr@62ef792))
* **semantic-release:** 👷 update discord webhook payload to [@dev-updates](https://github.com/dev-updates) ([d0886bf](wizarrrr@d0886bf))
* **semantic-release:** 🧱 add other commit types to changelog ([6b49b2a](wizarrrr@6b49b2a))
* **semantic-release:** use conventioncommits preset ([582982f](wizarrrr@582982f))
* **test:** changelog ([54955f5](wizarrrr@54955f5))

### Continuous Integration

* 🔧 auto merge release branch back into beta ([43b4c9d](wizarrrr@43b4c9d))
* 🔧 fix missing apostrophe causing action fail ([429b4f6](wizarrrr@429b4f6))
* 🔧 update action naming to better align with workflow ([a7ab17a](wizarrrr@a7ab17a))
* 🧪 fix nightly action name ([291cb18](wizarrrr@291cb18))
* 🧪 nightly image builds off develop branch ([05d5331](wizarrrr@05d5331))
* **semantic-release:** 🔧 explicity define breaking changes ([b144ff2](wizarrrr@b144ff2))
* **test:** changelog ([24e565f](wizarrrr@24e565f))

### Chores

* 🧹 bump db migration script version/date ([a71ada5](wizarrrr@a71ada5))
* 🧺 ✏️ Fixed a type with the setup finalisation ([00d6143](wizarrrr@00d6143))
* 🧽 add unRaid support ([71c00e1](wizarrrr@71c00e1))
* 🧽 fix ve
10000
rsioning file ([66cef97](wizarrrr@66cef97))
* 🧽 remove changelog test file ([3191b0a](wizarrrr@3191b0a))
* 🧽 update visibility of hidden beta items ([f44ea0b](wizarrrr@f44ea0b))
* clean up unused refrences ([7b97be4](wizarrrr@7b97be4))
* **gitignore:** add nvm versioning file ([daa8e6c](wizarrrr@daa8e6c))
* **release:** 3.5.1-beta.7 ([3a26ead](wizarrrr@3a26ead))
* **release:** 4.0.0-beta.1 ([3a90b8d](wizarrrr@3a90b8d)), closes [wizarrrr#357](wizarrrr#357) [wizarrrr#344](wizarrrr#344) [wizarrrr#347](wizarrrr#347) [wizarrrr#353](wizarrrr#353)
* **release:** 4.0.0-beta.2 ([d6bd390](wizarrrr@d6bd390))
* **release:** 4.0.0-beta.3 ([709e009](wizarrrr@709e009))
* **release:** 4.0.0-beta.4 ([6e9ba8d](wizarrrr@6e9ba8d))
* **release:** 4.0.0-beta.5 ([a74aafd](wizarrrr@a74aafd))
* **release:** 4.0.0-beta.6 ([9dc466a](wizarrrr@9dc466a))
* **release:** 4.0.0-beta.7 ([cd74551](wizarrrr@cd74551))
* **release:** 4.0.0-beta.8 ([0f5d8e0](wizarrrr@0f5d8e0)), closes [wizarrrr#377](wizarrrr#377)
* **release:** 4.0.0-beta.9 ([724755e](wizarrrr@724755e))
* start of v4 development 🎆🎆 ([80e95dc](wizarrrr@80e95dc))
* **translations:** 🧺 extract strings ([a96a18f](wizarrrr@a96a18f))
* **workspace:** 🧹 add commit editor extension and config ([423c59c](wizarrrr@423c59c))
* **workspace:** 🧺 add nx console extension ([7bc90d1](wizarrrr@7bc90d1))

### Documentation

* 📖 📝 Corrected grammatical issues with Download page on Jellyfin ([0ba2a78](wizarrrr@0ba2a78))
* 📚 📝 Fixed Emby showing in the Jellyfin download page ([4302699](wizarrrr@4302699))
* 📚 refactor portions of contribution guide ([07ae431](wizarrrr@07ae431))
* 📚 update build badge for new action names ([a218de1](wizarrrr@a218de1))
* 📝 create contribution guide in project root dir ([619a97b](wizarrrr@619a97b))
* added warning against modifying the $server_name variable ([e27f375](wizarrrr@e27f375))
* readme/setup/unraid refactor ([wizarrrr#364](wizarrrr#364)) ([afc180d](wizarrrr@afc180d))
* **readme:** 📚 update discord release channel ([7d8afc9](wizarrrr@7d8afc9))
* **readme:** fix build badge ([97116ee](wizarrrr@97116ee))
* refactor contribution guide ([642b3cd](wizarrrr@642b3cd))
* **test:** changelog ([a09f31c](wizarrrr@a09f31c))
* **test:** changelog ([4a479e5](wizarrrr@4a479e5))

### Style Changes

* 🎨 new wizarr logo/branding ([wizarrrr#361](wizarrrr#361)) ([864a3df](wizarrrr@864a3df))
* 💎 minor corrections to discord alert payload ([c03c2cf](wizarrrr@c03c2cf))
* 💎 simplify image tag condition ([8930479](wizarrrr@8930479))
* add specifc image tag targeting beta/latest ([71da180](wizarrrr@71da180))
* another correction for the backticks ([428fec7](wizarrrr@428fec7))
* backticks corrected ([eb4259a](wizarrrr@eb4259a))
* **discord-webhook:** 🎨 role mentions for new channel structure ([2c30e4c](wizarrrr@2c30e4c))
* fix apostrophe usage ([3be097c](wizarrrr@3be097c))
* fix backticks reaking payload formatting ([0ebf1c7](wizarrrr@0ebf1c7))
* removed an extra space ([c96e72e](wizarrrr@c96e72e))
* simplify image tag statement check ([96a18ae](wizarrrr@96a18ae))
* **test:** changelog ([463db02](wizarrrr@463db02))
* update discord webhook message ([d8310a7](wizarrrr@d8310a7))
* Updated logo with mustache ([wizarrrr#363](wizarrrr#363)) ([86827b3](wizarrrr@86827b3))

### Code Refactoring

* 📦 💄 Added password meter to new password field ([e35680a](wizarrrr@e35680a))
* 📦 ⚡ Remove membership and live chat ([3b08550](wizarrrr@3b08550))
* 📦 added tooltip to scan server in media server settings ([2fdfab2](wizarrrr@2fdfab2))
* 📦 hiding unimplemented features ([5c7082f](wizarrrr@5c7082f))
* 🔧 📝 Added warning about open collective ([ae29be3](wizarrrr@ae29be3))
* 🔧 add e2e workspace, exclude apps dir ([12054f7](wizarrrr@12054f7))
* 🔧 moved password to account page ([dfc6490](wizarrrr@dfc6490))
* 🔧 spelling and grammatical corrections ([9eb591f](wizarrrr@9eb591f))
* 🔨 added tooltip to request access button ([3d576a4](wizarrrr@3d576a4))
* **test:** changelog ([7e2aacd](wizarrrr@7e2aacd))
* **test:** changelog ([9370752](wizarrrr@9370752))
* update nginx values on docs ([d7e52a9](wizarrrr@d7e52a9))
* **workspace:** 🔧 update dev workspace and sorting ([9c2561a](wizarrrr@9c2561a))

v4.0.0-beta.9

Toggle v4.0.0-beta.9's commit message
chore(release): 4.0.0-beta.9

## [4.0.0-beta.9](wizarrrr/wizarr@v4.0.0-beta.8...v4.0.0-beta.9) (2024-04-25)

### New Features

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

### Bug Fixes

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

### Chores

* 🧹 bump db migration script version/date ([a71ada5](wizarrrr@a71ada5))

v4.0.0-beta.8

Toggle v4.0.0-beta.8's commit message
chore(release): 4.0.0-beta.8

## [4.0.0-beta.8](wizarrrr/wizarr@v4.0.0-beta.7...v4.0.0-beta.8) (2024-04-21)

### New Features

* 🚑 added ability to specify concurrent sessions on jellyfin ([wizarrrr#378](wizarrrr#378)) ([062bc6b](wizarrrr@062bc6b)), closes [wizarrrr#377](wizarrrr#377)

### Bug Fixes

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

v4.0.0-beta.7

Toggle v4.0.0-beta.7's commit message
chore(release): 4.0.0-beta.7

## [4.0.0-beta.7](wizarrrr/wizarr@v4.0.0-beta.6...v4.0.0-beta.7) (2024-04-19)

### New Features

* 🎉 ✨ Added Emby Support ([c882992](wizarrrr@c882992))

### Bug Fixes

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

### Chores

* 🧽 remove changelog test file ([3191b0a](wizarrrr@3191b0a))

### Documentation

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

### Style Changes

* 💎 minor corrections to discord alert payload ([c03c2cf](wizarrrr@c03c2cf))
* **discord-webhook:** 🎨 role mentions for new channel structure ([2c30e4c](wizarrrr@2c30e4c))

v4.0.0-beta.6

Toggle v4.0.0-beta.6's commit message
chore(release): 4.0.0-beta.6

## [4.0.0-beta.6](wizarrrr/wizarr@v4.0.0-beta.5...v4.0.0-beta.6) (2024-04-18)

### Style Changes

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

v4.0.0-beta.5

Toggle v4.0.0-beta.5's commit message
chore(release): 4.0.0-beta.5

## [4.0.0-beta.5](wizarrrr/wizarr@v4.0.0-beta.4...v4.0.0-beta.5) (2024-04-18)

### Build System

* **npm:** add conventionalcommit changelog package ([633868a](wizarrrr@633868a))
* **semantic-release:** use conventioncommits preset ([582982f](wizarrrr@582982f))

### Documentation

* **test:** changelog ([a09f31c](wizarrrr@a09f31c))

### Style Changes

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

### Code Refactoring

* **test:** changelog ([7e2aacd](wizarrrr@7e2aacd))
0