Skip to content

Releases: Taack/plm

Wayland and Freecad 0.21.2

07 Jan 07:02
Compare
Choose a tag to compare

v20.2.3, bug fix release

15 Feb 09:49
Compare
Choose a tag to compare

Small release fixing issues in rendering and history.

Full Changelog: v20.2.2...v20.2.3

Bug Fix release

14 Feb 06:23
Compare
Choose a tag to compare

In this release:

  • Fix file previews in history
  • Simplify History view
  • Fix model download with links
  • Fix FreeCAD prompting for file save when downloading model

Change file id, breaking change

12 Feb 11:01
Compare
Choose a tag to compare

The file ID is now deduced from FreeCAD.ActiveDocument.Uid. Before it was generated from an external library.

Consequences:

  • Code is simpler
  • No need to save object before uploading
  • Files won't need extra UI save, which is a big win..
  • But your files will be re-uploaded as new model if you do not re-create the database

It should now be stable on the long term.