Skip to content

Commit b93bf75

Browse files
committed
🎉 chore(release): prepare v4.0.1
1 parent e4cb3fd commit b93bf75

4 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# X-AnyLabeling Changelog
22

3+
## `v4.0.1` (Aug 08, 2026)
4+
5+
X-AnyLabeling 4.0.1 improves polygon creation and resolves several auto-labeling and mask export issues.
6+
7+
### 🚀 New Features
8+
9+
- Add a configurable Magic Wand tool for creating polygons from contiguous color regions. (#1421)
10+
11+
### 🐛 Bug Fixes
12+
13+
- Prevent mask export failures when source images are unavailable, honor checked selections, and handle cancellation cleanly. (#1422)
14+
- Forward class filters to remote models.
15+
- Preserve model class and filter names as strings to prevent YAML boolean-like labels from crashing the class filter dialog. (#1425)
16+
17+
### 🌟 Contributors
18+
19+
A total of 2 developers contributed to this release.
20+
21+
Thank @cyphercodes, @CVHub520
22+
323
## `v4.0.0` (Aug 05, 2026)
424

525
X-AnyLabeling 4.0.0 is a major release built around a PyQt6 interface, expanded annotation workflows, broader AI model support, and a more reliable cross-platform release pipeline. The beta release notes below retain the full development history.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
## 🥳 What's New
2424

25+
- `2026-08-08`: Release X-AnyLabeling v4.0.1.
2526
- `2026-08-08`: Add the [Magic Wand tool](https://xanylabeling.com/docs/x-anylabeling/user_guide#21-creating-shapes) for quickly creating polygons from contiguous color regions.
2627
- `2026-08-05`: Release X-AnyLabeling v4.0.0.
2728
- For more details, please refer to the [CHANGELOG](./CHANGELOG.md)

README_zh-CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
## 🥳 新功能
2424

25+
- `2026-08-08`:发布 X-AnyLabeling v4.0.1。
2526
- `2026-08-08`:新增[魔术棒工具](https://xanylabeling.com/zh-Hans/docs/x-anylabeling/user_guide#21-%E5%88%9B%E5%BB%BA%E5%AF%B9%E8%B1%A1),可基于连续颜色区域快速创建多边形标注。
2627
- `2026-08-05`:发布 X-AnyLabeling v4.0.0。
2728
- 更多详情,请参考[更新日志](./CHANGELOG.md)

anylabeling/app_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__appname__ = "X-AnyLabeling"
22
__appdescription__ = "A lightweight, efficient, and unified cross-platform desktop application for AI-assisted annotation of text, image, video, and multimodal data."
3-
__version__ = "4.0.0"
3+
__version__ = "4.0.1"
44
__url__ = "https://xanylabeling.com"
55

66
CLI_HELP_MSG = """

0 commit comments

Comments
 (0)