Skip to content

v0.3.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@pojol pojol released this 02 Jul 11:54
· 90 commits to develop since this release

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 panel(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.6 (pre

  • feature

    • 将 report 中的预览方式从通过点击 tag 的形式换为直接显示在下方,通过tab 进行图表的切换(更直观
    • 替换了 codemirror 的实现库,使代码的编写体验更好
    • 添加 share 功能,在 bots 面板中选中 bot 点击 share 能将 bot 的地址复制在剪贴板中,别人可以直接访问这个地址打开 bot 的编辑视窗
    • 添加了 running 的自动刷新(默认 10s
    • 更换了 batch 的存储实现,现在将存储在 db 中,以便于在异常中断后还能继续执行
  • fix

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