Releases: linuxserver/docker-overseerr
develop-a3814ec0-ls12
LinuxServer Changes:
Initial Release.
overseerr Changes:
build(snap): bump node to 14.16.1 (#1423)
develop-b5ac2f5a-ls9
LinuxServer Changes:
Initial Release.
overseerr Changes:
fix(frontend): handle media items/requests no longer having a valid tmdb id
fixes #517
develop-f8966536-ls7
LinuxServer Changes:
Initial Release.
overseerr Changes:
build(deps): bump y18n from 3.2.1 to 3.2.2 (#1345)
Bumps y18n from 3.2.1 to 3.2.2.
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
develop-e6056875-ls5
LinuxServer Changes:
Initial Release.
overseerr Changes:
feat(webhook): include requestedBy user in payload (#1385)
-
feat(webhook): include requestedBy user in payload
-
fix: update jsonPayload in settings.ts
develop-d9e314ba-ls4
LinuxServer Changes:
Initial Release.
overseerr Changes:
fix(frontend): autofill with Plex server address (#1381)
develop-9b199b27-ls6
LinuxServer Changes:
Initial Release.
overseerr Changes:
feat(lang): translations update from Weblate (#1388)
- feat(lang): translated using Weblate (Catalan)
Currently translated at 100.0% (814 of 814 strings)
Co-authored-by: dtalens [email protected]
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/ca/
Translation: Overseerr/Overseerr Frontend
- feat(lang): translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (814 of 814 strings)
Co-authored-by: Hosted Weblate [email protected]
Co-authored-by: Marcos [email protected]
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_PT/
Translation: Overseerr/Overseerr Frontend
- feat(lang): translated using Weblate (Norwegian Bokmål)
Currently translated at 78.5% (639 of 814 strings)
Co-authored-by: Hosted Weblate [email protected]
Co-authored-by: Torkil [email protected]
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend
- feat(lang): translated using Weblate (French)
Currently translated at 92.7% (755 of 814 strings)
Co-authored-by: Hosted Weblate [email protected]
Co-authored-by: Mathieu [email protected]
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend
- feat(lang): translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (814 of 814 strings)
Co-authored-by: TheCatLady [email protected]
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend
Co-authored-by: dtalens [email protected]
Co-authored-by: Marcos [email protected]
Co-authored-by: Torkil [email protected]
Co-authored-by: Mathieu [email protected]
Co-authored-by: TheCatLady [email protected]
develop-33542c9b-ls3
LinuxServer Changes:
Initial Release.
overseerr Changes:
fix(plex): use server 'address' returned by Plex API (#1379)
develop-0a87ab53-ls8
LinuxServer Changes:
Initial Release.
overseerr Changes:
build(deps): bump y18n from 3.2.1 to 3.2.2 (#1345)
Bumps y18n from 3.2.1 to 3.2.2.
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v1.22.0-ls2
LinuxServer Changes:
Initial Release.
overseerr Changes:
Awesome New Stuff
Quotas are here!
We have added user request quotas in this release. Users can be limited globally from Overseer's settings, or each user can have their specific request quota. Up to you!
If you request as another user, Overseerr will present their quotas to you, and you will consume their requests in doing so. Users can also view their current quota limits and status on their profile pages!
Logs Viewer
The logs page under Settings is finally here! Now you no longer need to dive directly into the log file to determine what's going wrong. Just navigate to the logs page and click the handy copy button on your error log so you can get support! This feature was from @danshilm. Thanks so much!
Genre Sliders
We now show two new sliders on the discover page, one for Movie Genres and another for Series Genres! You can click on these to narrow down the popular results in movies/series.
Improved PWA experience on iOS
If you are using Overseerr as a home screen shortcut on iOS, we recommended removing it once and re-adding it. We made improvements to the rendering and space use on iOS phones to correctly extend the app into the status bar area, giving it even more of a native feel. It looks terrific! Check out the screenshot below:
Huge performance boosts for slower hard drives
If you are mounting your config directory on a slower disk drive, you will be happy to know we have made some changes to our database writes to allow vastly increased performance up to 10x!
Option to allow partial requests
If you are a completionist and don't like to see partial series in your library, you can now disable users' ability to request partial seasons. This feature will only allow the user to request the entire series at once. Keep in mind, if you are using quotas, then the user must have enough requests remaining to request all of the seasons!
Other neat new changes and fixes
- You can now select multiple original languages to filter discover by.
- Regions and language lists will now sort by their localized names instead of always in English.
- You can no longer access the /setup endpoint after the initial setup is complete.
- Person detail pages should now be correctly localized (and include some extra information now such as place of birth and birth date/death dates)
- We now show the original movie/series title on the detail pages if they are available
Detailed changelog below. As always thank you to all the contributors and translators for helping make this project what it is today!
1.22.0 (2021-04-01)
Bug Fixes
- android: adaptive icons for Android devices (#1274) (a65e3d5)
- backend: fix getShowByTvdbId() error message (#1314) [skip ci] (fe8d346)
- db: enable WAL journal mode (aa205ff)
- frontend: 'Recent Requests' slider should link to request list w/ same filter (#1235) (49782c0)
- frontend: call mutate after changing public settings (#1302) (c8f67cf)
- frontend: include language parameter in TMDb links (#1344) (1d88be9)
- frontend: redirect from /setup if already initialized (#1238) (8016503)
- frontend: use correct path to user profile in request modal quota dropdown (#1307) (f990585)
- frontend: use HTTPS to fetch TMDb assets for network/studio sliders (#1343) (c886ea6)
- frontend: use next/image to serve login page images (cbf4519), closes #1207
- lang: allow proper localization of comma-delimited lists (#1264) (173408a)
- lang: change 'Extra Data' string to 'Additional Data' (#1226) (665e164)
- lang: correct mismatched language strings (#1246) (8ebc829)
- lang: correct strings for library sync button & user import toast (#1252) (cb5ca7a)
- lang: edit setting label strings for verb tense consistency (#1214) (6d7671d)
- lang: fix overwritten/shared string (#1212) (dfd4ff9)
- lang: remove 'requires and' (#1215) (cb852fd)
- lang: remove unused strings (#1330) (13e1595)
- lang: UI string edits, round 2 (#1202) (ea1863a)
- log: fix typo in base scanner logging (#1329) [skip ci] (b0b04ca)
- logs: add i18n strings for new log page changes (8c51c28)
- notifications: correctly send notifications for users that do not have any user settings yet (d3a25b9), closes #1324
- overseerr-api.yml: fixed pushbullet & webhook API definition refs and descriptions (#1288) [skip ci] (3b003b7)
- plex: always send Overseerr for the device name to the plex.tv api (f7146e4), closes #1244
- ui: add validation to hostname/IP fields (#1206) (f49a024)
- ui: better regex matching when parsing logs (#1225) (2d737f2)
- ui: button w/ dropdown z-indices (#1230) (015671f)
- ui: center role under title cards on person detail pages (#1205) (4a61518)
- ui: correctly enable the request button when partial requests are disabled with no quota (16a611b)
- ui: correctly paginate request list (67fbb40)
- ui: correctly show quota display on tv request modal when only series quota is set (3f1f85a)
- ui: display asterisk indicator on required field labels (#1236) (380d361)
- ui: do not check isValid on Sonarr/Radarr modals for the test button ([0974a4c](https://github.com/sct/overseerr/commit...
develop-b4911a7d-ls1
LinuxServer Changes:
Initial Release.
overseerr Changes:
build(deps): bump dependencies