Releases: manyfold3d/manyfold
v0.28.0
Some UI improvements around the navigation bar, and some significant performance improvements from removing excess javascript frameworks.
What's Changed
- Move new library link into nav bar and improve active tab display by @Floppy in #635
- Move scan button into navigation bar by @Floppy in #636
- Move advanced admin link inside settings page by @Floppy in #637
Full Changelog: v0.27.0...v0.28.0
v0.27.0
v0.26.0
v0.25.1
v0.25.0
v0.24.0
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
Full Changelog: v0.23.0...v0.24.0
v0.23.0
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
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
v0.21.0
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