Skip to content

Commit d4d56d4

Browse files
committed
chore: bump version
1 parent a150c28 commit d4d56d4

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
*To use this app, you must have a self-hosted [✍️memos](https://github.com/usememos/memos) server set up and running. ([supported versions](https://memos.moe/memos/))*
1010

11-
**Please download the [latest pre-release version](https://github.com/mudkipme/MoeMemosAndroid/releases) if you are using Memos 0.22.0 or higher.**
11+
**Note: Current Moe Memos version supports Memos 0.21.0 and 0.25.0. Memos update may introduce breaking API changes. If you are using a version higher than 0.25.0, it is recommended to use [Mortis](https://github.com/mudkipme/mortis) to convert the newer Memos API to the Memos 0.21.0 API and re-login in Moe Memos.**
1212

1313
## Installation
1414

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515
applicationId "me.mudkip.moememos"
1616
minSdk 26
1717
targetSdk 34
18-
versionCode 29
19-
versionName "0.8.5"
18+
versionCode 30
19+
versionName "0.8.6"
2020

2121
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2222
vectorDrawables {
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## What's Changed
2+
- Added support for Memos 0.25.0. Due to breaking API changes, Memos versions 0.22.0–0.24.x are no longer supported. You can continue using Memos 0.21.0 or upgrade to 0.25.0.
3+
4+
Note: Future Memos versions may introduce breaking API changes again. If you are using a version higher than 0.25.0, it is recommended to use [Mortis](https://github.com/mudkipme/mortis) to convert the newer Memos API to the Memos 0.21.0 API and re-login in Moe Memos.
5+
6+
**Full Changelog**: https://github.com/mudkipme/MoeMemosAndroid/compare/0.8.5...0.8.6

0 commit comments

Comments
 (0)