Skip to content

Releases: manyfold3d/manyfold

v0.26.0

17 Jul 21:56
4569606
Compare
Choose a tag to compare

What's Changed

  • Add links to recently-added models on search page by @Floppy in #599

Full Changelog: v0.25.1...v0.26.0

v0.25.1

14 Jul 08:16
595e881
Compare
Choose a tag to compare

Bugfix: prevent bulk edit from renaming models if they still contain other models.

What's Changed

  • Don't rename models if they contain other models by @Floppy in #596

Full Changelog: v0.25.0...v0.25.1

v0.25.0

12 Jul 21:59
12ffc6f
Compare
Choose a tag to compare

You can now reorganize (move, rename) your models from the bulk edit page, making tidying your library much quicker and easier!

What's Changed

Full Changelog: v0.24.0...v0.25.0

v0.24.0

06 Jul 22:46
edb2fc5
Compare
Choose a tag to compare

HUGE new feature! VanDAM can now reorganise your models on disk, moving them around for you into an organised folder structure that reflects the information you've entered.

Currently the files are named with a fixed format, /{tags}/{model-name}#{model-id} - for example /miniatures/scifi/vehicle/hover-tank#42. Tags are turned into folders, with more popular tags being higher up the folder tree, so this should organise things in a fairly intuitive fashion. Future releases will add the ability to customise this naming scheme, and rename part files in the same way.

Note that you can only move models that don't contain other models in subdirectories. The UI will now let you easily find those submodels and move them first, if you want to.

What's Changed

  • Add the ability to organise models on disk by @Floppy in #589

Full Changelog: v0.23.0...v0.24.0

v0.23.0

04 Jul 21:05
f341aab
Compare
Choose a tag to compare

Tweaks to mobile view (more to do still though), a scanner bugfix, and support for SVG and GIF images.

What's Changed

  • Clean out missing model files before generating rescan list by @Floppy in #584
  • improve column layout on small screens by @Floppy in #585
  • Scan and show GIF and SVG image formats by @Floppy in #586

Full Changelog: v0.22.0...v0.23.0

v0.22.0

02 Jul 21:12
45d2ef5
Compare
Choose a tag to compare

What's Changed

  • Speed up scanner and fix a few bugs by @Floppy in #577
  • Disable creation of new objects in admin interface by @Floppy in #578
  • Small improvements to the admin dashboard by @Floppy in #579
  • Calculate SHA512 digests for files to support future duplicate detection by @Floppy in #580
  • Show images in file details pages by @Floppy in #581

Full Changelog: v0.21.1...v0.22.0

v0.21.1

01 Jul 18:57
263cbc3
Compare
Choose a tag to compare

Small release to fix a tagging bug.

What's Changed

  • Fix removal of tags when setting preview file for a model by @Floppy in #576

Full Changelog: v0.21.0...v0.21.1

v0.21.0

28 Jun 22:14
cb97e97
Compare
Choose a tag to compare

A selection of improvements and fixes; you can now merge models with any model in the directory tree above them (handy if you have empty directories in the middle). Library scanning will be much faster as unchanged files are ignored, and some visual glitches in listing pages are gone.

What's Changed

  • Choose which parent to merge a model into if there are a few options by @Floppy in #568
  • fix: 🐛 no preview model layout shift in grid by @philstenning in #567
  • Filter out existing files at the start of library scan by @Floppy in #570

Full Changelog: v0.20.0...v0.21.0

v0.20.0

27 Jun 22:49
bd34775
Compare
Choose a tag to compare

Scanning improvements. Previously-merged models will no longer be recreated on scan, and preview file choice is no longer overwritten. And, the scanner now automatically guesses at whether a part is supported or not.

What's Changed

  • Automatically guess whether a part is supported during scan by @Floppy in #561
  • Preserve tags and preview settings when rescanning by @Floppy in #562
  • Don't duplicate previously-merged models during rescan by @Floppy in #564
  • Fix delayed job in production by @Floppy in #563

Full Changelog: v0.19.0...v0.20.0

v0.19.0

26 Jun 20:36
2e7d132
Compare
Choose a tag to compare

You can now store a scale factor for each model, if it's not actually the right size for printing! Also a couple of UI improvements to declutter tags and make model pages easier to move around.

What's Changed

  • Move log viewer inside admin interface by @Floppy in #555
  • Hide tags that are only used once from the library list by @Floppy in #558
  • Add scale factor field to models by @Floppy in #557
  • Add section links to model sidebar to help in-page navigation by @Floppy in #559

New Contributors

Full Changelog: v0.18.0...v0.19.0