Skip to content

Commit

Permalink
🆙 Release v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mzyy94 committed Jul 27, 2020
1 parent b351fb2 commit ad03383
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v0.0.4
- Add 64bit Windows and Windows Store build support
- Drop 32bit Windows support
- Fix 32bit `time_t` and `long` overflow
- Add option to play encoded files as a preferred media

v0.0.3
- Support encoded file playback when original one is not available

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

Please sign in to comment.