Skip to content

Releases: bljohnsondev/mishos

Version 0.2.13

Choose a tag to compare

@bljohnsondev bljohnsondev released this 02 May 03:04
c389ecb
  • 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

Choose a tag to compare

@bljohnsondev bljohnsondev released this 27 Nov 05:07
41a8057
  • Fixed an issue with incorrect timezone conversions - #10

Version 0.2.11

Choose a tag to compare

@bljohnsondev bljohnsondev released this 09 Nov 04:30
8166ed0
  • Changed the design of the top header buttons
  • Changed the side bar main menu to be collapsable

Version 0.2.10

Choose a tag to compare

@bljohnsondev bljohnsondev released this 21 Sep 02:34
17600e8
  • Added settings button to test notification URL

Version 0.2.9

Choose a tag to compare

@bljohnsondev bljohnsondev released this 14 Sep 02:47
39d41dd
  • 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

Choose a tag to compare

@bljohnsondev bljohnsondev released this 27 Jul 03:58
62cd012

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

Choose a tag to compare

@bljohnsondev bljohnsondev released this 05 Jul 06:09
  • 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

Choose a tag to compare

@bljohnsondev bljohnsondev released this 23 Jun 08:04
  • 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

Choose a tag to compare

@bljohnsondev bljohnsondev released this 22 Jun 07:24
  • 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

Choose a tag to compare

@bljohnsondev bljohnsondev released this 18 Jun 01:39
  • [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.