Skip to content

Commit 379ab11

Browse files
committed
update CHANGELOG.md for v6 release
1 parent 5ea1011 commit 379ab11

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/build_and_release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
tags:
66
- 'v*'
7+
branches:
8+
- 'main'
79

810
jobs:
911
build_and_release_apk:

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
- Add translations for zh-CN (Chinese Simplified) (#47)
2-
- Add dark-theme to the app (#25)
3-
- Off-load model when the app is not visible on the screen (#52)
4-
- Add more options for configuring chat - `use_mmap`, `use_mlock`, `chat_template` and `n_threads` (#38)
1+
- The app can now receive the text of the query from other apps (on clicking 'Share' in other apps, SmolChat will be listed as one of the options).
2+
- The app can create dynamic shortcuts for specific tasks. These shortcuts can also be added to the home screen for quick access. (#2)
3+
- Migrated from ObjectBox to Room (particularly for #58)
4+
- The app now has a custom icon (do let me know if it can improved)
5+
- There was issue with the CI that caused the build process to not strip symbols from native libraries, increasing the size of the APK. This has been fixed, thus reducing the size of the APK.

0 commit comments

Comments
 (0)