v0.2.2-beta
v0.2.2-beta - October 21, 2024
What's New: ✨
- Docker Update Check now displays a message in logs and
Update Available
in Settings > About page. - Tasks are now shown in alphabetical order in Settings > Tasks page.
- App will now detect trailer files by looking for
trailer
in the filename instead of-trailer.
. Fixes #61 - Default Browser login password can be changed in web UI under
Settings > About > Password
. Related to #31 - Password can be reset by setting
WEBUI_PASSWORD
ENV variable to''
(empty) in docker command. - Fixed a typo in
Settings > About
page. Thanks to @rafapirotto for the PR #57.
Bug Fixes: 🐛
- Fixed an issue with create
Connection
withPath Mappings
raising an error. Fixes #53
Other Changes: ⚡
- Fixed a typo - renamed file
docket_check.py
todocker_check.py
in/backend/core/updates/
. - Better handling of
light
anddark
modes in Frontend withprefers-color-scheme
media query. - Updated
APP_VERSION
in Dev Container to0.2.1-beta
. - Updated FAQ to add
Trailarr not downloading specified trailer from YouTube
. - Updated
Settings.md
to include instructions for getting Youtube cookies file. Fixes #62 - Web UI Password is now hashed before storing.
- Updated Docs to add instructions on how to add a Youtube cookies file.
- Created a Docker Builder Tool under Docs for help with setting up Trailarr.
Full Changelog: v0.2.1-beta...v0.2.2-beta