Skip to content

3.3.0.23alpha6

Pre-release
Pre-release

Choose a tag to compare

@xystudio889 xystudio889 released this 27 Jun 14:16
· 35 commits to develop since this release
Immutable release. Only release title and notes can be modified.
c12ba3b
  • [refactor]升级日志系统,更详细
  • [refactot]替换部分ui,强制新版ui
  • [feat]添两个连点器新设置:
    • 更换部分输入框内容不影响计算
    • 更换部分单位不影响计算
  • [fix]修复部分bug,优化用户体验
    • 更改默认设置值后,主窗口的值不变
    • 修改默认值单位自动更新主窗口的默认值单位
    • 无法打开"Decoupling UI and program"这个开发项
    • 当连点总耗时大于1.8e308天时候程序会崩溃
  • 移除"快速设置延迟"界面,因为没有太大用
  • [build]升级编译系统
    • 合并api、主库和cython版本的文件
    • 修改了pyd的版本实现,可以为你的python版本制作自己的pyd文件
    • 修改了runhook的位置,移动到根目录
    • 将git clean移动到runhook
  • 添加多预言版本的文档

  • [refactor] Upgraded the logging system, more detailed
  • [refactot] Replaced some UI elements, enforcing the new UI
  • [feat] Added two new settings for the clicker:
    • Changing some input box content won’t affect calculations
    • Changing some units won’t affect calculations
  • [fix] Fixed some bugs and improved user experience
    • Values in the main window don’t change after changing default settings
    • Modifying default unit automatically updates the main window default unit
    • Unable to open the "Decoupling UI and program" developer option
    • Program crashes if total click duration exceeds 1.8e308 days
  • Removed the “Quick Set Delay” interface as it wasn’t very useful
  • [build] Upgraded the build system
    • Merged API, main library, and Cython version files
    • Updated pyd version implementation, allowing you to create pyd files for your Python version
    • Changed the location of runhook, moved it to the root directory
    • Moved git clean into runhook
  • Added documentation for multiple prophecy versions