Releases: lszzy/FWDebug
Releases · lszzy/FWDebug
[6.1.0] - 2025-08-07
[6.0.2] - 2025-05-13
Added
- Added registerInfoEntry custom debug information function
- Added group.bundleId shared directory debug entry
Added
- 新增registerInfoEntry自定义调试信息功能
- 新增group.bundleId共享目录调试入口
[6.0.1] - 2025-03-18
Fixed
- The systemLog method automatically prints the log time in Xcode
- The customLog method merges logs by day and retains them for up to 7 days
- By default, web server screenshots, clipboard access and other permissions are disabled and need to be enabled manually
Fixed
- systemLog方法在Xcode中自动打印日志时间
- customLog方法按天合并日志,最多保留7天
- 默认关闭web服务器屏幕截图、剪贴板访问等权限,需手动开启
[6.0.0] - 2024-10-14
Added
- Added Eruda debugging function for WKWebView
- Compatible with iOS 18, fix WKWebView injection failure issue
Added
- WKWebView新增注入Eruda调试功能
- 兼容iOS 18,修复WKWebView注入失败问题
[5.5.0] - 2024-09-09
Added
- Web debugging server adds the function of generating QR code images from URL
- Browse object interface supports adding custom entry function
- Synchronize the latest trunk code of FLEX
Added
- Web调试服务器新增URL生成二维码图片功能
- 浏览对象界面支持新增自定义入口功能
- 同步FLEX最新主干代码
[5.4.3] - 2024-08-27
Added
- Automatically implement UIViewController.injected method when InjectionIII is enabled
Added
- 启用InjectionIII时自动实现UIViewController.injected方法
[5.4.2] - 2024-08-12
Added
- Compatible with Xcode16
Added
- 兼容Xcode16
[5.4.1] - 2024-07-08
Added:
- Compatible with Swift Package Index
Added:
- 兼容Swift Package Index
[5.4.0] - 2024-06-12
Fixed:
- Compatible with Xcode16
Fixed:
- 兼容Xcode16
[5.3.1] - 2024-04-29
Added
- Compatible with Swift Package Manager
- Fixed occasional crash issue when checking Swift objects
Added
- 兼容Swift Package Manager
- 修复检查Swift对象时偶现崩溃问题