Releases: bljohnsondev/mishos
Releases · bljohnsondev/mishos
Release list
Version 0.2.13
- Fixes a SQL issue with the notifier task
- Fixes the side menu text when collapsed on Safari
- Updated dev container config
Version 0.2.12
- Fixed an issue with incorrect timezone conversions - #10
Version 0.2.11
- Changed the design of the top header buttons
- Changed the side bar main menu to be collapsable
Version 0.2.10
- Added settings button to test notification URL
Version 0.2.9
- Fixed an issue when refreshing show data if the provider removed episodes. I found a case where TVMaze added incorrect episodes then removed them but the episodes weren't removed in a refresh.
Version 0.2.8
This is a release that adds multi-user support
IMPORTANT - If you are already running Mishos this release requires you to set RUN_MIGRATION=1 to update the database schema. This will not only update the database schema but it will also run a migration process that sets your initial user as an admin user by default.
- Added user roles for "Admin" and "User"
- Added screens for adding, editing and deleting users
Version 0.2.7
- Added "Show Spoiler" option to user settings
- Changed episode descriptions (for watchlist unwatched and upcoming) from a popover style to use a "Show Description" button to toggle descriptions if "Show Spoiler" setting is on
- Fixed ordering of "Season" pulldown
- Fixed bug where unwatched episodes in the watchlist wasn't restricted by logged in user (in preparation for upcoming multi-user release)
- Fixed database connection timeout issue
- Refactored frontend entry code to better handle error handling if backend is down
IMPORTANT NOTE: this release requires a database udpate! Make sure you set RUN_MIGRATION=1 to update the database schema.
Version 0.2.6
- Removed nested CSS to render with Firefox ESR
- Added show completion percentage to show details
- Changed theme setting to be saved in user config
- Added unwatched count to the watch list
- Changed unwatched episode descriptions to use toggle button
Version 0.2.5
- Replaced eslint with biome and fixed linting issues and formatting
- Changed docker image to use S6 overlay so frontend+backend is included in the same image
- Simplified environment variables
Version 0.2.4
- [Bug Fix] Removed an unneeded Status from FollowedShow
This release is a quick bug fix for the backend/api code so the web version of 0.2.3 is the latest.