Skip to content

Commit 29e8e18

Browse files
committed
docs: add v5.0.0 release notes
1 parent 6a1eedf commit 29e8e18

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

.github/RELEASE_NOTES_v5.0.0.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
## 📄 Dev versions
2+
3+
* Every commit now triggers an automatic build of the application at this link: [https://github.com/dertwist/Hammer5Tools/releases/tag/dev](https://github.com/dertwist/Hammer5Tools/releases/tag/dev)
4+
5+
## ✏️ SmartProp Editor
6+
7+
- Added `Material` variable type
8+
- Added `Material replacement` property
9+
- Added undo/redo support for variable additions, deletions, and edits (choices have limited undo history support)
10+
- Added drag-and-drop reorder support for modifiers and selection criteria
11+
- Improved property undo with incremental updates instead of full rebuilds
12+
- Extended variable handling in choices to support `string` and `vector3d` types
13+
- Added warning property for unverified functionality
14+
- Optimized property widget pooling and completion cache handling
15+
- Implemented asynchronous property frame initialization and batch processing
16+
17+
## 🔊 SoundEvent Editor
18+
19+
- Added a history dock for visualizing the undo/redo action history
20+
- Added a soundevent player widget
21+
- Added **Internal Soundevent Explorer** with context menu integration (copy, play, preview)
22+
- Added multi-select support in the explorer with a context menu for copying asset names
23+
- Added bulk paste for file paths from clipboard in the Files property
24+
- Added duplicate sound events command
25+
- Enhanced undo functionality with property deletion tracking
26+
- Minor fixes and tooltips improvements
27+
- Added clipboard paste and expand/collapse functionality to the property editor
28+
29+
## 🖼️ Loading Editor
30+
31+
- Added SVG rescaling functionality with fixed output dimensions
32+
- Added new checkbox and tips UI for SVG rescaling

0 commit comments

Comments
 (0)