Skip to content

Commit

Permalink
docs : update
Browse files Browse the repository at this point in the history
  • Loading branch information
pojol committed Jul 2, 2023
1 parent 80cde0e commit ca32d75
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v0.3.6 (pre
* feature
- The way of previewing report has been changed from clicking tags to displaying directly at the bottom, with tab switching for charts (more intuitive)
- Replaced the implementation library of codemirror to provide a better code writing experience
- Added share feature, by selecting bot in bots panel and clicking share can copy the bot's address to clipboard for others to access directly the bot's editing view
- Added automatic refresh for running (default 10s)
- Changed the storage implementation of batch, now it will be stored in the db so that it can continue executing after an abnormal interruption
* fix
- It will directly panic if the database cannot connect (encounter errors should terminate immediately)
- Replaced the clipboard implementation of share button to an earlier api (can adapt to more browsers)
- Fixed the problem that report was not sorted by time
- Fixed the issue of wrong click event in bots

# v0.3.5 (pre
Major adjustments are nearing completion. Version 0.3 will only fix bugs next.
* Feature
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# v0.3.6 (pre
* feature
- 将 report 中的预览方式从通过点击 tag 的形式换为直接显示在下方,通过tab 进行图表的切换(更直观
- 替换了 codemirror 的实现库,使代码的编写体验更好
- 添加 share 功能,在 bots 面板中选中 bot 点击 share 能将 bot 的地址复制在剪贴板中,别人可以直接访问这个地址打开 bot 的编辑视窗
- 添加了 running 的自动刷新(默认 10s
- 更换了 batch 的存储实现,现在将存储在 db 中,以便于在异常中断后还能继续执行

* fix
- 如果数据库无法连接则会直接panic(遇到错误应该立即终止
- share 按钮,剪贴板的实现替换为更早的 api(能适配更多的浏览器
- 解决的 report 没有按时间排序的问题
- 解决了 bots 中控件点击事件错乱的问题

# v0.3.5 (pre
* feature
- 添加了一个入队延迟的配置,用于控制机器人的调度频率
Expand Down

0 comments on commit ca32d75

Please sign in to comment.