We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4fd4f6 commit 7c103b5Copy full SHA for 7c103b5
1 file changed
CHANGELOG.md
@@ -0,0 +1,10 @@
1
+# Changelog
2
+
3
+## [2.0.1] - 2023-01-13
4
5
+### Change
6
7
+- 更换 sqlite 驱动为 `github.com/mattn/go-sqlite3`, `modernc.org/sqlite`跨平台编译时出现错误
8
+- 删除 `dd` 的 `status=none` 选项, 兼容 `busybox dd`
9
+- 将 `client` 表移动到内存中了, 免去每次启动时都要清空表
10
+- 服务端`lcode`命令现已支持命令行选项了, 输入 `--help` 可显示版本号
0 commit comments