Skip to content

0.6.0

Compare
Choose a tag to compare
@wushengyeyouya wushengyeyouya released this 20 Aug 03:00
· 37 commits to master since this release

Enhancement

  1. Admin mode. If the user is an administrator, you can view the query results of all users by switching the administrator mode, and open the log on the current page.
  2. Temporary scripts are not automatically saved;
  3. Optimize the output of the log to improve performance;
  4. Optimize the panel menu, "Full Screen" and "Cancel Full Screen" buttons, "Minimize" and "Cancel Minimize" button mutex display, which is more reasonable to use;
  5. Optimize the code logic of the python script keyword to make it more concise;
  6. Encapsulate custom native table components for global history and script history to reduce dom rendering and optimize system performance;
  7. Stripping the "Frequently Asked Questions" module to facilitate subsequent expansion;

Bug Fix

  1. Fix the problem of clickoutside memory overflow;
  2. Fix more than 10 result sets to switch to display confusion;
  3. Delete the "Operational Daily" related code.

增强

  1. 管理员模式。用户如果是管理员,可以通过切换管理员模式查看所有用户的查询结果,并能在当前页打开日志;
  2. 临时脚本不进行自动保存;
  3. 对日志的输出进行优化,提高性能;
  4. 对panel菜单进行优化,”全屏“和”取消全屏“按钮,”最小化“和”取消最小化“按钮互斥显示,使用起来更为合理;
  5. 优化python脚本keyword的代码逻辑,使其更加简洁;
  6. 封装定制化原生table组件,用于全局历史和脚本历史两个模块,减少dom的渲染,优化系统性能;
  7. 剥离”常见问题“模块,方便后续扩展;

修复

  1. 修复clickoutside内存溢出的问题;
  2. 修复超过10个结果集切换显示错乱的问题;
  3. 删除”运营日报“相关代码。