Skip to content

Commit 0089cd2

Browse files
committed
release: prepare for v9 release
1 parent fb39d7f commit 0089cd2

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

CHANGELOG.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
- Allow grouping of chats into folders
2-
- Add an option to show device RAM usage on the chat screen
3-
- The app can now run on emulated Android devices
4-
- Sync with upstream llama.cpp
5-
6-
### UI/UX changes
7-
8-
- Improved wizard for adding new models (easy to follow for beginners and non-technical persons)
9-
- Improved top app bar in the chat screen
10-
- Improved chat list drawer with a 'marker' to indicate the currently selected chat
11-
- New app icon
12-
- New color scheme for the app, new font (San Francisco)
1+
- fix bug in `ChatActivity` causing a `NullPointerException` when the app is launched (this is the bug causing most crashes according to Google Play)
2+
- make 'Download Models' screen scrollable to make sure it works correctly on small screen devices
3+
- add support for 16 KB page sizes
4+
- improve the `SmolLM` API and document its methods

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 = 8
18-
versionName = "8"
17+
versionCode = 9
18+
versionName = "9"
1919

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

0 commit comments

Comments
 (0)