|
1 | 1 | # Fornjot - Changelog
|
2 | 2 |
|
| 3 | +## v0.42.0 (2023-03-27) |
| 4 | + |
| 5 | +### End-user improvements |
| 6 | + |
| 7 | +Improvements to Fornjot and its documentation that are visible to end users. |
| 8 | + |
| 9 | +- Improve error message, if model code panics ([#1716], [#1721]; thank you, [@IamTheCarl]!) |
| 10 | + |
| 11 | +### Ecosystem improvements |
| 12 | + |
| 13 | +Improvements to Fornjot components that are relevant to developers building on top of those. These have an indirect effect on end users, through fixed bugs and improved robustness. |
| 14 | + |
| 15 | +#### `fj-host` |
| 16 | + |
| 17 | +- Remove dependency on winit ([#1712]; thank you, [@IamTheCarl]!) |
| 18 | + |
| 19 | +#### `fj-kernel` |
| 20 | + |
| 21 | +- Add validation checks for `Shell` and `Solid` ([#1695]; thank you, [@A-Walrus]!) |
| 22 | +- Fix winding algorithm not going back to start ([#1709]) |
| 23 | +- Create new API for creating/updating geometry ([#1711], [#1714], [#1717], [#1718], [#1719]) |
| 24 | +- Clean up objects service code ([#1715]) |
| 25 | + |
| 26 | +### Internal Improvements |
| 27 | + |
| 28 | +Improvements that are relevant to developers working on Fornjot itself. |
| 29 | + |
| 30 | +- Update dependencies ([#1701], [#1702], [#1703], [#1705], [#1707], [#1723]) |
| 31 | +- Update release procedure ([#1708]) |
| 32 | +- Fix rust-analyzer in Nix flake ([#1710]; thank you, [@A-Walrus]!) |
| 33 | + |
| 34 | +[#1695]: https://github.com/hannobraun/Fornjot/pull/1695 |
| 35 | +[#1701]: https://github.com/hannobraun/Fornjot/pull/1701 |
| 36 | +[#1702]: https://github.com/hannobraun/Fornjot/pull/1702 |
| 37 | +[#1703]: https://github.com/hannobraun/Fornjot/pull/1703 |
| 38 | +[#1705]: https://github.com/hannobraun/Fornjot/pull/1705 |
| 39 | +[#1707]: https://github.com/hannobraun/Fornjot/pull/1707 |
| 40 | +[#1708]: https://github.com/hannobraun/Fornjot/pull/1708 |
| 41 | +[#1709]: https://github.com/hannobraun/Fornjot/pull/1709 |
| 42 | +[#1710]: https://github.com/hannobraun/Fornjot/pull/1710 |
| 43 | +[#1711]: https://github.com/hannobraun/Fornjot/pull/1711 |
| 44 | +[#1712]: https://github.com/hannobraun/Fornjot/pull/1712 |
| 45 | +[#1714]: https://github.com/hannobraun/Fornjot/pull/1714 |
| 46 | +[#1715]: https://github.com/hannobraun/Fornjot/pull/1715 |
| 47 | +[#1716]: https://github.com/hannobraun/Fornjot/pull/1716 |
| 48 | +[#1717]: https://github.com/hannobraun/Fornjot/pull/1717 |
| 49 | +[#1718]: https://github.com/hannobraun/Fornjot/pull/1718 |
| 50 | +[#1719]: https://github.com/hannobraun/Fornjot/pull/1719 |
| 51 | +[#1721]: https://github.com/hannobraun/Fornjot/pull/1721 |
| 52 | +[#1723]: https://github.com/hannobraun/Fornjot/pull/1723 |
| 53 | + |
| 54 | +[@A-Walrus]: https://github.com/A-Walrus |
| 55 | +[@IamTheCarl]: https://github.com/IamTheCarl |
| 56 | + |
| 57 | + |
3 | 58 | ## v0.41.0 (2023-03-20)
|
4 | 59 |
|
5 | 60 | ### End-user improvements
|
|
0 commit comments