Skip to content

Commit

Permalink
🆙 Release v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mzyy94 committed Aug 9, 2020
1 parent a0506e7 commit 68facdd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v0.0.7
- Fix a bug that recording was not possible on non-Windows platforms

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
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.6], [Harekaze2 project])
AC_INIT([pvrepgstation], [0.0.7], [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.6" provider-name="Harekaze project">
<addon id="pvr.epgstation" name="Harekaze (EPGStation PVR client)" version="0.0.7" 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 68facdd

Please sign in to comment.