Releases: hughkli/Lookin
update to 1.0.7
[功能] 新增“快速模式”,可将原先 10 秒的刷新耗时降低到 3 秒以内,相关说明:https://qxh1ndiez2w.feishu.cn/wiki/BPihwfigUigWLQk1Epmc5SFenEe
[功能] 图层右键菜单中增加“刷新”按钮,可单独刷新某一个或某几个图层,从而避免缓慢的全局刷新(需将 LookinServer 配合更新至 1.2.7 或更高版本)
[鸣谢] 本次新功能由 @starFelix 提出想法,并通过 Github PR 贡献了核心代码。
[Feature] Introducing "Fast Mode" to reduce the refresh time from the previous 10 seconds to within 3 seconds. Details: https://qxh1ndiez2w.feishu.cn/wiki/BPihwfigUigWLQk1Epmc5SFenEe
[Feature] Added a "Refresh" button in the right-click menu of layers, allowing users to individually refresh one or multiple layers to avoid slow global refresh (requires updating LookinServer to version 1.2.7 or higher).
[Acknowledgment] These new features were designed by @starFelix and contributed the core code through the Github PR.
update to 1.0.6
[feature] Allow the distance measurement interface to remain visible after keyboard key up. (So that you can perform screenshot and other operations).
[bugfix] Fixed the issue in Swift projects where certain class names were not displayed correctly.
[bugfix] Fixed the issue where certain AutoLayout properties were not displayed correctly.
[feature] 使用测距功能时,允许键盘松手后测距界面不消失(这样你就可以进行截图等操作)
[bugfix] 修复了 Swift 项目中,某些类名无法正确显示的问题
[bugfix] 修复了某些 AutoLayout 属性无法正确显示的问题
update to 1.0.5
[bugfix] Fixed the lagging issue with Lookin, it's much faster now (hopefully).
[feature] Custom properties now support more types such as CGRect, CGPoint, JSON, and more. Details:https://bytedance.larkoffice.com/docx/TRridRXeUoErMTxs94bcnGchnlb
[feature] Allow user to increase the color contrast of Lookin's layer selection box, for clearer visibility.
[bugfix] 修复了 Lookin 的操作卡顿 Bug,现在快多了(应该吧)
[feature] 自定义属性支持了 CGRect、CGPoint、JSON 等更多类型,详情:https://bytedance.larkoffice.com/docx/TRridRXeUoErMTxs94bcnGchnlb
[feature] 允许在设置中增大 Lookin 图层选中框的颜色对比度,从而看得更清晰
update to 1.0.4
Note: To use the new features mentioned in this article, you must update the iOS-end LookinServer SDK to the latest version 1.2.4.
[feature] Allows users to display custom properties, tutorial: https://bytedance.larkoffice.com/docx/TRridRXeUoErMTxs94bcnGchnlb
[feature] Allows users to expand the search scope of member variables, tutorial: https://bytedance.larkoffice.com/docx/CKRndHqdeoub11xSqUZcMlFhnWe
[feature] Added UIStackView property panel
[bugfix] When measuring distance, text may overlap
[bugfix] Fixed some crashes and UI display errors
注意:要使用本文提到的新功能,必须把 iOS 端的 LookinServer SDK 更新至最新的 1.2.4 版本
[feature] 允许用户展示自定义属性,教程:https://bytedance.larkoffice.com/docx/TRridRXeUoErMTxs94bcnGchnlb
[feature] 允许用户扩大成员变量的搜索范围,教程:https://bytedance.larkoffice.com/docx/CKRndHqdeoub11xSqUZcMlFhnWe
[feature] 增加了 UIStackView 属性面板
[bugfix] 测距时,文字可能彼此重叠而看不清楚
[bugfix] 修复了一些 Crash 和 UI 显示错误
update to 1.0.3
[feature] You can focus on a view by double click or right click menu. (Thanks to @Hares from Github.)
[feature] You can print debug description of a view in right click menu. (Thanks to @Hares.)
[feature] You can use the direction keys on the keyboard to control the view structure displayed in left panel. (Thanks to @Hares.)
[remove] We have removed two features that are rarely used by users to reduce maintenance complexity: Delay Reload and Method Trace.
[新功能] 你可以通过双击或右键菜单来聚焦一个图层(感谢来自 Github 的 @Hares 的代码贡献)
[新功能] 你可以通过右键菜单来打印一个图层的 Debug Description 信息。(感谢 @Hares)
[新功能] 你可以通过键盘的方向键来操作左侧面板的图层结构。(感谢 @Hares)
[移除] 我们移除了两个几乎没什么人用的功能以降低维护复杂度:“延迟 5 秒刷新”和“方法追踪”。
Update to 1.0.1
- 修复了“把 Lookin 全屏时,点击属性面板右上角的 … 按钮无法弹出窗口”的 Bug
(其实仅仅是因为弹窗会被布局到 Lookin 主窗口的右侧,既然你已经把 Lookin 全屏了,那么新窗口自然就超出了屏幕外、看不到了,愚蠢的 Bug) - 适配了 Apple 芯片
- 把 Lookin 的所有代码全部开源
- Bugfix: cannot popup config panel after clicking ... button in property panel
- Optimized for mac with Apple silicon