Skip to content

Commit 7181160

Browse files
committed
update(Changelog): add new features, fixes, and documentation updates for version 1.2.0
1 parent a75dfd0 commit 7181160

File tree

1 file changed

+43
-1
lines changed

1 file changed

+43
-1
lines changed

Changelog.md

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
# 1.2.0
2+
3+
## Added
4+
5+
- DirectContext3D visualization support for geometry rendering
6+
- Support for visualizing multiple geometry types (Solid, Face, Curve, XYZ, CurveLoop, Outline)
7+
- Trace support for ICollection`<object>` and IEnumerable`<CurveLoop>`
8+
- Serilog sink for WinForms RichTextBox with theme support
9+
- Nice3Point packages integration
10+
- New designed icons and button icons
11+
12+
## Fixed
13+
14+
- Multiple geometries visualization
15+
- Face normal vector visualization
16+
- SolidVisualizationServer rendering issues
17+
- VisualizationServerController startup
18+
- Exception handling when retrieving bounding box of solids
19+
- Skip solids with zero volume in bounding box calculation
20+
21+
## Changed
22+
23+
- Improved theme management and resource handling
24+
- Enhanced TraceLog with RichTextBox using dynamic theme and max log lines
25+
- Optimized bounding box calculations by transforming corners individually
26+
- Streamlined buffer disposal and clearing methods
27+
- Refactored XYZ rendering methods with updated color settings and axis length support
28+
- Updated PolylineVisualizationServer rendering
29+
- Improved safe server registration
30+
- Better start/stop mechanism for Visualization server
31+
32+
## Performance
33+
34+
- Disposed unmanaged resources properly
35+
36+
## Documentation
37+
38+
- Added RenderHelper in-depth documentation
39+
- Updated README with Acknowledgments section
40+
- Refined geometry visualization details in README
41+
- Streamlined table of contents and updated Python references for Revit 2025
42+
143
# 1.1.1
244

345
- Listen to Console.WriteLine
@@ -11,4 +53,4 @@
1153

1254
# 1.0.0
1355

14-
Initial release. Enjoy!
56+
Initial release. Enjoy!

0 commit comments

Comments
 (0)