Skip to content

Commit de31132

Browse files
committed
release: prepare for v11
1 parent 38e0d74 commit de31132

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1-
- Sync with llama.cpp upstream
2-
- The app now uses a new set of icons for a more aesthetic/refreshed look
3-
- Fixed a bug where the app's memory usage kept increasing after switching models i.e. the memory acquired by the previous model was not 'released' when selecting a different model
1+
- Fixed a bug where the app's memory usage kept increasing after switching models i.e. the memory acquired by the previous model was not 'released' when selecting a different model
2+
- Sync with upstream llama.cpp
3+
- Align default inference parameters with those found in `llama` executable
4+
5+
### UI Improvements
6+
7+
- Chat message actions like share/copy/edit are now available in a dialog which appears when the message is long-pressed
8+
- Fix misleading/overflowing icons to enhance UX
9+
- Preserve query text in the search box when a model is opened while browsing HuggingFace

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
applicationId = "io.shubham0204.smollmandroid"
1515
minSdk = 26
1616
targetSdk = 35
17-
versionCode = 10
18-
versionName = "10"
17+
versionCode = 11
18+
versionName = "11"
1919

2020
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2121
}

0 commit comments

Comments
 (0)