Skip to content

Commit abd680a

Browse files
committed
update(Changelog): bump version 1.3.2
1 parent 554e0a2 commit abd680a

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

Changelog.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# 1.3.2
2+
3+
## Added
4+
5+
- DockablePane visibility tracking to automatically subscribe/unsubscribe TraceLog when panel is shown/hidden
6+
- Proper lifecycle management for TraceLog with subscription state tracking
7+
8+
## Changed
9+
10+
- Changed default `AxisLength` in `XyzVisualizationSettings` from 6 to 2 for better default visualization scale
11+
- Changed Settings window startup location from `CenterScreen` to `CenterOwner`
12+
- Improved TraceLog initialization and disposal flow with better state management
13+
- Refactored TraceLog to completely unsubscribe when panel is not visible
14+
- Enhanced theme change handling with proper dispatcher invocation
15+
- Removed unused external event handlers (`AsyncEventHandler`, `AsyncCollectionEventHandler`, `IdlingEventHandler`)
16+
- Updated `.csproj` repack configuration to exclude only UI assemblies
17+
18+
## Fixed
19+
20+
- Prevented multiple Settings windows from opening simultaneously by controlling `OpenSettings` command execution state
21+
- TraceLog resource cleanup and memory management
22+
- Trace listeners registration to ensure persistence across application lifecycle
23+
124
# 1.3.1
225

326
## Fixed
@@ -8,7 +31,7 @@
831

932
## Added
1033

11-
- Settings integration
34+
- Settings integration
1235
- Visualization options
1336
- Theme management options
1437
- Suppor `Outline` object
@@ -24,7 +47,7 @@
2447

2548
- DirectContext3D visualization support for geometry rendering
2649
- Support for visualizing multiple geometry types (Solid, Face, Curve, XYZ, CurveLoop, Outline)
27-
- Trace support for ICollection`<object>` and IEnumerable`<CurveLoop>`
50+
- Trace support for ICollection `<object>` and IEnumerable `<CurveLoop>`
2851
- Serilog sink for WinForms RichTextBox with theme support
2952
- Nice3Point packages integration
3053
- New designed icons and button icons

0 commit comments

Comments
 (0)