Releases: streamaserver/streama
Releases · streamaserver/streama
v1.0.5.BETA - Minor Bugfixes
Minor Bugfix
- Error when attempting to view manually-added videos #169
v1.0.4.BETA - Critical Bugfixes
- couldnt save movies & shows
- FIXED: when multiple users accessed the app, CPU sky-rocketed and app had to be manually terminated
v1.0.3.BETA - Bugfixes
#Bugfixes
- saving show throws 500 due to wrongly named variable
- add local h2 file instead of memory use
v1.0.2.BETA - Several Bugfixes
Bugfixes
- fixed h2 config
- fixed tag display in movies
- update jquery-version
- fixed movie typeahead
- fixed Invited user gets error 500 (thanks @Gikko)
- add missing invitationLink to user json
- perform deep rendering for tvShow to correctly display genre
- fixed problem when adding the show after being removed (thanks @Gikko)
- fixed duplicated TV Shows (thanks @Gikko)
- fixed error 500 when adding TV Show (thanks @Gikko)
Translations, Content Highlighting slideshow, FAQ
0.3.1 - 2016-05-18
Features
- now you dont need to manually parse your SRT files to vtt anymore! the application will do it for you on the fly!
0.3.0- 2016-05-15
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)
v1.0.1.BETA - Bugfixes
v1.0.0.BETA - Now running on Grails3
Reworked the entire application to run with grails3. please use with caution, especially when using an existing database. please backup everything before playing around with this beta :)
Now running the application is easier than ever, you even have the option to run it with an embedded database, so no need for mysql!
for embedded database
all you need is java!
just run the following command and you're all good to go!
java -Dgrails.env=production-no-mysql -jar streama-0.1.war
Note: the database is not in-memory but a separate file created next to your war file, so your data isn't lost when you restart the app.
for mysql database
you will need java and mysql.
just run the following command and you're all good to go!
java -Dgrails.env=prod -jar streama-0.1.war