Skip to content

Releases: sbondCo/Watcharr

v1.43.0

30 Aug 00:13
Compare
Choose a tag to compare

New

  • Page titles for browser tabs (profile, content, person) by @IRHM in #607
  • Preload last season viewed by @IRHM in #609

Fixed

  • person: Fix credits not changing if nav between two people by @IRHM in #608

🔨 Maintenance

🆘 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: or on docker hub
Full Changelog: v1.42.0...v1.43.0

v1.42.0

25 Aug 22:46
Compare
Choose a tag to compare

New

  • Trakt import support by @IRHM in #582
  • Tags (you can now attach custom made tags to content in your main list) by @IRHM in #597
  • job: support adding unique jobs (by name) by @IRHM in #583

Changed

  • Close all sub menus on nav bar after a navigation by @IRHM in #598
  • api: Use location to create baseURL var in dev mode by @IRHM in #599

Fixed

  • Fixed unit oversight ('m' -> 'min' for episodes) by @oPisiti in #578

📖 Documentation

🔨 Maintenance

🆘 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/orgs/sbondCo/packages/container/watcharr/263151699?tag=v1.42.0 or on docker hub
Full Changelog: v1.41.0...v1.42.0

v1.41.0

28 Jun 03:56
Compare
Choose a tag to compare

🧠 New

  • Search: Infinite scrolling and serverside content type filters by @IRHM in #562
    • Search now supports scrolling through multiple pages of results, making it possible to find content that may have been hidden in the past.
    • The search filters (Movies, TV Shows, Games, People) have been reworked to filter through the server, this leads to better results and more of them.
    • Running search requests will now be cancelled if you navigate away from the page or if you change your search query (helps a lot on slower connections).
  • Ryot import implementation by @oPisiti in #563

💯 Changed

  • Time unit changes by @oPisiti in #563
    • Movie/show runtimes are now printed as 24 min instead of 24m
    • Time spent watching stats can now show months, weeks, days, hours & minutes, instead of just the previous hours and minutes.

🏗️ Fixed

  • Fix server side rating validation for imports, watched episodes and watched seasons in 7888e04

🔨 Maintenance

  • server: bump golang.org/x/crypto from 0.23.0 to 0.24.0 in /server by @dependabot in #539
  • ui: bump prettier from 3.2.5 to 3.3.2 by @dependabot in #549
  • server: bump gorm.io/driver/sqlite from 1.5.5 to 1.5.6 in /server by @dependabot in #546
  • workflow: bump docker/build-push-action from 5 to 6 by @dependabot in #545
  • ui: bump @typescript-eslint/eslint-plugin from 7.12.0 to 7.14.1 by @dependabot in #560
  • ui: bump svelte-eslint-parser from 0.36.0 to 0.39.2 by @dependabot in #559
  • ui: bump eslint-plugin-svelte from 2.39.0 to 2.41.0 by @dependabot in #558
  • server: bump github.com/go-co-op/gocron/v2 from 2.5.0 to 2.7.0 in /server by @dependabot in #557

🥇 Credit

  • Thanks to @oPisiti for making their first (and second) contribution in #563
  • Thanks to @simonbcn for reporting an issue that led to the search improvements being made in #531

🆘 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!

I spent a lot of time trying to make sure no bugs were introduced with the new search features, please don't hesitate to reach out if you think someone is not working as intended!

Package: https://github.com/orgs/sbondCo/packages/container/watcharr/236341139?tag=v1.41.0 or on docker hub
Full Changelog: v1.40.0...v1.41.0

v1.40.0

09 Jun 17:39
Compare
Choose a tag to compare

🧠 New

  • Better tasks (tasks rewritten and now reschedulable) by @IRHM in #526
    example
  • Episode automations by @IRHM in #536
    example
  • AutomateShowStatuses setting by @IRHM in #537

🏗️ Fixed

  • plex: Comment out ViewMode property from structs by @IRHM in #538
  • Activity: Fix header font-family 22bdadc
  • watched: WatchedStatus: Fix HOLD value 1a3c9e0

🔨 Maintenance

  • server: bump golang.org/x/crypto from 0.22.0 to 0.23.0 in /server by @dependabot in #514
  • server: bump github.com/gin-contrib/cors from 1.7.1 to 1.7.2 in /server by @dependabot in #513
  • server: bump gorm.io/gorm from 1.25.9 to 1.25.10 in /server by @dependabot in #505
  • ui: bump svelte from 4.2.12 to 4.2.15 by @dependabot in #501
  • ui: bump @typescript-eslint/eslint-plugin from 7.4.0 to 7.8.0 by @dependabot in #507
  • ui: bump prettier-plugin-svelte from 3.2.2 to 3.2.3 by @dependabot in #483
  • ui: bump @typescript-eslint/parser from 7.6.0 to 7.8.0 by @dependabot in #506
  • ui: bump vite from 5.2.8 to 5.2.11 by @dependabot in #518
  • ui: bump svelte-check from 3.6.9 to 3.7.1 by @dependabot in #525
  • ui: bump svelte-preprocess from 5.1.3 to 5.1.4 by @dependabot in #519
  • ui: bump @vite-pwa/sveltekit from 0.3.0 to 0.5.0 by @dependabot in #512
  • ui: bump svelte-eslint-parser from 0.33.1 to 0.36.0 by @dependabot in #520
  • server: bump github.com/gin-contrib/cache from 1.2.0 to 1.3.0 in /server by @dependabot in #522
  • server: bump github.com/gin-gonic/gin from 1.9.1 to 1.10.0 in /server by @dependabot in #521
  • ui: bump svelte from 4.2.15 to 4.2.17 by @dependabot in #527
  • ui: bump axios from 1.6.8 to 1.7.2 by @dependabot in #533
  • ui: bump @typescript-eslint/eslint-plugin from 7.8.0 to 7.12.0 by @dependabot in #534
  • ui: bump @sveltejs/kit from 2.5.3 to 2.5.10 by @dependabot in #530
  • ui: bump eslint-plugin-svelte from 2.35.1 to 2.39.0 by @dependabot in #529

🆘 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/orgs/sbondCo/packages/container/watcharr/227554693?tag=v1.40.0 or on docker hub
Full Changelog: v1.39.0...v1.40.0

v1.39.0

23 Apr 01:45
Compare
Choose a tag to compare

🧠 New

  • Support pinning watched list items to the top of your list (pinned items are highlighted with a gold outline) by @IRHM in #498
    image
  • Support emby branding (new USE_EMBY setting that will swap out Jellyfin branding for Embys branding, no auth logic has been changed) by @IRHM in #504

💯 Changed

  • Better thoughts (now a modal is opened so you can add your thoughts more easily) by @IRHM in #495
  • Improve search (add content type filters and remove dumb sort) by @IRHM in #496
    image
  • Support detailed view for posters on search page by @IRHM in #497

🏗️ Fixed

  • LastFinished Sort: Prefer custom dates that are set on FINISHED activities by @IRHM in #494
  • Content Pages: Make btns container wrap elements when overflowing by @IRHM in #499

🥇 Credit

A big thanks to @n00b12345, @simonbcn, @mommyune, @gardebreak and @rguinn829 for suggesting the improvements/fixes made in this release!

🆘 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/orgs/sbondCo/packages/container/watcharr/207084376?tag=v1.39.0 or on docker hub
Full Changelog: v1.38.2...v1.39.0

v1.38.2

18 Apr 13:49
Compare
Choose a tag to compare

🐞 Fixed

  • container-release: Fix ghcr latest tag by @IRHM in b800369

📖 Documentation

  • docs: Remove version property in docker compose examples by @IRHM in b749bff

Credit

  • Thanks to @simonbcn for reporting the issues fixed in this release!

Package: https://github.com/orgs/sbondCo/packages/container/watcharr/205468961?tag=v1.38.2 or on docker hub
Full Changelog: v1.38.1...v1.38.2

v1.38.1

18 Apr 01:52
Compare
Choose a tag to compare

🐞 Fixed

  • Sorting by 'Last Watched' on public lists (by fetching Activity on public watched lists).
  • Catch errors when filtering/sorting a list. Display a pretty error on screen when one occurs.

Package: https://github.com/orgs/sbondCo/packages/container/watcharr/205195625?tag=v1.38.1 or on docker hub
Full Changelog: v1.38.0...v1.38.1

v1.38.0

18 Apr 01:20
Compare
Choose a tag to compare

🧠 New

  • Sonarr/Radarr request management, progress reporting and new auto approve permission by @IRHM in #474
    image
  • Ability to set a country for correct streaming providers (doesn't affect language) by @stignarnia in #463
  • Sort by last finished/played by @IRHM in #479
  • Add delete button to content pages by @IRHM in #486

💯 Changed

  • ProvidersList: Also display free providers by @IRHM in #478

🧼 Fixed

  • import: Fix customDates all coming back the same in all activity when importing a watcharr export by @IRHM in #485
  • Games: Fix not being able to add games previously removed from list by @IRHM in #487

📖 Documentation

  • docs: Environment Variables by @IRHM in #445

🔨 Maintenance

New Contributors

Package: https://github.com/orgs/sbondCo/packages/container/watcharr/205183324?tag=v1.38.0 or on docker hub
Full Changelog: v1.37.0...v1.38.0

v1.37.0

27 Mar 22:37
Compare
Choose a tag to compare

🌔 New

☎️ Changed

  • Poster and search bar mobile responsiveness improvements by @IRHM in #428

📖 Documentation

  • docs: installation for development by @IRHM in #432
  • docs: restoring admin guide by @IRHM in #438
  • docs: Importing from MyAnimeList by @IRHM in #439
  • [ImgBot] Optimize images by @imgbot in #440

⛏️ New Contributors

  • @mordquist made their first contribution (thank you very much for the great work!) in #423

🆘 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!

Some changes regarding responsiveness on mobile have been made (dynamic poster sizes at certain device sizes). I did my best to ensure nothing broke, but if you spot anything, please let us know!

Package: https://github.com/orgs/sbondCo/packages/container/watcharr/196745444?tag=v1.37.0
Full Changelog: v1.36.0...v1.37.0

v1.36.0

18 Mar 02:41
Compare
Choose a tag to compare

🌚 New

🔧 Fixed

  • Jobs: Fix getting job when id includes a slash (/) by @IRHM in #415

⛰️ Maintenance

  • ui: bump vite from 5.1.3 to 5.1.6 by @dependabot in #408
  • ui: bump @sveltejs/kit from 2.5.0 to 2.5.3 by @dependabot in #405
  • ui: bump @typescript-eslint/parser from 7.0.2 to 7.2.0 by @dependabot in #406
  • server: bump github.com/golang-jwt/jwt/v5 from 5.2.0 to 5.2.1 in /server by @dependabot in #404
  • server: bump golang.org/x/crypto from 0.19.0 to 0.21.0 in /server by @dependabot in #393
  • ui: bump eslint from 8.56.0 to 8.57.0 by @dependabot in #378
  • server: bump github.com/gin-contrib/cors from 1.5.0 to 1.7.0 in /server by @dependabot in #403
  • ui: bump @typescript-eslint/eslint-plugin from 7.0.2 to 7.2.0 by @dependabot in #407
  • ui: bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in #412
  • Bump follow-redirects from 1.15.5 to 1.15.6 in /doc by @dependabot in #414

🆘 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/orgs/sbondCo/packages/container/watcharr/192128255?tag=v1.36.0
Full Changelog: v1.35.2...v1.36.0