Skip to content

Commit

Permalink
Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavion committed Apr 1, 2016
1 parent f8f6460 commit d03983d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2016-04-01 1.2.6 Fix for switches being unswitched
Fix for table data being purged

2016-03-28 1.2.5 DSM 6.0 hotfix

2016-03-24 1.2.4 XMLTV Support for non-standard fields
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.5"
version="1.2.6"
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 @@ -57,7 +57,7 @@ def total(timedelta):
localdate = "%d.%m.%Y"
dayshown = datetime.combine(date.today(), time.min)
shutdown = False
version = '1.2.5'
version = '1.2.6'

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

0 comments on commit d03983d

Please sign in to comment.