diff --git a/V3_CN.md b/V3_CN.md index b33f41a..5a470e9 100644 --- a/V3_CN.md +++ b/V3_CN.md @@ -2,44 +2,31 @@ 虽然用户量不多,但是感谢那些一直在使用`STNodeEditor`的用户,在他们那里作者得到了一些反馈。将做如下调整: -`修复已知bug` - -(2022-09-12)`增加高DPI支持` - -`添加json格式序列化文件` - -`添加缩略图` - -`节点选项悬浮提示信息` - +|内容|状态|完成时间|备注| +|:---|:---|:---|:---| +|增加高DPI支持 |✅ |2022-09-12|-| +|添加json格式序列化文件 |☑️ |-|-| +|添加缩略图 |☑️ |-|-| +|节点选项悬浮提示信息 |☑️ |-|-| +|修复已知bug |☑️ |-|-| 添加控件支持: -`Panel` - -`lable` - -`button` - -`textbox` - -`listview` - -`chekcbox` - -`radiobutton` - -`combobox` - -`groupbox` - -`picturebox` - -`progressbar` - -`trackbar` - -`NumericUpDown` +|内容|状态|完成时间|备注| +|:---|:---|:---|:---| +|Panel |☑️ |-|-| +|lable |☑️ |-|-| +|button |☑️ |-|-| +|textbox |☑️ |-|-| +|listview |☑️ |-|-| +|chekcbox |☑️ |-|-| +|radiobutton |☑️ |-|-| +|combobox |☑️ |-|-| +|groupbox |☑️ |-|-| +|picturebox |☑️ |-|-| +|progressbar |☑️ |-|-| +|trackbar |☑️ |-|-| +|NumericUpDown |☑️ |-|-| 控件将尽可能保持`WinForm`的使用习惯。 diff --git a/V3_EN.md b/V3_EN.md index 8e6489b..d4d39c4 100644 --- a/V3_EN.md +++ b/V3_EN.md @@ -2,6 +2,14 @@ Since the `3.0` version may be partially refactored, it was decided to start a n Although there are not many users, thanks to those who have been using `STNodeEditor`, where the author got some feedback. The following adjustments will be made: +|Items|Status|Complete time|Note| +|:---|:---|:---|:---| +|Add high DPI support |✅ |2022-09-12|-| +|Add json format serialization file |☑️ |-|-| +|Add mini-map |☑️ |-|-| +|Node option hover hint text |☑️ |-|-| +|Add mini-map |☑️ |-|-| + `Fix known bugs` (2022-09-12)`Add high DPI support` @@ -15,31 +23,21 @@ Although there are not many users, thanks to those who have been using `STNodeEd Add Controls: -`Panel` - -`lable` - -`button` - -`textbox` - -`listview` - -`chekcbox` - -`radiobutton` - -`combobox` - -`groupbox` - -`picturebox` - -`progressbar` - -`trackbar` - -`NumericUpDown` +|Items|Status|Complete time|Note| +|:---|:---|:---|:---| +|Panel |☑️ |-|-| +|lable |☑️ |-|-| +|button |☑️ |-|-| +|textbox |☑️ |-|-| +|listview |☑️ |-|-| +|chekcbox |☑️ |-|-| +|radiobutton |☑️ |-|-| +|combobox |☑️ |-|-| +|groupbox |☑️ |-|-| +|picturebox |☑️ |-|-| +|progressbar |☑️ |-|-| +|trackbar |☑️ |-|-| +|NumericUpDown |☑️ |-|-| Controls will maintain the `WinForm` usage habits as much as possible.