diff --git a/ChangeLog.txt b/ChangeLog.txt index b862c2f..76c5453 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,20 @@ +v4.0.0 +- Support Kodi 17 Krypton +- Add channel logo icon +- Add new genre codes +- Add pattern matched rule creation +- Add list force-refresh client action into menu +- Add scheduler execution client action into menu +- Add rule availability status change method +- Add read-only timer rule list +- Add initial settings failure alert +- Skip listing up zero-programs channels +- Remove recorded program grouping option +- Remove ongoing recording playback option +- Unsupport mirakurun direct watch +- Support Raspberry Pi independent target binary +- Support iOS arm build target (beta) + v3.3.0 - Support Chinachu gamma diff --git a/VS2015/pvr_client/pvr_client.rc b/VS2015/pvr_client/pvr_client.rc index 47d1a8c..7c01a03 100755 Binary files a/VS2015/pvr_client/pvr_client.rc and b/VS2015/pvr_client/pvr_client.rc differ diff --git a/configure.ac b/configure.ac index 55cec5e..d035fdc 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.68]) -AC_INIT([pvrchinachu], [3.3.0], [Harekaze project]) +AC_INIT([pvrchinachu], [4.0.0], [Harekaze project]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign]) LT_INIT diff --git a/template/pvr.chinachu/addon.xml b/template/pvr.chinachu/addon.xml index 712cf28..82b3831 100644 --- a/template/pvr.chinachu/addon.xml +++ b/template/pvr.chinachu/addon.xml @@ -1,7 +1,7 @@