Skip to content

Commit c402bdb

Browse files
committed
bump to version 20240612
1 parent 9638574 commit c402bdb

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

App/App.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"VersionNumber": 20240604,
2+
"VersionNumber": 20240612,
33
"AppName": "Baiyuanneko's Blog Generator",
44
"officialWebsite": "https://bbg.nekomoe.xyz",
55
"contributors": [

docs/zh-cn/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# 更新日志
22

3+
## 20240612
4+
5+
- 修复了无法创建新文章(`Invalid time value`)的问题
6+
- 修复了创建博客在加载阶段有多余的界面元素的问题
7+
38
## 20240604
49

510
- 支持自定义主程序背景图

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bbg",
3-
"version": "20240604.0.0",
3+
"version": "20240612.0.0",
44
"packageManager": "yarn@1.22.19",
55
"description": "A static blog generator based on Electron Technology.",
66
"license": "UNLICENSED",

0 commit comments

Comments
 (0)