|
5 | 5 | Changelog |
6 | 6 | ========= |
7 | 7 |
|
8 | | -v0.2 |
9 | | ----- |
| 8 | +v0.3.0 |
| 9 | +------ |
| 10 | + |
| 11 | +Released on 14/Jan/2026 |
| 12 | + |
| 13 | +**New Features** |
| 14 | + |
| 15 | +* Snapshot CLI command for headless STL rendering (ADR-019) |
| 16 | +* JScadNode adapter for JSCAD backend support |
| 17 | +* Full CREDITS.md with license attribution for all dependencies |
10 | 18 |
|
11 | | -Released on 25/Feb/2025 |
| 19 | +**Architecture Improvements (ADR-018)** |
12 | 20 |
|
13 | | -* Support for JScad node |
14 | | -* Some work on OpenScad node |
| 21 | +* Removed over-engineered WebSocket IPC (broker.py) |
| 22 | +* Moved Git integration to solid-studio (git.py) |
| 23 | +* Moved IDE refactoring features to solid-studio (refactor/) |
| 24 | +* Removed dead code (exceptions.py, spatial.py) |
| 25 | +* Framework is now lean and focused on core CAD functionality |
| 26 | + |
| 27 | +**Maintenance** |
| 28 | + |
| 29 | +* Added license headers to all source files |
| 30 | +* Synchronized requirements.txt with setup.py |
| 31 | +* Removed unused "unicorn" dependency |
15 | 32 |
|
16 | 33 | v0.1 |
17 | 34 | ---- |
18 | 35 |
|
19 | | -After some evolution and some releases with poor documentation, |
20 | | -the project was documented and released as v0.1. |
| 36 | +After some evolution and several pre-releases (v0.0.1 through v0.0.8), |
| 37 | +the project was documented and released as v0.1 with: |
| 38 | + |
| 39 | +* Multi-backend support (SolidPython2, CadQuery, OpenSCAD) |
| 40 | +* Web-based 3D viewer with React/Three.js |
| 41 | +* Development server with hot-reload |
| 42 | +* Test runner for CAD projects |
| 43 | +* STL generation and optimization |
0 commit comments