Skip to content

Commit

Permalink
release: v1.3.6 (#125)
Browse files Browse the repository at this point in the history
release: v1.3.6
  • Loading branch information
zhouwg authored Mar 29, 2024
1 parent af4124a commit 8c77856
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
kantv 1.3.5 (based on customized FFmpeg 6.1, original whisper.cpp, original llama.cpp)
kantv 1.3.6 (based on customized FFmpeg 6.1, original whisper.cpp, original llama.cpp)
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

final class KANTVVersion
{
public static final String KANTV_VERSION="KANTV-v1.3.5";
public static final String KANTV_VERSION="KANTV-v1.3.6";

public static native int kantv_anti_remove_rename_this_file();
}
Expand Down
4 changes: 2 additions & 2 deletions cdeosplayer/constants.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ project.ext {
appTargetSdkVersion = 29

//version and version code of KanTV
releaseVersion = '1.3.5'
releaseVersionCode = 1000305
releaseVersion = '1.3.6'
releaseVersionCode = 1000306

modulePrefix = ':'
guavaVersion = '27.1-android'
Expand Down
2 changes: 1 addition & 1 deletion cdeosplayer/kantv/src/main/res/values-en/strings_pref.xml
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@
<string name="pref_title_about">About</string>
<string name="pref_key_version">pref.version</string>
<string name="pref_title_version">Current Version</string>
<string name="pref_summary_version">1.3.5</string>
<string name="pref_summary_version">1.3.6</string>

<string name="pref_key_versionhistory">pref.versionhistory</string>
<string name="pref_title_versionhistory">Version history</string>
Expand Down
2 changes: 1 addition & 1 deletion cdeosplayer/kantv/src/main/res/values-zh/strings_pref.xml
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@
<string name="pref_title_about">About</string>
<string name="pref_key_version">pref.version</string>
<string name="pref_title_version">Current Version</string>
<string name="pref_summary_version">1.3.5</string>
<string name="pref_summary_version">1.3.6</string>

<string name="pref_key_versionhistory">pref.versionhistory</string>
<string name="pref_title_versionhistory">Version history</string>
Expand Down
2 changes: 1 addition & 1 deletion cdeosplayer/kantv/src/main/res/values/strings_pref.xml
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@
<string name="pref_title_about">About</string>
<string name="pref_key_version">pref.version</string>
<string name="pref_title_version">Current Version</string>
<string name="pref_summary_version">1.3.5</string>
<string name="pref_summary_version">1.3.6</string>

<string name="pref_key_versionhistory">pref.versionhistory</string>
<string name="pref_title_versionhistory">Version history</string>
Expand Down
8 changes: 8 additions & 0 deletions release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,3 +183,11 @@
<li>prepare for step2 of import customized FFmpeg6.1 by new software architecuture</li>
<li>move "EPG" to "Person Center" and add "LLM Research" to main UI </li>
</ul>

- v1.3.6 2024-03-29,
<ul>
<li>integrate ggml's magic llama.cpp to kantv</li>
<li>unify JNI layer of whisper.cpp and llama.cpp as ggml-jni ------ step1</li>
<li>use ggml-jni to validate/verify llama-2-7b,qwen1_5-1_8b, baichuan2-7b, gemma-2b models on Xiaomi 14</li>
<li>regular cleanup/refine files/codes/README</li>
</ul>

0 comments on commit 8c77856

Please sign in to comment.