github manyfold3d/manyfold v0.109.0

latest releases: v0.122.1, v0.122.0, v0.121.0...
4 months ago

Some new features for admins in this release, and some metadata parse and import improvements!

There is now a bin/manyfold command that can do various admin tasks, like cleaning up incorrect data; the Advanced Tasks page on the website explains how to use it. You can now also set an upload quota for accounts, handy if you're running a public instance. You can set a site-wide default, then override it for each account individually.

Metdata parsing has been improved and made more reliable; "rescan all models" in the menu and "rescan all files" in a single model both now do the same thing, and will re-parse metadata from path templates and other sources. A new source for metadata is README files; they're now read into the model description automatically, but if it's a Thingiverse-formatted README, we also automatically try to set creator, title, and license.

What's Changed

✨ New Features ✨

  • Add bin/manyfold management tool for advanced tasks by @Floppy in #4039
  • Add CLI command to rerun metadata parsing by @Floppy in #4042
  • User quota feature by @matthewbadeau in #3961
  • Import notes from "README" files by @Floppy in #4058
  • Change "rescan all models" scan so that it re-parses metadata as well as checking problems by @Floppy in #4060
  • Parse metadata out of Thingiverse README files by @Floppy in #4066

🔒 Security 🔒

  • Add configuration for Brakeman security checks by @Floppy in #4048

🐛 Bug Fixes 🐛

  • Fixes multiple successive downloads race condition by @matthewbadeau in #4029
  • Fix dev environment loop by @matthewbadeau in #4053
  • Reject self links in datapackage parsing by @Floppy in #4067
  • Fix ASCII conversion error when parsing READMEs by @Floppy in #4068
  • Fix some unassigned preview files by @Floppy in #4069
  • Ensure links are unique for each linkable object, plus a "manyfold links deduplicate" admin task by @Floppy in #4075
  • Don't write datapackages if model didn't change by @Floppy in #4076
  • Fix link duplicate detection on PostgreSQL by @Floppy in #4078
  • Reject empty urls in links by @Floppy in #4085
  • Don't update model file records unnecessarily by @Floppy in #4087

🛠️ Other Improvements 🛠️

Full Changelog: v0.108.1...v0.109.0

Don't miss a new manyfold release

NewReleases is sending notifications on new releases.