Skip to content

Releases: sbondCo/Watcharr

1.9.0

30 May 23:35
Compare
Choose a tag to compare

🎥 The Cast Update

New

  • Display Cast in content pages in #43
  • Create notification popups in #36
  • Show username at top of face menu in #38

Changed

  • Move api.ts and helpers.ts to util folder in #39
  • Move calculateTransformOrigin to helpers and use it in person poster too in #48

Fixed

  • Posters out of view on hover in #47
  • Increase search debounce time on mobile in #34
  • Posters Doubly Scaling in #49

Full Changelog: v1.8.0...v1.9.0

1.8.0

17 May 17:04
Compare
Choose a tag to compare

🤺 The People Update

New

  • Support Showing People In Search and person page with their content in #28, #33
  • Display version in face menu and in console in #31

Changed

  • Only show available auth providers on login page in #29

Fixed

  • Remove x padding on movies in person page in #32

Full Changelog: v1.7.0...v1.8.0

1.7.0

09 May 01:02
Compare
Choose a tag to compare

🦸 Watcharr is coming together!

New

  • Tooltips (for watched statuses only at the moment, since they can be confusing) in #13
  • Loading icons and better Errors in #14
  • Support removing watched list items in #24

Changed

  • New font for logo, nav and headers Shrikhand
  • Fonts now loaded from locally served files

Fixed

  • Chrome issues with navbar and posters in #15
  • Fix tooltips position whilst page is scrolled in #16
  • Fix poster tooltips not hiding after touch stops, bottom of page on mobile tv/movie pages being wrong bg color & nav logo width increasing on hover in #17
  • Fix adding watched list item when content exists in #24
  • Fix small nav logo width in #25

Full Changelog: v1.6.0...v1.7.0

1.6.0

25 Apr 18:43
Compare
Choose a tag to compare

⚠️ Breaking - Content table now stores tmdb ids in its own column (tmdb_id instead of id).

Changed

  • Show smaller nav on mobile, instead of nothing, so we can still navigate to home page
  • Reduce margin on x axis, so we can show 2 columns of posters on mobile

Fixed

  • Not handling possible duplicate tmdb ids (a show and movie can have same id on tmdb)
  • Posters on mobile

Full Changelog: v1.5.0...v1.6.0

1.5.0

21 Apr 00:00
Compare
Choose a tag to compare

🎉 Watcharr should hopefully be a lot more stable as of this release, it has been tested to the best of my ability. There are some more issues, that will be fixed shortly, but for the most part it works.

New

  • Movie and TV details pages (currently with full overview, runtime, etc.. more details coming soon)

Changed

  • No hover needed on poster if img not set by @IRHM in #3
  • Posters have been redesigned
  • Posters are more keyboard friendly
  • More content statuses ("PLANNED" | "WATCHING" | "FINISHED" | "HOLD" | "DROPPED")
  • Ratings changed from 5 stars to 10 stars
  • Nav effects on hover
  • More responsive design (hiding elements on nav, shortening margins, etc)

Fixed

  • Server dockerfile not having ca-certificates package - causing https requests to fail
  • Watched posters using localhost in production
  • Dont handleSearch if key pressed is not a letter (Tab, caps, meta, etc), so we don't search when we don't need to. Also fixes tabbing through UI, which could cause a search.

Full Changelog: v1.4.0...v1.5.0

1.4.0

14 Apr 16:12
Compare
Choose a tag to compare

New

  • Jellyfin login support (JELLYFIN_HOST environment variable needs to be set)

Changed

  • Panic if database auto migration fails
  • UI: Remove local token on 401, then redirect to login

Fixed

  • UI: Normal auth login interceptors
  • UI: Clear watchedList store on logout, to avoid seeing another users list on login with a different account

Full Changelog: v1.3.0...v1.4.0

1.3.0

12 Apr 22:04
Compare
Choose a tag to compare

Fixes

  • UI: Auth interceptor.

New

  • UI: Nav submenu for logging out.

Full Changelog: v1.2.0...v1.3.0

1.2.0

11 Apr 23:29
Compare
Choose a tag to compare

Fixes

  • Server: Ensure data dir exists on startup
  • UI: Rating change not working on content search page
  • Repo: Fixed example Caddyfile showing reverse proxy setup

Changed

  • Server: Default watched status is now Watching (used to be Finished)
  • UI: Login/Register page now has it's own layout
  • UI: Replaced custom req method with request interceptors - redirect to login should work better when auth fails or token not found

Full Changelog: v1.1.0...v1.2.0

1.1.0

11 Apr 14:16
Compare
Choose a tag to compare

Welcome 🎉

Welcome to Watcharr 🍿, hope it is enjoyed and improves anyone's experience and upgrades their .txt file!

Fixes 🥼

  • Server: Fix User model
  • UI: Add password type to pass input on login/register
  • UI: Use req method for login/registering - so correct api url is used

Full Changelog: v1.0.0...v1.1.0