Browse Source

1. 修改了release note
2. 修改了config的db命名 KB -> cdb

NandHyf 1 năm trước cách đây
mục cha
commit
62b83f1458
2 tập tin đã thay đổi với 21 bổ sung6 xóa
  1. 20 5
      ReleaseNote.md
  2. 1 1
      dev.toml

+ 20 - 5
ReleaseNote.md

@@ -1,15 +1,30 @@
+[Requirement Backlog](#requirement-backlog)
+[Future Versions(Roadmap)](#future-versionsroadmap)
+[Released Versions](#released-versions)
+
+# Requirement Backlog
+
 [Backlog]
+(list up -> down == requirements new -> old)
 - Dart version
 - Support MongoDB
 - C# version
 - Export to .csv
+- Multiple input
 
+# Future Versions(Roadmap)
 
-[v2.0]
-- Multiple input
+(list up -> down == versions new -> old)
 
-[v1.1]
+[v0.1.2]
 - Export to .toml/.md/.txt
 
-[v1.0]
-- Basic functions
+[v0.1.1]
+- Secondary response to some cases
+
+[v0.1]
+- Basic functions
+
+# Released Versions
+
+(list up -> down == versions new -> old)

+ 1 - 1
dev.toml

@@ -1,6 +1,6 @@
 # ----- DB Configuration -----
 # Just a better reference for dev.db, no functional use(yet)
-[KB]
+[cdb]
 c1_pk = "id INTEGER PRIMARY KEY ASC"
 c2 = "type"
 c3 = "name"