- Fixed requiring TVDB api key if only using TMDB (and vice versa) - fixes #9
- Fixed throwing error when searching for shows using TMDB due to using wrong field in response
- Fixed duplicate escaping of page title (e.g. & in show/movie title)
- Fixed showing error on user history page if there are no items to show
- Show number of unwatched episodes on TV show pages
- Show percentage in TV show progress bars on profile page
- Allow to filter history by date range
- Show currently watching movie or episode on home page (if logged in) and on profile page (as reported in scrobble endpoint)
- Fixed only adding first 500 episodes while fetching TV show data from TVDB
- Add dropdown on movies view to sort them by title, release year, runtime, play count and date of last view
- Show one episode per show to watch next on home page (if user is logged in)
- Fixed throwing error on episode view in case previous or next season does not contain any episodes
Initial release