Releases: JasonHHouse/gaps
Gaps v0.3.1
Fixed titles showing the wrong language
Added collection information to the cards in recommended
Gaps v0.3.0
Added option to delete all files and reset Gaps. It is available in the configuration tab.
Gaps v0.2.2
Bootstrap integration
UI Improvements everywhere
Cards for owned and recommended movies
Broken up Plex search from Gaps search
Multi library search
Caching system for movies for faster searching
Springboot version update 2.2.5
Cypress testing integration
Serverside rendering
Removed cookies
Performance improvements with caching and serverside rendering
Gaps v0.2.0
Showing owned movies now
Supporting movies in languages other than English/US during searching
Gaps v0.1.6
Removing hashing
Gaps v0.1.5
Fixing duplicates
Gaps v0.1.4
Fixing bugs with many Plex libraries
Updating dependency versions
Fixing movie title's in different languages bug
Gaps v0.1.2
Windows Support
Bug Fixes
Gaps v0.1.0
New Improvements:
- Updated to Spring Boot 2.2.2-RELEASE
- Switched to Jackson instead of JSON Org for faster XML/JSON Parsing
- Refined movie cache to reduce lookups to TMDB for faster search
- Removed MaterializeCSS and replaced with Bootstrap
- Added error handling
- Created dual builds
- SSL
docker pull housewrecker/gaps:latest
- No SSL
docker pull housewrecker/gaps:latest-no-ssl
- SSL
- Coded clean up
- Added Thymeleaf for serverside rendered to speed up web pages
- Added DataTables.js to render movies
- Added TMDB links to results
- Added persistent 'recommended' page and tab to show results in DataTables from the last search
- Added persistent 'rss' page and tab to link to results in Radarr
- Removed cookies and replaced with serverside storage of configuration to persist across multiple browsers, quicker rendering, and safer configuration
Gaps v0.0.5
New Improvements:
- Updated to Spring Boot 2.2.0-RELEASE
- Using TMDB and IMDB ids for faster, more accurate search
- Indeterminate searching bar
- Relative paths for safer page transitions
- Reworked WebSockets for live movie updating instead of timed polling updates every half second
- /actuator/info and actuator/health endpoints exposed for helping with debugging issues
- Code clean up
- Adding unit tests