Skip to content

Commit

Permalink
🆙 Release v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mzyy94 committed Jul 23, 2020
1 parent ad61ce4 commit 3bab234
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 94 deletions.
83 changes: 2 additions & 81 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,82 +1,3 @@
v5.0.0
- Support Kodi 18 Leia

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

v3.2.0
- Support service ID for mirakurun live watching

v3.1.0
- Add recording item grouping force disable option

v3.0.0
- Change project name to 'Harekaze for Kodi'
- Support Mirakurun live tv watching

v2.1.0
- Add recording item grouping option

v2.0.2
- Fix crash when chinachu provides no channel name
- Fix crash when programs contain no category field

v2.0.1
- Fix Kodi.guilib dependency

v2.0.0
- New major version for Kodi Jarvis 16.x
- Support canceling ongoing recording
- Show episode information of recorded programs
- Bug fix

v1.2.0
- Change disk storage availability update interval
- Support playback ongoing recording (beta)
- Bug fix

v1.1.0
- Support Kodi on Windows
- Manual program reserving addition/deletion is available
- Show recording disk space information
- Bug fix

v1.0.1
- Bug fix

v1.0.0
- Support Kodi on ARM Linux
- Show reserving timer
- Enable audio/video transcoding option
- Update thumbnail option
- Bug fix

v0.0.3
- Support Kodi on Android
- Show recorded TV show's thumbnail
- Deletion of recorded TV shows is available
- Enable colored TV guide with Kodisystem's genre type

v0.0.2
- Support recorded TV shows
- Improve category type definition

v0.0.1
- Support Live TV watching
- Initial release
- Support Kodi 18.7 Leia
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], [5.0.0], [Harekaze2 project])
AC_INIT([pvrepgstation], [0.0.1], [Harekaze2 project])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign])
LT_INIT
Expand Down
14 changes: 2 additions & 12 deletions template/pvr.epgstation/addon.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="pvr.epgstation"
name="Harekaze (EPGStation PVR client)"
version="5.0.0"
provider-name="Harekaze project">
<addon id="pvr.epgstation" name="Harekaze (EPGStation PVR client)" version="0.0.1" 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"/>
</requires>
<extension point="xbmc.pvrclient"
library_linux="pvr.epgstation.so"
library_osx="pvr.epgstation.dylib"
library_ios="pvr.epgstation-ios.dylib"
library_android="libpvr.epgstation.so"
library_rbpi="pvr.epgstation.armel.so"
library_windx="pvr.epgstation.dll"
/>
<extension point="xbmc.pvrclient" library_linux="pvr.epgstation.so" library_osx="pvr.epgstation.dylib" library_ios="pvr.epgstation-ios.dylib" library_android="libpvr.epgstation.so" library_rbpi="pvr.epgstation.armel.so" library_windx="pvr.epgstation.dll"/>
<extension point="xbmc.addon.metadata">
<platform>linux osx ios android rbpi windx</platform>
<license>GPL v3.0</license>
Expand Down

0 comments on commit 3bab234

Please sign in to comment.