Watcharr logo

Watcharr

Self-hosted watched list for movies, TV shows, anime, and games

Alternative to: trakt, letterboxd, imdb, simkl

Watcharr screenshotWatcharr screenshot

About Versions (66)

v2.0.0

2025-01-23

[!NOTE]
The next release is finally here! Don’t worry about the major version bump though, there’s nothing for you to do, other than update your server as usual (more details here).

It is still recommended that you perform a backup before updating!

New

Changed

  • Migration to Svelte 5, new code format rules for frontend, some general overdue refactoring by @IRHM in https://github.com/sbondCo/Watcharr/pull/762
    • Full migration to Svelte 5 (instead of slowly migrating, everything has been moved over to use Svelte 5 features now)
      • The store is now an object using the $state rune, instead of using a svelte store. All uses have been updated, looks a lot cleaner now!
    • Edited prettierrc: Use default printWidth of 80, Always leave trailing ,, use tabs.
    • All code reformatted to use Tabs instead of Spaces (have been meaning to fix this for a while, all the code being changed in this pr was a good excuse to get it done).
    • Code makeover: A lot of stuff has been refactored to be (more) pleasing to the eyes.

Fixed

Documentation

Maintenance

Thanks

  • @lufixSch For getting the base work done for the trusted header authentication support.
  • @christaikobo For providing valuable feedback on trusted header authentication implementation.
  • @AlexPerathoner For continued work on improving quality of life for the frontend.

🆘 Getting Help

If you need help, encounter an issue or find a bug please create an issue or join our space on Matrix for support. Always happy to help!

Package: https://github.com/sbondCo/Watcharr/pkgs/container/watcharr/342565711?tag=v2.0.0 or on docker hub Full Changelog: https://github.com/sbondCo/Watcharr/compare/v1.44.2…v2.0.0