8000 Releases ยท manyfold3d/manyfold ยท GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: manyfold3d/manyfold

v0.74.2

26 Jul 11:40
975441b
Compare
Choose a tag to compare

Using MySQL / MariaDB was broken out of the box; this release should fix the problems.

What's Changed

๐Ÿ› Bug Fixes ๐Ÿ›

๐ŸŒ Sustainability & Performance ๐ŸŒ

Full Changelog: v0.74.1...v0.74.2

v0.74.1

25 Jul 11:45
bf35b5f
Compare
Choose a tag to compare

Fixing a search problem introduced in v0.74.0 - sorry about that!

What's Changed

๐Ÿ› Bug Fixes ๐Ÿ›

Full Changelog: v0.74.0...v0.74.1

v0.74.0

24 Jul 13:17
2b663fd
Compare
Choose a tag to compare

This release sees quite a milestone; it's the first time we've removed a feature! You used to be able to choose how unrelated tags were shown in the cloud; either in a faded colour, or hidden completely and just shown as a count. In the process of fixing a performance problem with really big libraries, we decided that flexibility wasn't worth it for the amount of computation it required, so it's gone away.

Despite listing it as a "breaking change", it's not a compatibility problem; you shouldn't notice any change unless you were using the faded colour option (which wasn't the default anyway). Hopefully though, you will notice a performance improvement in model lists because of the rewriting we've been able to do around tags.

Obviously, if that feature was the best thing ever and you want it back, then open a ticket and we'll see if we can reintroduce it in a more efficient way.

What's Changed

๐Ÿ’ฅ Breaking Changes ๐Ÿ’ฅ

  • Fix major performance issues in tag cloud building by removing unrelated tag display by @Floppy in #2434

๐Ÿ› Bug Fixes ๐Ÿ›

  • Prevent default touch actions on preview canvases by @Floppy in #2426

๐ŸŒ Sustainability & Performance ๐ŸŒ

  • Replace PNG logo with SVG by @Floppy in #2424
  • Change default tag threshold to 2 by @Floppy in #2431
  • Remove an unnecessary tag calculation used for bulk editing by @Floppy in #2433

๐Ÿ› ๏ธ Other Improvements ๐Ÿ› ๏ธ

Full Changelog: v0.73.0...v0.74.0

v0.73.0

19 Jul 09:36
21fdf72
Compare
Choose a tag to compare

A mixed bag this week; GLTF support, more icon choices, and better password rules, along with a pile of bugfixes. Enjoy!

What's Changed

โœจ New Features โœจ

  • Add index and render support for GLTF (and GLB) files by @Floppy in #2406
  • Add RPG-awesome icon support by @Floppy in #2411
  • Improve password security with a proper strength check by zxcvbn by @Floppy in #2417

๐Ÿ› Bug Fixes ๐Ÿ›

  • Fix incorrect surface materials in renderer by @Floppy in #2408
  • Use correct MIME type for .rar files by @Floppy in #2407
  • Fix broken default settings (e.g. render style) by @Floppy in #2409
  • Fix broken multiuser mode setup (no autologin) by @Floppy in #2410
  • Fix up asset paths for fonts by @Floppy in #2415
  • fix font paths when using RAILS_RELATIVE_URL_ROOT by @Floppy in #2421
  • Use fonts from CDN instead of local to avoid asset path problems by @Floppy in #2422

๐Ÿ› ๏ธ Other Improvements ๐Ÿ› ๏ธ

Full Changelog: v0.72.2...v0.73.0

v0.72.2

15 Jul 16:00
98ea34d
Compare
Choose a tag to compare

Another bugfix release, fixing a bug in the last bugfix release! Also resolves some database concurrency issues for the solo image.

What's Changed

๐Ÿ› Bug Fixes ๐Ÿ›

Full Changelog: v0.72.1...v0.72.2

v0.72.1

15 Jul 11:04
469e44c
Compare
Choose a tag to compare

A quick bugfix release to fix file permissions when using SQLite databases. If you were having trouble with the solo image, this should help!

What's Changed

๐Ÿ› Bug Fixes ๐Ÿ›

  • Make sure SQLite database file permissions are correct on startup by @Floppy in #2392
  • Add Rake task for db:chown by @Floppy in #2393

๐Ÿ› ๏ธ Other Improvements ๐Ÿ› ๏ธ

New Contributors

Full Changelog: v0.72.0...v0.72.1

v0.72.0

11 Jul 12:08
18bb646
Compare
Choose a tag to compare

This release focuses on the deployment and sysadmin aspects of running Manyfold. We've added in support for MySQL / MariaDB database servers, as well as the ability to use SQLite's file-based database if you don't want to run a separate database server.

And at long last, by using SQLite, we've created a new "solo" image, which by default integrates everything into a single container - no need for a separate database or Redis server at all! Just pull manyfold-solo instead of manyfold, mount a persistent volume at /config for the database, and you're up and running!

Bonus feature: we've also cut the size of the docker image down, from 1.5GB to around 250MB, by removing all the build-time stuff that wasn't needed at runtime.

What's Changed

โœจ New Features โœจ

  • Support SQLite databases in production by @Floppy in #2364
  • Add support for MySQL database servers by @Floppy in #2366
  • Add "solo", a fully standalone container which doesn't need external database or redis by @Floppy in #2374

๐Ÿ› Bug Fixes ๐Ÿ›

๐Ÿ› ๏ธ Other Improvements ๐Ÿ› ๏ธ

  • Add security section to release notes by @Floppy in #2368
  • Reduce size of docker container using multistage build by @Floppy in #2369
  • Improve database configuration options, examples, and docs by @Floppy in #2372
  • Run main docker image application using s6 service by @Floppy in #2375

Full Changelog: v0.71.0...v0.72.0

v0.71.0

06 Jul 13:17
cf130a0
Compare
Choose a tag to compare

Not got enough disk space? Now you can create a library that uses S3-compatible cloud storage instead of local disk! This could be from any of a large number of open source or commercial services - either out on the public Internet, or self-hosted!

What's Changed

โœจ New Features โœจ

๐Ÿ› Bug Fixes ๐Ÿ›

  • FIx deletion bug caused by presupported model links by @Floppy in #2355
  • Fix storage registration during migrations by @Floppy in #2357

๐Ÿ› ๏ธ Other Improvements ๐Ÿ› ๏ธ

  • Add ability to set storage engine for library by @Floppy in #2345
  • Refactor file access so that everything goes through Shrine by @Floppy in #2351
  • Improve library creation and edit forms by @Floppy in #2359
  • Hide unused storage service options on page load by @Floppy in D722 #2361

Full Changelog: v0.70.3...v0.71.0

v0.70.3

01 Jul 14:10
284a867
Compare
Choose a tag to compare

Another bug fix release, mainly for people with libraries with IDs of 10 or over, plus a bonus fix for extraneous MeshLoadErrors (because it was trying to load images not meshes)

What's Changed

๐Ÿ› Bug Fixes ๐Ÿ›

  • Check if a file is 3d before trying to do geometric analysis by @Floppy in #2343
  • Fix incorrect library fetching when ID has >1 digit by @Floppy in #2344

Full Changelog: v0.70.2...v0.70.3

v0.70.2

01 Jul 12:16
2ee6cd7
Compare
Choose a tag to compare

FIxing a couple of bugs in the recent release, mainly around ever-increasing cache folder size (which should now be automatically cleaned up) and some subtle background errors at first startup and library creation.

What's Changed

๐Ÿ› Bug Fixes ๐Ÿ›

  • Automatically update workers with new libraries before jobs start by @Floppy in #2341
  • Avoid copying and caches when organizing files by @Floppy in #2342

๐Ÿ› ๏ธ Other Improvements ๐Ÿ› ๏ธ

Full Changelog: v0.70.1...v0.70.2

0