Releases: 0Chencc/CTFCrackTools
Releases · 0Chencc/CTFCrackTools
CTFCrackTools X v0.1.1
What's Changed
- chore(deps): bump react and @types/react by @dependabot[bot] in #86
- chore(deps): bump autoprefixer from 10.4.23 to 10.4.24 by @dependabot[bot] in #88
- chore(deps): bump the tauri group across 1 directory with 3 updates by @dependabot[bot] in #90
- chore(deps): bump zustand from 5.0.10 to 5.0.11 by @dependabot[bot] in #87
- chore(deps): bump the development group across 1 directory with 3 updates by @dependabot[bot] in #91
- feat(ci): add Intel macOS DMG build and improve workflow strategy by @0Chencc in #93
- fix(deps): sync Tauri Rust crates with frontend JS packages by @0Chencc in #92
- feat(release): auto-sync version from git tag by @0Chencc in #94
New Contributors
Full Changelog: https://github.com/0Chencc/CTFCrackTools/commits/v0.1.1
CTFCrackTools X v0.1.0
4.0.7 修复了两处bug
修复了一处由于插件功能强制启动导致的bug
修复了摩斯密码没有符号加解密的问题
4.0.6 修复了猪圈密码部分密码解密失败问题
fix #37
4.0.5 修复一处拼写错误
更新版本号
4.0.4 修复了历史遗留问题,以及新近产生的问题
修复了历史遗留问题,以及新近产生的问题(给几年前的自己填坑)
包括:
- 删除大量魔法值(使代码看起来更酷)
- 将部分代码更改为更加规范的形式,为加解密模块的代码增加规范化的注释,使代码可读性更高
- 删除部分冗余代码,将部分代码运行的逻辑修改为更为合理的方式
- 抛弃旧的过期依赖包,引用新的依赖
- 修复一处bug
- 优化了程序运行速度(确信)
4.0.3 增加了输入框、结果框自动换行
增加了输入框输入框、结果框到达长度之后自动换行。
4.0.2 修复了无法调用无额外参数插件的问题
建议所有用户更新
1.修复了无法调用无额外参数插件的问题
2.修改了原先自带的插件无法导入的问题
4.0.1
4.0.0 完全重构版
重构了所有代码
优化了插件的调用
抛弃了大量冗余代码