Skip to content

Releases: mtkresearch/BreezeApp

v2.0.0

Choose a tag to compare

@muxi1998 muxi1998 released this 05 Aug 02:18

What's Changed

Breaking change: Create BreezeApp-engine and BreezeApp-client for different responsibilities

  • fix: add new model type Breeze to apply custom template by @muxi1998 in #85
  • Remove 2,3 IntroPage instances from IntroDialog by @muxi1998 in #86
  • Update intro dialog layout and strings by @muxi1998 in #87
  • fix: gradle failed due to ClassNotFoundException: org.gradle.wrapper.GradleWrapperMain #88 by @htteng1976 in #89
  • modify default system prompt by @muxi1998 in #90
  • Change model 2 llama by @muxi1998 in #91
  • Change sys prompt make assistant speak first by @muxi1998 in #94
  • Show a warning dialog for long input prompt and improve token estimation by @muxi1998 in #97
  • fix: ClassCastException in MainActivity after closing the SettingsActivity #98 by @htteng1976 in #99
  • Ensure consistent model name retrieval from SharedPreferences and update the model ID in the configuration. by @muxi1998 in #100
  • get the correct error string and show the dialog if the llm is not ready by @muxi1998 in #101
  • Rm useless activity by @muxi1998 in #102
  • delete variables and functions no longer needed by @muxi1998 in #103
  • Implement Instrumented Tests for LLMEngineService by @htteng1976 in #104
  • Implement Instrumented Tests for TTSEngineService, ASREngineService and VLMEngineService by @htteng1976 in #106

New Contributors

Full Changelog: v1.0.6...v2.0.0

v1.0.6

Choose a tag to compare

@muxi1998 muxi1998 released this 16 May 01:43
c975748

What's Changed

  • Fix LLM config setting value out of preference default boundary by @muxi1998 in #83

Full Changelog: v1.0.5...v1.0.6

v1.0.5

Choose a tag to compare

@muxi1998 muxi1998 released this 15 May 04:42
9b33174

What's Changed

  • fix: screen rotate causing setting view break; align llm config preference default value to AppConstants; CPU LLM showing eot_id in conversation by @muxi1998 in #79
  • fix: missing import by @muxi1998 in #80

Full Changelog: v1.0.4...v1.0.5

v1.0.4

Choose a tag to compare

@muxi1998 muxi1998 released this 14 May 08:27
8227ba6

What's Changed

  • Enhance UI for TTS Triggering: Failure Handling and Progress Feedback by @muxi1998 in #72
  • feat: improve message UI and feedback logic with enhanced error handling by @muxi1998 in #73
  • Update contributing guidelines and README for improved clarity and st… by @muxi1998 in #74
  • feat: add LLM model config setting page for user by @muxi1998 in #75
  • Upgrade model switching by @muxi1998 in #76
  • set cpu model as default in sharePreference when download finished and app onStart by @muxi1998 in #77
  • Modify NPU LLM inference API for runtime config by @muxi1998 in #78

Full Changelog: v0.9.1...v1.0.4

v0.9.1

Choose a tag to compare

@muxi1998 muxi1998 released this 24 Apr 06:45
  • Enable debug symbols

v0.9.0

Choose a tag to compare

@muxi1998 muxi1998 released this 22 Apr 09:41
  • fix NPU bugs

v0.8.0

Choose a tag to compare

@muxi1998 muxi1998 released this 18 Apr 05:06
update missing constants

v0.4.0

Choose a tag to compare

@muxi1998 muxi1998 released this 24 Mar 09:30
b402c4d

What's Changed

Full Changelog: https://github.com/mtkresearch/BreezeApp/commits/v0.4.0

v0.3.1

Choose a tag to compare

@muxi1998 muxi1998 released this 01 Mar 14:40

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

Choose a tag to compare

@muxi1998 muxi1998 released this 27 Feb 07:46

What's Changed

  • 24 improve localization handling in android app by @hwei0522 in #35
  • 24 improve localization handling in android app by @muxi1998 in #36
  • update localization by @hwei0522 in #37
  • 24 improve localization handling in android app by @muxi1998 in #38
  • correct the application name in the file by @hwei0522 in #39
  • correct the application name in string.xml by @hwei0522 in #40
  • 18 add feature to download executable model in the app by @muxi1998 in #41

Full Changelog: v0.2.0...v0.3.0