Skip to content

Commit 85e243f

Browse files
committed
release: prepare for v8
1 parent 42bbd12 commit 85e243f

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

CHANGELOG.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
- Add CPU extensions for `armv7` architecture (32-bit Android devices) to improve inference latency
2-
- Add 'Copy' and 'Share' actions for messages posted by the user (#68)
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
34
- Sync with upstream llama.cpp
45

5-
### Minor UI changes
6+
### UI/UX changes
67

7-
- Show model size in GBs upto 2 decimal places in HuggingFace model explorer
8-
- Check if the selected file is a GGUF
9-
- Show model name in model delete dialog
10-
- Fix rendering the model's thinking response
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)

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

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

0 commit comments

Comments
 (0)