About
Versions (54)
v0.0.9
2021-12-17Manual changes
This release requires you to set your timezone environment variable TZ for TubeArchivist, otherwise the fancy brand new scheduler won’t know what time it is.
To note
- Due to a mapping change this will automatically recreate the
ta_playlistindex in Elasticsearch on startup. As always an automatic backup of the index will be created first. - There is now an
unstablerelease tag published to docker hub that will get updated between the different releases to quickly pull images to look at changes. As the name implies this is unstable WIP and only for your testing environment, more under Contributing. - Even though reasonably uptodate Elasticsearch images were never vulnerable to the log4j vulnerability, this might be a good opportunity to update to latest 7.16.1.
Added
- Added cron like scheduler support to automatically:
- Rescan Subscriptions
- Start download
- Refresh Metadata
- Thumbnail check
- Index backup
- Scheduler configurations and examples are in the wiki.
- Added optional auto delete of watched videos, #56
- Added remember me to define your session’s lifetime, #77
- Added login page autofocus to user name form field, #104
- Added port overwrite environment variables for nginx and uwsgi to deal with otherwise unresolvable port collisions, #103, read me
- The favicons, the whole favicons and nothing but the favicons, #93
- Dynamic copyright for footer, #107
Changed
- Rewrite of the notifications functionality into separate message channels to have notifications for different topics on different pages for better and extendable UI feedback.
- Changed the video player to theater mode to use more of the available space, #98, #95
- Changed the restore backup view on the settings page to use tagged backup name to separate between automatically, manually and due to update created backup files, wiki
- Changed the subscribe and unsubscribe button to single color coded toggle, #62
Fixed
- Fixed extractor error for old playlist format, #94
- Fixed empty playlist index rescan error, #101
- Fixed missing average rating due to disabled dislike button, #109
Thank you
As always, thank you for everybody opening issues and contributing to the improvement of this project!