Skip to content
This repository has been archived by the owner on Jul 25, 2020. It is now read-only.

Commit

Permalink
🆙 Bump version to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mzyy94 committed Feb 3, 2017
1 parent 6c6dc7a commit 2aabbb4
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Binary file modified VS2015/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([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
Expand Down
2 changes: 1 addition & 1 deletion template/pvr.chinachu/addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="pvr.chinachu"
name="Harekaze (Chinachu PVR client)"
version="4.0.0~beta3"
version="4.0.0"
provider-name="Harekaze project">
<requires>
<c-pluff version="0.1"/>
Expand Down

0 comments on commit 2aabbb4

Please sign in to comment.