Skip to content

Commit ad6914c

Browse files
committed
build: tag v0.1.10
Signed-off-by: OctagonalStar <[email protected]>
1 parent 86918e1 commit ad6914c

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## DEVELOPING VERSION - ????-??-?? - (000110)
3+
## v0.1.10 - 2025-11-28 - (000110)
44

55
### Added
66

@@ -9,6 +9,8 @@
99
- 添加了题目配置
1010
- 添加了单词卡片题型
1111
- 添加了拼写题型
12+
- 添加了单词总览
13+
- 添加了WebDav数据备份/恢复功能
1214

1315
### Improvement
1416

@@ -17,13 +19,16 @@
1719
- 优化了软件打开逻辑
1820
- 去除了HTTP依赖项
1921
- 重构了InLearning加载
22+
- 优化了主页面UI
23+
- 优化了听写界面UI
2024

2125
### FIX
2226

2327
- 修复了FSRS页面中可能测试单词混乱的问题
2428
- 修复了连胜天数显示
2529
- 修复了激活彩蛋后更换主题时屏幕闪烁的问题
2630
- 修复了每日单词重构后出现的卡死问题
31+
- 修复了题目数量异常的问题
2732

2833
## v0.1.9 - 2025-11-9 - (000109)
2934

lib/vars/statics_var.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import 'package:just_audio/just_audio.dart';
66

77
class StaticsVar {
88
static const String appName = 'Ar 学';
9-
static const int appVersion = 000109;
9+
static const int appVersion = 000110;
1010
static const String modelPath = 'arabicLearning/tts/model/vits-piper-ar_JO-kareem-medium';
1111
static const Map<String, dynamic> tempConfig = {"SelectedClasses": []};
1212
static const String onlineDictOwner = 'JYinherit';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 0.1.9+9
19+
version: 0.1.10+10
2020

2121
environment:
2222
sdk: ^3.9.2

0 commit comments

Comments
 (0)