Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: v1.3.6 #125

Merged
merged 1 commit into from
Mar 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>