From 4059edbf0bea88d16b80c2301e5a172b0affc7e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E7=91=97=E6=9D=B0?= <3695888@qq.com> Date: Sat, 17 Apr 2021 20:24:38 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A8=8D=E7=AD=89=E4=B8=80=E4=BC=9A=EF=BC=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configs/sys_value/window.json5 | 2 +- docs/update_logs.md | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/configs/sys_value/window.json5 b/configs/sys_value/window.json5 index b8b193e..4ad65d3 100644 --- a/configs/sys_value/window.json5 +++ b/configs/sys_value/window.json5 @@ -6,7 +6,7 @@ 'caption': 'Simple Rocket {version}', // {version} -> version of SR 'caption_option': { - 'version': '0.2.4' + 'version': '0.4.1' }, 'resizable': 'true', // bool diff --git a/docs/update_logs.md b/docs/update_logs.md index 2619d50..d52b6fd 100644 --- a/docs/update_logs.md +++ b/docs/update_logs.md @@ -5,6 +5,27 @@ - [README](https://github.com/shenjackyuanjie/Difficult-Rocket) - [中文README](https://github.com/shenjackyuanjie/Difficult-Rocket/blob/main/docs/README-cn.md) +## 2021/04/17 V 0.4.1 + +PS: + +- `Va.b.c` + +- a : Big Version (Big rewrite times) (now at DEMO making) +- b : Middle Rewrite Times (Yes I've rewritten for 4 times) +- c : normal updates + +### DEBUG + +- solve pre-installed lib can't use +- solve pre-installed lib's bug +- some other bugs + +### Change + +- plan to change config file format to .config (plan to) +- reformat all files (including libs) + ## 2021/04/09 V 0.2.3/4 ### Add