v0.38.0
This release announcement is also available on the Fornjot website
The simplification of the kernel code is going well. I managed to pick off two issues last week (#1588, #1605). Still more to do though! The current state of the work is tracked in #1589.
In other news, @Jzow made a small but welcome contribution, fixing a broken link in a README file.
Sponsors
Fornjot is supported by @webtrax-oz, @reivilibre, @lthiery, @ahdinosaur, @Yatekii, @martindederer, @bollian, @rozgo, and my other awesome sponsors. Thank you!
If you want Fornjot to be sustainable long-term, please consider supporting me too.
End-user improvements
Improvements to Fornjot and its documentation that are visible to end users.
- Fix
cargo install fj-app
(#1606)
Ecosystem improvements
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.
fj-kernel
- Consolidate redundant references to
Surface
(#1604) - Simplify object graph by removing
Curve
/GlobalCurve
(#1607, #1610, #1614, #1615, #1616) - Update documentation on edges (#1609)
- Rename
SurfacePath
toCurve
(#1617)
Internal Improvements
Improvements that are relevant to developers working on Fornjot itself.