Changelog History
Page 2
-
v1.7.0 Changes
June 17, 2019🚀 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
- 🛠 fix initial mySQL startup by downgrading the mysql-connector again. Due to this, the
-
v1.7.0-RC9 Changes
May 19, 2019- Bulk adding subtitles #461
-
v1.7.0-RC8 Changes
May 19, 2019- 🛠 Fix Dash search for accents #799
-
v1.7.0-RC6 Changes
May 09, 2019- ➕ add requestUrl to tmdb error #791
-
v1.7.0-RC13 Changes
May 30, 2019- ➕ add missing params.sort handling for UserActivityController.groovy #814
-
v1.7.0-RC12 Changes
May 29, 2019 -
v1.7.0-RC11 Changes
May 28, 2019- 🛠 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
-
v1.7.0-RC10 Changes
May 19, 2019 -
v0.3.1.RC Changes
May 18, 2016🔋 Features
- 📜 now you dont need to manually parse your SRT files to vtt anymore! the application will do it for you on the fly!
-
v0.3.0.RC1 Changes
May 15, 2016🔋 Features
👀 implemented Multilanguage support for the frontend part of the app! Users can choose in their profile which language they want to see. Right now, only English is implemented. You are welcome to contribute! Simply add a copy of the fle at
🌐/grails-app/assets/javascripts/translations/EN_us.js
, name it with your language token, and translate away! Once you mead a Pull Request and it gets approved, the language will be added in the profile language selector.
📄➕ Added Content Highlighting for the Dashboard. You can now present your users with a pretty slideshow
📄🙋 We now have a help section in streama with some helpful info and FAQ. Thanks @JanneNiemela !
💄 Multiple cosmetic changes, thanks @JanneNiemela, @LorenzoGarbanzo, @jsniemela !
implemented feature to add videos from external URL (http Link)
📄