Skip to content

Commit 33c067f

Browse files
committed
Proj: v5.0.2 release notes
1 parent f4b5a21 commit 33c067f

4 files changed

Lines changed: 32 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<p align="center">
2-
<img src="doconfig/markdown/shot1.png" width="270" alt="Screenshot 1">
3-
<img src="doconfig/markdown/shot2.png" width="270" alt="Screenshot 2">
4-
<img src="doconfig/markdown/shot3.png" width="270" alt="Screenshot 3">
2+
<img src="doconfig/markdown/shot_app_lib.webp" height="380" alt="App Library Screenshot">
3+
<img src="doconfig/markdown/shot1.png" width="180" alt="Screenshot 1">
4+
<img src="doconfig/markdown/shot2.png" width="180" alt="Screenshot 2">
5+
<img src="doconfig/markdown/shot3.png" width="180" alt="Screenshot 3">
56
</p>
67

78
# Boundo Meta-app: Info & Manager

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ android {
6868
minSdk = 23
6969
targetSdk = 36
7070
// versionCode = baseVerCode + (verInc % baseCommitInc)
71-
versionCode = 25060200 + (verInc % 540)
72-
versionName = listOfNotNull("5.0.1", verCommit).joinToString(separator = "-")
71+
versionCode = 25092300 + (verInc % 540)
72+
versionName = listOfNotNull("5.0.2", verCommit).joinToString(separator = "-")
7373
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
7474
testApplicationId = "${applicationId}.test"
7575
renderscriptSupportModeEnabled = true
46.5 KB
Loading

doconfig/release-notes/05.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
### Meta-app 5.0.2/25092300
2+
#### EN
3+
```
4+
v5.0.2 changes:
5+
- Improve app bars on phones and tablets
6+
- Improve bottom sheet scroll experience
7+
- Fix tile service issues for Android 14+
8+
- FOSS build variant available on GitHub
9+
10+
Boundo Meta-app 5.0 release:
11+
- v5.0.0W for Wear OS (NEW): complete codebase rewrite with M3E design & experience
12+
- App Library (NEW): group apps into predefined and custom categories (Social, Games…)
13+
```
14+
#### ZH
15+
```
16+
v5.0.2 版本变化:
17+
- 优化手机和平板设备的顶栏与导航栏
18+
- 优化应用主页底部弹窗的页面滚动体验
19+
- 修复安卓14及以上版本的快捷磁贴问题
20+
- GitHub 上可获取 FOSS 构建版本
21+
22+
斑朵 Meta-app 5.0 更新:
23+
- 全新手表版本 v5.0.0W (Wear OS):Material 3 Expressive (M3E) 设计、代码库完全重构
24+
- 应用库(全新功能):将应用分组为预定义和自定义类别(如社交、游戏等)
25+
```
26+
127
### Meta-app 5.0.0W/25082400
228
#### EN
329
```

0 commit comments

Comments
 (0)