Skip to content

Commit

Permalink
Push version to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavion committed Mar 5, 2021
1 parent 7a74989 commit ce021f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
@@ -1,3 +1,5 @@
2021-03-05 1.6.2 Fix broken password

2021-01-24 1.6.1 Update install scripts

2021-01-16 1.6.0 DSM 7 support
Expand Down
2 changes: 1 addition & 1 deletion synology/INFO
@@ -1,5 +1,5 @@
package="tvstreamrecord"
version="1.6.1"
version="1.6.2"
os_min_ver="7.0-40000"
maintainer="Pavion"
description="A tool for recording live streams based on ffmpeg library"
Expand Down
2 changes: 1 addition & 1 deletion tvstreamrecord.py
Expand Up @@ -79,7 +79,7 @@ def total(timedelta):
localdate = "%d.%m.%Y"
dayshown = datetime.combine(date.today(), time.min)
shutdown = False
version = "1.6.1"
version = "1.6.2"

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

0 comments on commit ce021f2

Please sign in to comment.