Releases: ttntm/watch3r
Releases · ttntm/watch3r
Release list
1.8.3
1.8.2
Fixes:
- Upgrade vuex to improve performance for long (100+ items) lists
- Implement an
IntersectionObserver(seeListItemWrapper.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
1.8.0
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
1.6.0
1.5.1
Maintenance release for added HTTP headers - see: https://github.com/ttntm/watch3r/issues/41
1.5.0
- 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