You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* beta: (23 commits)
v0.2.0
working on generic video
fixed: play button from media dialog leads to dashboard
working on generic video
fixed "All genre" link
How do I add a new category that is not "Movies" or "Shows"? #104
typo
TV Series browsing #101 - > popup box that displays the episodes has a unique UR
genre: dont reload page when url params change
genre on show & movie createa
add genre on movie & show create
Genres genres genres!
improved fileManager
only show pagination if necessary
remove global buttons in filemanager - too risky
tags inline search
seasons fix
viewingstatus fix
viewingstatus fix
dashboard performance improvement
...
# Conflicts:
# grails-app/assets/javascripts/streama-app/templates/modal--media-detail.tpl.htm
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,24 @@
1
1
# Change Log
2
2
3
+
## [0.2.0] - 2016-03-08
4
+
### Features
5
+
- added functionality for "Generic Videos", aka videos that are not necessarily Movies or TV shows
6
+
- Added Genres for Movies and shows! When starting the app, it might be slower for the first time because it adds all the genres for existing movies and shows :)
7
+
- added filters for dashboard
8
+
- immensely improved performance for dashboard
9
+
- added file-manager in admin section
10
+
- added custom tags for movies
11
+
- added more keyboard and mouse controls in player
12
+
13
+
14
+
### Bugfixes
15
+
- deleting a file will now erase the file from disk
16
+
- fixed: Fetching tv-show information doesn't seem to end #145
17
+
- fixed: You can’t save settings if you haven’t selected a second video directory #144
18
+
- fixed: play button from media dialog leads to dashboard
19
+
20
+
21
+
3
22
## [0.1.9.1] - 2016-01-12
4
23
### Bugfixes
5
24
- fixed: unable to play videos that users were able to play previously (m4v format)
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# streama v0.1.9.1
1
+
# streama v0.2.0
2
2
3
3
4
4
[](https://travis-ci.org/dularion/streama)[](https://github.com/dularion/streama/blob/master/LICENSE.md)[](https://gitter.im/dularion/streama?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
0 commit comments