Skip to content

Commit bed1555

Browse files
committed
released v2.15.0
1 parent 0d81ae1 commit bed1555

13 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ Changelog
1010
<img alt="Create Custom Symbols AppStore" src="https://jaywcjlove.github.io/sb/download/macos.svg" height="51">
1111
</a>
1212

13+
## [v2.15.0](https://github.com/jaywcjlove/IconizeFolder/releases/tag/v2.15.0)
14+
15+
1. fix: resolve drag style issue on macOS 26
16+
2. feat: add support for macOS 26
17+
3. perf: optimize offset min and max values
18+
1319
## [v2.14.0](https://github.com/jaywcjlove/IconizeFolder/releases/tag/v2.14.0)
1420

1521
1. feat: Enable SVG drag-and-drop import on canvas.

CHANGELOG.zh.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
<img alt="Create Custom Symbols AppStore" src="https://jaywcjlove.github.io/sb/download/macos.svg" height="51">
1111
</a>
1212

13+
## [v2.15.0](https://github.com/jaywcjlove/IconizeFolder/releases/tag/v2.15.0)
14+
15+
1. fix: 修复 macOS 26 下的拖拽样式问题
16+
2. feat: 添加对 macOS 26 的支持
17+
3. perf: 优化偏移量的最大值和最小值
18+
1319
## [v2.14.0](https://github.com/jaywcjlove/IconizeFolder/releases/tag/v2.14.0)
1420

1521
1. feat: 支持在画布区域拖拽导入 SVG 图标。

README.zh.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@
2222

2323
一个工具,能够将任意 SVG 图标转换为[自定义的 SF 符号](https://developer.apple.com/documentation/uikit/uiimage/creating_custom_symbol_images_for_your_app)。您可以将定制的 SF 符号导入 Xcode,并在任何基于 UIKit 或 SwiftUI 的项目中使用。
2424

25-
![Create Custom Symbols screenshots-1-cn](./assets/screenshots-1-cn.png)
25+
![Create Custom Symbols screenshots-1](./assets/screenshots-1.png)
2626

2727
通过拖放,将任何 SVG 图标轻松转换为可在 Xcode 中使用的 SF 符号文件,快速创建 SF 符号文件。
2828

29-
![Create Custom Symbols screenshots-2-cn](./assets/screenshots-2-cn.png)
29+
![Create Custom Symbols screenshots-2](./assets/screenshots-2.png)
3030

3131
支持批量导入 SVG 图标,并批量生成 SF 符号图标
3232

33-
![Create Custom Symbols screenshots-3-cn](./assets/screenshots-3-cn.png)
33+
![Create Custom Symbols screenshots-3](./assets/screenshots-3.png)
3434

35-
![Create Custom Symbols screenshots-4-cn](./assets/screenshots-4-cn.png)
35+
![Create Custom Symbols screenshots-4](./assets/screenshots-4.png)
3636

37-
![Create Custom Symbols screenshots-5-cn](./assets/screenshots-5-cn.png)
37+
![Create Custom Symbols screenshots-5](./assets/screenshots-5.png)
3838

3939
## 常见问题
4040

assets/screenshots-1-cn.png

-359 KB
Binary file not shown.

assets/screenshots-1.png

16.8 KB
Loading

assets/screenshots-2-cn.png

-358 KB
Binary file not shown.

assets/screenshots-2.png

8.69 KB
Loading

assets/screenshots-3-cn.png

-459 KB
Binary file not shown.

assets/screenshots-3.png

59 KB
Loading

assets/screenshots-4-cn.png

-421 KB
Binary file not shown.

0 commit comments

Comments
 (0)