Skip to content

Commit

Permalink
🆙 Release v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mzyy94 committed Aug 8, 2020
1 parent e81c8c5 commit ce2cbce
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v0.0.6
- Fix a bug that recording was not possible on Windows
- Add a feature to update the recording list and timers on wake up from sleep mode
- Make a couple of small improvements

v0.0.5
- Fix an issue where unencoded files would not play
- Fix an error that the menuhook doesn't work
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.5], [Harekaze2 project])
AC_INIT([pvrepgstation], [0.0.6], [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.5" provider-name="Harekaze project">
<addon id="pvr.epgstation" name="Harekaze (EPGStation PVR client)" version="0.0.6" 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 ce2cbce

Please sign in to comment.