Version 0.2.11 of my Mishos TV tracking app has been released.

Another small update. I redesigned the main menu to be collapsable with text descriptions. I also redesigned the top header menus a bit.

https://github.com/bljohnsondev/mishos/releases/tag/v0.2.11

#mishos #webdev #selfhosted #selfhosting #foss #html #css #javascript #lit #webcomponents #golang #gin #gorm

Release Version 0.2.11 · bljohnsondev/mishos

Changed the design of the top header buttons Changed the side bar main menu to be collapsable

GitHub

Version 0.2.10 of my Mishos TV tracking app has been released.

This is a small update. Someone added a good issue asking if there is a way to test the notification URL. Now there is! I added a "Send Test" button that will trigger a notification test.

https://github.com/bljohnsondev/mishos/releases/tag/v0.2.10

#mishos #webdev #selfhosted #selfhosting #foss #html #css #javascript #lit #webcomponents #golang #gin #gorm

Release Version 0.2.10 · bljohnsondev/mishos

Added settings button to test notification URL

GitHub

Version 0.2.9 of my Mishos TV tracking app has been released.

I found an issue where TVMaze added incorrect episodes to a show and then removed them but the local show refresh process didn't pick up the removed episodes.

- Fixed an issue when refreshing show data if the provider removed episodes.

https://github.com/bljohnsondev/mishos/releases/tag/v0.2.9

#mishos #webdev #selfhosted #selfhosting #foss #html #css #javascript #lit #webcomponents #golang #gin #gorm

Release Version 0.2.9 · bljohnsondev/mishos

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.

GitHub

Version 0.2.8 of my Mishos TV tracking app has been released.

- Added multi-user support
- Added user roles for admin and user
- Adding admin functionality for adding, editing and removing users

https://github.com/bljohnsondev/mishos/releases/tag/v0.2.8

#mishos #webdev #selfhosted #selfhosting #foss #html #css #javascript #lit #webcomponents #golang #gin #gorm

Release Version 0.2.8 · bljohnsondev/mishos

This is a release that adds multi-user support Added user roles for "Admin" and "User" Added screens for adding, editing and deleting users

GitHub

Forgot to add hashtags to this Mishos 0.2.7 release post. Adding here! See previous post for release details.

Version 0.2.7 of my Mishos TV tracking app has been released.

https://github.com/bljohnsondev/mishos/releases/tag/v0.2.7

#mishos #webdev #selfhosted #selfhosting #foss #html #css #javascript #lit #webcomponents #golang #gin #gorm

Release Version 0.2.7 · bljohnsondev/mishos

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 "S...

GitHub

Version 0.2.7 of my Mishos TV tracking app has been released.

- Added show completion percentage to show details
- Added unwatched count to the watch list
- Added "Show Spoiler" option to user settings
- Changed episode descriptions to use spoiler style "Show Description" button

See release links for full details:

https://github.com/bljohnsondev/mishos/releases/tag/v0.2.7

#mishos #webdev #selfhosted #selfhosting #foss #html #css #javascript #lit #webcomponents #golang #gin #gorm

Release Version 0.2.7 · bljohnsondev/mishos

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 "S...

GitHub

Version 0.2.5 of my Mishos TV tracking app has been released.

Are there a lot of new features in this release? Sorry, no. Is it an important release? I think so!

I've combined the Mishos images into a single image. Previously you had to run a frontend and backend image. No more!

A single image also means less configuration.

https://github.com/bljohnsondev/mishos/releases/tag/v0.2.5

#mishos #webdev #selfhosted #selfhosting #foss #html #css #javascript #lit #webcomponents #golang #gin #gorm

Release Version 0.2.5 · bljohnsondev/mishos

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

GitHub