Releases: Taack/taack-plm-freecad
Releases · Taack/taack-plm-freecad
Server Release 0.5
In this release:
- A typo has been fixed, introduced by the fact this project is on 2 different repositories (now I use only this one for this plugin).
- The files timestamp are uploaded to the server in order to avoid to have to save the model once downloaded back from the server.
In order to simplify tests and feel about this PLM, the binary server-.jar is made available. It is a ready to use PLM server.
Launch it this way:
java -jar server-0.4.jar
The default user is admin
, its password is ChangeIt
.
Server release 0.3:
- Add attachments to the model
Server release 0.4:
- Add tags to the model (they are managed in Attachment app)
- Bump Grails release / Spring security
- Fix preview browser image caching problem
Server release 0.5:
- Increase file size upload limit
- Fix zip file and preview for models in multiple directories
Change file id, breaking change
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.
First Release
Initial release, tested against FreeCAD 0.20.2.