Skip to content
/ watch3r Public

Releases: ttntm/watch3r

1.8.3

Choose a tag to compare

@ttntm ttntm released this 22 Oct 16:02

Further perfomance optimizations:

  • Added @unlazy/vue
  • Aded blurred placeholder images

Safari optimizations:

  • Work around auto-zoom of form controls with font-size values <16px

Contributors:

1.8.2

Choose a tag to compare

@ttntm ttntm released this 20 Sep 16:47

Fixes:

  • Upgrade vuex to improve performance for long (100+ items) lists
  • Implement an IntersectionObserver (see ListItemWrapper.vue) for even better performance of long lists
  • #57: Mobile navigation menu will close when selecting the currently active page

Full Changelog: v1.8.1...v1.8.2

1.8.1

Choose a tag to compare

@ttntm ttntm released this 18 Sep 15:16
  • "Add Title" modal
    • Displays imdb rating now (same line as genre and release date)
  • "Explore"
    • Display info message "Active filters apply to the selection." conditionally
    • Fix: mode selection margin (mobile)

1.8.0

Choose a tag to compare

@ttntm ttntm released this 14 Sep 12:45
4ecd358

What's Changed

Added filters and "currently watching" functionality.

#52 - Watchlist: 'watching' marker
#53 - Add: list filtering

Global filters:

  • All
  • Movies
  • Series

Watchlist filters:

  • Currently watching
  • Not watching

Watchlist filters have to be enabled by the user (default = off).

Author: @ttntm

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

1.7.0

Choose a tag to compare

@ttntm ttntm released this 02 Feb 12:59
43918e9

PR: #49

Implemented:

  • #47
  • #48

Author:
@ttntm

1.6.0

Choose a tag to compare

@ttntm ttntm released this 19 Jan 09:52
4327865

Maintenance & refactoring for most of the code base.

  • #42
  • #43
  • #44

1.5.1

Choose a tag to compare

@ttntm ttntm released this 01 Jun 16:17

Maintenance release for added HTTP headers - see: https://github.com/ttntm/watch3r/issues/41

1.5.0

Choose a tag to compare

@ttntm ttntm released this 24 May 10:20
  • Major refactoring of the serverless back end (see: #40)
  • Improved security and JWT handling
  • Added minimal reporting as described in #39 and in this article

1.4.1

Choose a tag to compare

@ttntm ttntm released this 19 Apr 09:55

Minor improvements:

  • Menu now renders as v-for based on vue-router
  • Added: button for mobile menu in the footer

1.4.0

Choose a tag to compare

@ttntm ttntm released this 07 Apr 11:05
efb6241

Maintenance release:

  • Switched to Vite
  • Removed buggy service worker
  • Smaller UI improvements