Skip to content

Commit

Permalink
Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavion committed Jan 19, 2017
1 parent 4cde0c6 commit 7a2b5e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2017-xx-xx 1.2.8 Support for TV-Browser added
2017-01-19 1.3.0 Support for TV-Browser added. Please see tvbrowser.org for more details
GZip packed local XMLTV files can be read
Password-free IP mask added into advanced configuration
Fix for login on iOS devices
Expand Down
2 changes: 1 addition & 1 deletion synology/INFO
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package="tvstreamrecord"
version="1.2.7d"
version="1.3.0"
maintainer="Pavion"
description="Program to record TV streams. Python required. Server runs at port 8030 (changeable)"
reloadui="yes"
Expand Down
2 changes: 1 addition & 1 deletion tvstreamrecord.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def total(timedelta):
localdate = "%d.%m.%Y"
dayshown = datetime.combine(date.today(), time.min)
shutdown = False
version = '1.2.7d'
version = '1.3.0'

@route('/live/<filename>')
def server_static9(filename):
Expand Down

0 comments on commit 7a2b5e7

Please sign in to comment.