Skip to content

Releases: manyfold3d/manyfold

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

v0.18.0

24 Jun 21:02
da114af
Compare
Choose a tag to compare

More improvements to settings and site management this time round. A brand new admin interface lets you tweak everything behind the scenes, should you need to.

What's Changed

  • Set tag settings interactively by @Floppy in #549
  • Add comprehensive admin interface to manage data behind the scenes by @Floppy in #554

Full Changelog: v0.17.0...v0.18.0

v0.17.0

19 Jun 17:40
111c95a
Compare
Choose a tag to compare

This release makes a big change under the hood, adding support for multi-user features in future. You can now customise your pagination settings from within the app, no file editing required. These settings are per-user (though currently there's only one).

Future releases will build on this to add multi user login, and add more features that need configuration, like file path normalisation and many more.

What's Changed

Full Changelog: v0.16.2...v0.17.0

v0.16.2

13 May 14:00
a4b108a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.1...v0.16.2

v0.16.1

02 May 16:59
0a3b7dd
Compare
Choose a tag to compare

What's Changed

  • Fixed low-resolution renderings in detail view. All renderers should now be pixel-perfect when loaded, though resizing the browser window will probably confuse them a bit, still.

Full Changelog: v0.16.0...v0.16.1

v0.16.0

02 May 12:20
eafa153
Compare
Choose a tag to compare

The first release after the project got "discovered". Huge thanks to @mattpage for contributing a whole load of great improvements. All this is basically his work 😄

What's Changed

  • Manual pagination for models and creators. This is now the default, to reduce load from scrolling past too many models.
  • "Select All" in bulk edit page
  • Tag editing, individual and bulk
  • Improved tag creation, and filter out common words
  • Slight cleanup improvements in 3d renderer (lots still to improve though)

New Contributors

Full Changelog: v0.15.0...v0.16.0

v0.15.0

06 Jan 23:30
6188188
Compare
Choose a tag to compare

New Features

  • Combine part and image scanning into a single list of "files".
  • Allow images to be set as preview models instead of 3d parts, to reduce rendering load.
  • Change default viewing angle to get a nicer view.

v0.14.0

04 Dec 11:08
fb0bf94
Compare
Choose a tag to compare

New Features

  • Merge models into their direct parent - this helps rationalise models that are split across multiple subdirectories.
  • Include image-only folders in scan, for the same reasons.

v0.13.0

17 Jun 17:28
3f8a04a
Compare
Choose a tag to compare

New Features

  • Remove parts and models which no longer exist on disk during scan
  • Set preview render grid size using the GRID_SIZE environment variable. Default is 200 if not set.
  • Disable zoom on preview renders, it interfered with mouse scrolling