Skip to content

Releases: streamaserver/streama

v1.8.2

12 Apr 15:40
Compare
Choose a tag to compare
  • add fast-forward & rewind buttons (@dularion)

v1.8.1

12 Apr 09:38
Compare
Choose a tag to compare

v1.8.0-beta

12 Dec 07:16
Compare
Choose a tag to compare
  • Watchlist feature realisation (according to #590) thanks to @Andri-Y
  • Improved Dashboard UI #888 thanks to @Andri-Y
  • Hungarian translation thanks to @Nargren
  • #901: User Setting Not Working: Amount of Videos on Dashboard thanks to @Andri-Y
  • fix tmpl for local images, displayed in "new releases" section thanks to @Andri-Y

v1.7.3

03 Nov 21:27
Compare
Choose a tag to compare
  • fix typo in UPNEXT @dularion
  • improve nextVideo logic for movies @dularion
  • fix "Close Modal on Select" logic for file-editing @dularion
  • Added Guess Subtitle Label setting to the settings on the Admin Panel. @Norwelian
  • Fix s{epnum}e{snum} and not Movie names @TheNocturnalDev
  • Allow changing users password @TheNocturnalDev
  • fix problem of open admin-login after renaming the admin-user @dularion

v1.7.2

16 Jul 19:15
Compare
Choose a tag to compare
  • add download button for movies #818

v1.7.1

16 Jul 18:16
Compare
Choose a tag to compare

fix importing of genres by checking on null-name #838

v1.7.0

17 Jun 08:14
Compare
Choose a tag to compare

v1.7.0 Stable release!

Breaking change

  • fix initial mySQL startup by downgrading the mysql-connector again. Due to this, the driverClassName in your application.yml needs to be changed to 'com.mysql.jdbc.Driver'

Bigger Features

  • multi-video-file support for movies & tv-show episodes
  • improve display of bulk-matched files #776
  • Bulk adding subtitles #461
  • add more sorting to userActivity #808

Bugfixes & minor features

  • add missing params.sort handling for UserActivityController.groovy #814
  • add imdb_id for tvShows & Movies for BulkCreation #810
  • readd filters on the dashboard for mobile-sizes #811
  • show download Button for episodes in media Modal #812
  • fix exception during episode-bulk-creation #807
  • improve connection speed for tmdb#searchForEntry (aka bulkCreation)
  • Improved ES_es.js spanish translation - thanks @Norwelian
  • Update PT_br.js - thanks @cidrak
  • add edit functionality for trailer & createdDate #800
  • add missing trailerKey adding from bulkCreate
  • Fix missing genre creation for BulkCreate #264
  • Fix Dash search for accents #799
  • add requestUrl to tmdb error #791
  • fix season & episode padding for getMatchDisplay during bulk
  • fix "undefined" error for non-accessible localFiles directory (when setting isnt set)
  • fix settings validation error display
  • simplify getFirstEpisode() logic
  • fix episode-upload-bug (after successful upload, the episode card still displayed as "no video files added" until page refresh)
  • fix directory selection issue for "create bulk from files"
  • hide subtitle/audio button unless a subtitle or multi audio is supplied #813
  • respect subtitle size change #816

v1.7.0-RC13 (unstable)

30 May 06:30
Compare
Choose a tag to compare
Pre-release
  • add missing params.sort handling for UserActivityController.groovy #814

v1.7.0-RC12 (unstable)

29 May 21:33
Compare
Choose a tag to compare
Pre-release
  • add more sorting to userActivity #808
  • add imdb_id for tvShows & Movies for BulkCreation #810
  • readd filters on the dashboard for mobile-sizes #811
  • show download Button for episodes in media Modal #812

v1.7.0-RC11 (unstable)

28 May 20:54
Compare
Choose a tag to compare
Pre-release
  • fix exception during episode-bulk-creation #807
  • improve connection speed for tmdb#searchForEntry (aka bulkCreation)
  • Improved ES_es.js spanish translation - thanks @Norwelian
  • Update PT_br.js - thanks @cidrak