Skip to content

v0.22.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Oct 10:02
· 6911 commits to main since this release
6c85857

This release announcement is also available on the Fornjot website

Last week saw lots of small, user-visible improvements to the app. Anti-aliasing, various fixes to the GUI, replacing weird crashes with good error messages, and maybe most significantly, the ability to load a model from within the app, instead of having to provide it as a command-line argument (contributed by @erenoku).

Meanwhile my work on advancing the core CAD features is trucking along, although at a slower pace than hoped (isn't it always 😄). As a reminder, my main priority is the implementation of the union operation (#42), which is currently blocked by a bug (#1162). I've been making some progress on improving the validation infrastructure in the kernel, which should allow me to attack the bug itself soon.

Sponsors

Fornjot is supported by @webtrax-oz, @lthiery, @ahdinosaur, @Yatekii, @martindederer, @hobofan, @thawkins, @bollian, @rozgo, @reivilibre, 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 UI being blurry on some systems (#1266; thank you, @erenoku!)
  • Improve error message when failing to load model (#1268)
  • Enable anti-aliasing (#1274)
  • Fix text of status messages looking jagged (#1275)
  • Fix some crashes, turn them into actionable errors (#1276)
  • Add UI to load model from within app, if no model is passed (#1286, #1288; thank you, @erenoku!)

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-host

fj-kernel

fj-math

  • Replace Point::distance with distance_to (#1281)

Internal Improvements

Improvements that are relevant to developers working on Fornjot itself.