Skip to content

Commit

Permalink
🆙 Release v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mzyy94 committed Sep 1, 2020
1 parent 9daee86 commit 571795e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.0.9
- Add now-recording and recording completed state in timer list view
- Fix playback failure of encoded recordings when there are more than 255 files

v0.0.8
- Add full channel request to display all channels including sub service (hidden by default)
- Change channel ID for internal use
Expand Down
Binary file modified VS2019/pvr_client/pvr_client.rc
Binary file not shown.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.68])
AC_INIT([pvrepgstation], [0.0.8], [Harekaze2 project])
AC_INIT([pvrepgstation], [0.0.9], [Harekaze2 project])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign])
LT_INIT
Expand Down
2 changes: 1 addition & 1 deletion template/pvr.epgstation/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="pvr.epgstation" name="Harekaze (EPGStation PVR client)" version="0.0.8" provider-name="Harekaze project">
<addon id="pvr.epgstation" name="Harekaze (EPGStation PVR client)" version="0.0.9" provider-name="Harekaze project">
<requires>
<import addon="kodi.binary.instance.pvr" version="5.10.0"/>
<import addon="kodi.binary.global.main" version="1.0.12"/>
Expand Down

0 comments on commit 571795e

Please sign in to comment.