File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
66CLI_HELP_MSG = """
You can’t perform that action at this time.
0 commit comments