Skip to content

Commit 84f89e5

Browse files
committed
🎉 chore(release): bump version to v4.0.0-beta.3
1 parent abe87f0 commit 84f89e5

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## `v4.0.0-beta.3` (Mar 27, 2026)
4+
5+
### 🚀 New Features
6+
7+
- Add a unified settings panel for centralized application configuration. (#1226)
8+
- Add 3D cuboid shape annotation generated from rectangles. (#162)
9+
10+
### 🐛 Bug Fixes
11+
12+
- Prevent crashes when triggering auto-labeling shortcuts with no model loaded.
13+
- Resolve `uv sync` extra conflicts and align supported Python versions. (#1325)
14+
15+
### 🛠️ Improvements
16+
17+
- Batch shape visibility updates and disable visibility toggles while filters are active.
18+
- Clarify model re-download troubleshooting in the Chinese FAQ. (#1328)
19+
20+
### 🌟 Contributors
21+
22+
A total of 1 developer contributed to this release.
23+
24+
Thank @CVHub520
25+
326
## `v4.0.0-beta.2` (Mar 06, 2026)
427

528
### 🚀 New Features

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__ = "Advanced Auto Labeling Solution with Added Features"
3-
__version__ = "4.0.0-beta.2"
3+
__version__ = "4.0.0-beta.3"
44
__url__ = "https://github.com/CVHub520/X-AnyLabeling"
55

66
CLI_HELP_MSG = """

0 commit comments

Comments
 (0)