Skip to content

Commit ccb18bd

Browse files
committed
chore(release): 1.0.5-beta
把「未发布」段定版为 v1.0.5-beta — 2026-08-09,版本号同步到 package.json / README / app-constants 回退值。 本版主要内容:SimBrief OFP 导入全套(简报回填 + 地图计划航路 + 真实燃油配载)。 含两个用户可见修复: - 落盘防抖会永久挂死所有等待落盘的调用方(core,影响面远超本次功能); - 平均小时油耗在真实配载下算错近一倍。
1 parent 795a9bb commit ccb18bd

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
![Vite](https://img.shields.io/badge/Vite-6-646CFF?logo=vite)
66
![License](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey)
77

8-
**版本:1.0.4-beta** · 权威设计见 [`docs/DESIGN.md`](docs/DESIGN.md) · 变更记录见 [`docs/CHANGELOG.md`](docs/CHANGELOG.md)
8+
**版本:1.0.5-beta** · 权威设计见 [`docs/DESIGN.md`](docs/DESIGN.md) · 变更记录见 [`docs/CHANGELOG.md`](docs/CHANGELOG.md)
99

1010
[OwO! FlightAssistant](https://github.com/Tommy131/OwO-FlightAssistant)(Flutter 桌面版)的 Web GUI 移植。
1111
保留原版的**模块化微内核架构****设计语言****后端 API 契约**,在浏览器中运行。

docs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
1010
---
1111

12-
## 未发布
12+
## v1.0.5-beta — 2026-08-09
1313

1414
### 新增
1515

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "owo-flight-assistant-web",
33
"private": true,
4-
"version": "1.0.4-beta",
4+
"version": "1.0.5-beta",
55
"type": "module",
66
"description": "OwO! FlightAssistant — Web GUI (React port of the Flutter modular flight assistant)",
77
"license": "CC-BY-NC-SA-4.0",

src/core/constants/app-constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ export const AppConstants = {
2323
// ========== 应用信息 ==========
2424
appName: 'OwO! FlightAssistant',
2525
appPackageName: 'com.owoblog.owo_flight_assistant',
26-
appVersion: import.meta.env.VITE_APP_VERSION ?? '1.0.4-beta',
27-
appBuildVersion: import.meta.env.VITE_APP_BUILD ?? '20260806',
26+
appVersion: import.meta.env.VITE_APP_VERSION ?? '1.0.5-beta',
27+
appBuildVersion: import.meta.env.VITE_APP_BUILD ?? '20260809',
2828

2929
// ========== 资源路径 ==========
3030
assetIconPath: '/icons/app-icon.png',

0 commit comments

Comments
 (0)