|
1 | 1 | # Fornjot - Changelog
|
2 | 2 |
|
| 3 | +## v0.43.0 (2023-04-18) |
| 4 | + |
| 5 | +### End-user improvements |
| 6 | + |
| 7 | +Improvements to Fornjot and its documentation that are visible to end users. |
| 8 | + |
| 9 | +- Add support for exporting `.obj` format ([#1739]; thank you, [@replicadse]!) |
| 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-kernel` |
| 16 | + |
| 17 | +- Make minor cleanups in `Solid` validation code ([#1737]) |
| 18 | +- Expand operations API; replace `HalfEdgeBuilder` ([#1738]) |
| 19 | + |
| 20 | +### Internal Improvements |
| 21 | + |
| 22 | +Improvements that are relevant to developers working on Fornjot itself. |
| 23 | + |
| 24 | +- Update dependencies ([#1733], [#1753], [#1760], [#1762], [#1770]) |
| 25 | +- Upgrade to latest Rust version ([#1734], [#1752]) |
| 26 | +- Replace custom code with new features from `robust` ([#1761]) |
| 27 | +- Update list of sponsors in README ([#1771]) |
| 28 | + |
| 29 | +[#1733]: https://github.com/hannobraun/Fornjot/pull/1733 |
| 30 | +[#1734]: https://github.com/hannobraun/Fornjot/pull/1734 |
| 31 | +[#1737]: https://github.com/hannobraun/Fornjot/pull/1737 |
| 32 | +[#1738]: https://github.com/hannobraun/Fornjot/pull/1738 |
| 33 | +[#1739]: https://github.com/hannobraun/Fornjot/pull/1739 |
| 34 | +[#1752]: https://github.com/hannobraun/Fornjot/pull/1752 |
| 35 | +[#1753]: https://github.com/hannobraun/Fornjot/pull/1753 |
| 36 | +[#1760]: https://github.com/hannobraun/Fornjot/pull/1760 |
| 37 | +[#1761]: https://github.com/hannobraun/Fornjot/pull/1761 |
| 38 | +[#1762]: https://github.com/hannobraun/Fornjot/pull/1762 |
| 39 | +[#1770]: https://github.com/hannobraun/Fornjot/pull/1770 |
| 40 | +[#1771]: https://github.com/hannobraun/Fornjot/pull/1771 |
| 41 | + |
| 42 | +[@replicadse]: https://github.com/replicadse |
| 43 | + |
| 44 | + |
3 | 45 | ## v0.42.0 (2023-03-27)
|
4 | 46 |
|
5 | 47 | ### End-user improvements
|
|
0 commit comments