<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="https://manyfold.app/feed.xml" rel="self" type="application/atom+xml" /><link href="https://manyfold.app/" rel="alternate" type="text/html" /><updated>2026-07-29T10:52:23+00:00</updated><id>https://manyfold.app/feed.xml</id><title type="html">Manyfold</title><subtitle>Organise and share your 3d print files</subtitle><entry><title type="html">Release v0.147.0</title><link href="https://manyfold.app/news/2026/07/29/release-v0-147-0.html" rel="alternate" type="text/html" title="Release v0.147.0" /><published>2026-07-29T10:35:04+00:00</published><updated>2026-07-29T10:35:04+00:00</updated><id>https://manyfold.app/news/2026/07/29/release-v0-147-0</id><content type="html" xml:base="https://manyfold.app/news/2026/07/29/release-v0-147-0.html"><![CDATA[<p>It’s been a while! Partly that’s due to life beyond code, but also it’s because we’ve focused this release on making some big improvements to uploading, performance and bugfixing.</p>

<p>When you upload zipped models now, you will be sent directly to the created model (or the list if there’s more than one) with the archive in it, at which point the files are <em>then</em> extracted and added into Manyfold. You can even watch it happening, it’s pretty cool. There’s also a big improvement to memory performance and job recovery, which means that “it only uploaded half the model then broke” should be a thing of the past, finally.</p>

<p>As well as that, we’ve got a couple of little things like the beginnings of a Lithuanian translation (if you enable experimental languages), FreeCAD thumbnail display! The next release shouldn’t be as long, so stay tuned. This one took a lot of time to debug!</p>

<!-- Release notes generated using configuration in .github/release.yml at main -->

<h2 id="whats-changed">What’s Changed</h2>
<h3 id="-new-features-">✨ New Features ✨</h3>
<ul>
  <li>Automatically extract archive files synced from external links by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6608">#6608</a></li>
  <li>Improve model upload process - redirect to model immediately and extract archives later by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6611">#6611</a></li>
  <li>Live-update model, creator, and collection list pages by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6624">#6624</a></li>
  <li>Extract thumbnails from FreeCAD files to display as previews by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6727">#6727</a>
    <h3 id="-security-">🔒 Security 🔒</h3>
  </li>
  <li>Add extra validation for constantized classes provided by router by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6741">#6741</a>
    <h3 id="-bug-fixes-">🐛 Bug Fixes 🐛</h3>
  </li>
  <li>Only set plugin path owner if writable by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6580">#6580</a></li>
  <li>Update 3MF web worker to fix 3MFs not displaying by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6720">#6720</a></li>
  <li>Fix regression in safe folder name generation by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6742">#6742</a></li>
  <li>Fix memory bloat in bounding box calculation by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6753">#6753</a>
    <h3 id="-sustainability--performance-">🔋 Sustainability &amp; Performance 🔋</h3>
  </li>
  <li>Move shrine promote/destroy into background jobs for more responsive requests by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6721">#6721</a>
    <h3 id="-internationalization-">🌍 Internationalization 🌏</h3>
  </li>
  <li>Add Lithuanian translation support by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6643">#6643</a></li>
  <li>New experimental translation: Lithuanian by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6650">#6650</a></li>
  <li>Translations updated: es by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6581">#6581</a>
    <h3 id="️-other-improvements-️">🛠️ Other Improvements 🛠️</h3>
  </li>
  <li>Move uploaded archives into models before extracting by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6582">#6582</a></li>
  <li>OpenAPI definition updated by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6612">#6612</a></li>
  <li>Update to neostandard for typescript linting by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6649">#6649</a></li>
  <li>Move new signup moderation notice above “create account” button by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6656">#6656</a></li>
  <li>Improve wording of archive extraction behaviour on upload page by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6737">#6737</a></li>
  <li>Automatically dedupe dependencies on every yarn install by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6738">#6738</a></li>
  <li>Use reliable fetch from sidekiq so that jobs aren’t lost on crash by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6739">#6739</a></li>
  <li>Quieter backfill jobs by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6740">#6740</a></li>
</ul>

<p><strong>Full Changelog</strong>: <a href="https://github.com/manyfold3d/manyfold/compare/v0.146.0...v0.147.0">v0.146.0…v0.147.0</a></p>

<p>See the original release on GitHub: <a href="https://github.com/manyfold3d/manyfold/releases/tag/v0.147.0">v0.147.0</a></p>]]></content><author><name></name></author><category term="releases" /><summary type="html"><![CDATA[It’s been a while! Partly that’s due to life beyond code, but also it’s because we’ve focused this release on making some big improvements to uploading, performance and bugfixing.]]></summary></entry><entry><title type="html">Release v0.146.0</title><link href="https://manyfold.app/news/2026/07/02/release-v0-146-0.html" rel="alternate" type="text/html" title="Release v0.146.0" /><published>2026-07-02T11:52:55+00:00</published><updated>2026-07-02T11:52:55+00:00</updated><id>https://manyfold.app/news/2026/07/02/release-v0-146-0</id><content type="html" xml:base="https://manyfold.app/news/2026/07/02/release-v0-146-0.html"><![CDATA[<p>This is the sort of release that’s huge and tiny at the same time: we’ve added a plugin system! Plugins are optional components that you can add to your Manyfold instance that can add extra UI, file types, APIs, all sorts of things. This means that (a) we can add more optional features without bloating the core too much and (b) it should be <em>much</em> easier for other people to write code that slots into Manyfold.</p>

<p>You can manage plugins on a new page in the settings area, and you can see a <a href="https://manyfold.app/plugins">list of available plugins</a> on the main website. For now, it’s a very small list, but we hope it will expand a lot! Over time, we may also move some existing features <em>out</em> into plugins, so that the main app can be slimmed down a bit.</p>

<!-- Release notes generated using configuration in .github/release.yml at main -->

<h2 id="whats-changed">What’s Changed</h2>
<h3 id="-new-features-">✨ New Features ✨</h3>
<ul>
  <li>Disable autoloading by default by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6481">#6481</a></li>
  <li>Core plugin architecture by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6493">#6493</a></li>
  <li>Plugin list in settings area showing versions, names, and other metadata by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6535">#6535</a></li>
  <li>Install plugins from zipfiles by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6555">#6555</a></li>
  <li>Add PLUGINS_PATH environment variable to configure where plugins are loaded from by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6568">#6568</a>
    <h3 id="-bug-fixes-">🐛 Bug Fixes 🐛</h3>
  </li>
  <li>Remove non-functional federation jobs when not running in federated mode by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6491">#6491</a></li>
  <li>Fix error with nil extensions when showing relationships by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6521">#6521</a></li>
  <li>Fix link to plugin docs by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6559">#6559</a></li>
  <li>Fix error with plugin names that seem plural by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6562">#6562</a></li>
  <li>Fix imagemagick download error in CI builds by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6571">#6571</a></li>
  <li>Fix error showing linked file formats on model page by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6578">#6578</a></li>
  <li>Fix error when link has no domain to extract (e.g. file:// links) by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6579">#6579</a>
    <h3 id="-internationalization-">🌍 Internationalization 🌏</h3>
  </li>
  <li>Translations updated: es by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6538">#6538</a></li>
  <li>Translations updated: ja by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6542">#6542</a></li>
  <li>Translations updated: ru by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6543">#6543</a></li>
  <li>Translations updated: nl by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6540">#6540</a></li>
  <li>Translations updated: fr by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6547">#6547</a></li>
  <li>Translations updated: cs by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6546">#6546</a></li>
  <li>Translations updated: de by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6539">#6539</a></li>
  <li>Translations updated: zh-CN by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6541">#6541</a></li>
  <li>Translations updated: pl by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6545">#6545</a>
    <h3 id="️-other-improvements-️">🛠️ Other Improvements 🛠️</h3>
  </li>
  <li>Use Faker::UniquenessGenerator to stop name clashes in tests by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6492">#6492</a></li>
  <li>Build file handler list during initialisation by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6498">#6498</a></li>
  <li>Add fallback icon for slicer links by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6501">#6501</a></li>
  <li>Dynamic media type registration by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6502">#6502</a></li>
  <li>Improvements to code documentation system by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6518">#6518</a></li>
  <li>Detect plugins regardless of folder naming by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6536">#6536</a></li>
  <li>Restore removed translation keys by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6558">#6558</a></li>
  <li>Pass file to FileHandler#open_url_for by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6561">#6561</a></li>
  <li>Add :model_menu UI hook by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6563">#6563</a></li>
  <li>Set plugin folder ownership on startup by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6564">#6564</a></li>
  <li>Check for manyfold_version string in plugin metadata by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6567">#6567</a></li>
  <li>Configure PLUGINS_PATH for docker images by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6569">#6569</a></li>
  <li>Refactor &amp; tidy up plugin initialisation by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6570">#6570</a></li>
</ul>

<p><strong>Full Changelog</strong>: <a href="https://github.com/manyfold3d/manyfold/compare/v0.145.1...v0.146.0">v0.145.1…v0.146.0</a></p>

<p>See the original release on GitHub: <a href="https://github.com/manyfold3d/manyfold/releases/tag/v0.146.0">v0.146.0</a></p>]]></content><author><name></name></author><category term="releases" /><summary type="html"><![CDATA[This is the sort of release that’s huge and tiny at the same time: we’ve added a plugin system! Plugins are optional components that you can add to your Manyfold instance that can add extra UI, file types, APIs, all sorts of things. This means that (a) we can add more optional features without bloating the core too much and (b) it should be much easier for other people to write code that slots into Manyfold.]]></summary></entry><entry><title type="html">Release v0.145.1</title><link href="https://manyfold.app/news/2026/06/23/release-v0-145-1.html" rel="alternate" type="text/html" title="Release v0.145.1" /><published>2026-06-23T10:55:47+00:00</published><updated>2026-06-23T10:55:47+00:00</updated><id>https://manyfold.app/news/2026/06/23/release-v0-145-1</id><content type="html" xml:base="https://manyfold.app/news/2026/06/23/release-v0-145-1.html"><![CDATA[<p>Quick bugfix release for an S3 storage scanning problem.</p>

<h2 id="whats-changed">What’s Changed</h2>
<h3 id="-bug-fixes-">🐛 Bug Fixes 🐛</h3>
<ul>
  <li>Prevent file scan from picking up files in .manyfold folders by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6480">#6480</a></li>
</ul>

<p><strong>Full Changelog</strong>: <a href="https://github.com/manyfold3d/manyfold/compare/v0.145.0...v0.145.1">v0.145.0…v0.145.1</a></p>

<p>See the original release on GitHub: <a href="https://github.com/manyfold3d/manyfold/releases/tag/v0.145.1">v0.145.1</a></p>]]></content><author><name></name></author><category term="releases" /><summary type="html"><![CDATA[Quick bugfix release for an S3 storage scanning problem.]]></summary></entry><entry><title type="html">Release v0.145.0</title><link href="https://manyfold.app/news/2026/06/23/release-v0-145-0.html" rel="alternate" type="text/html" title="Release v0.145.0" /><published>2026-06-23T09:09:08+00:00</published><updated>2026-06-23T09:09:08+00:00</updated><id>https://manyfold.app/news/2026/06/23/release-v0-145-0</id><content type="html" xml:base="https://manyfold.app/news/2026/06/23/release-v0-145-0.html"><![CDATA[<p>It’s printing time! Now you can print pre-sliced files straight from Manyfold (given the right file and printer!). Configure your local printer connection in settings, and then you can send GCODE or SL1 files straight from the file menu! Admins automatically have print permissions, but you can assign the ‘printer’ role to other accounts as well, if you’re feeling brave!</p>

<p>At this point we have support for sending GCODE to <a href="https://octoprint.org">Octoprint</a> &amp; <a href="https://www.klipper3d.org">Klipper</a>, and GCODE and SL1 to printers with <a href="https://help.prusa3d.com/article/prusa-connect-and-prusalink-explained_302608#what-is-prusalink">PrusaLink</a>. We also have SL1 support for printers running <a href="https://openresin.org/projects/odyssey">Odyssey</a>, the open source firmware from <a href="https://openresin.org">Open Resin Alliance</a>, who recently released the <a href="https://dragonfruit-slicer.com">DragonFruit</a> slicer. We want to add more support in future, and if you want to help get it working with <em>your</em> printer, take a look at our <a href="https://github.com/manyfold3d/manyfold/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22">issue list</a> and join the <a href="https://matrix.to/#/#manyfold-development:matrix.org">development channel on Matrix</a>.</p>

<p>IMPORTANT: this is all pretty tricky to test without actually having a bank of different printers, so there may well be bugs. Don’t print anything unattended until you’re sure it’s working properly, and if you have any problems, please <a href="https://github.com/manyfold3d/manyfold/issues/new?template=bug_report.md">report it on GitHub</a>.</p>

<p>VERY IMPORTANT: Manyfold doesn’t actually <em>know</em> if a sliced file is physically compatible with your printer, so it’s completely on you to check before you print!</p>

<h2 id="whats-changed">What’s Changed</h2>
<h3 id="-new-features-">✨ New Features ✨</h3>
<ul>
  <li>Manage 3D Printer connections in the settings UI by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6394">#6394</a></li>
  <li>Add Moonraker API (Klipper) print service by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6393">#6393</a></li>
  <li>Add “print with {printer}” links to File menus and pages by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6416">#6416</a></li>
  <li>Add support for printing via Octoprint API by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6418">#6418</a></li>
  <li>Index a number of sliced DLP file formats (e.g. CBDDLP, SL1, Photon, GOO and more) by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6419">#6419</a></li>
  <li>Add print via OpenResinAlliance Odyssey API by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6425">#6425</a></li>
  <li>Support sending gcode or SL1 to PrusaLink machines by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6432">#6432</a></li>
  <li>Add “printer” role to allow users access to start prints by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6453">#6453</a>
    <h3 id="-bug-fixes-">🐛 Bug Fixes 🐛</h3>
  </li>
  <li>Fix page errors caused by using default parameter in nested blocks by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6397">#6397</a></li>
  <li>Fix and add tests for new file detection on S3 storage by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6466">#6466</a></li>
  <li>Handle incorrectly encoded filenames inside zipfiles by forcing to UTF-8 by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6468">#6468</a></li>
  <li>Include all tags in dropdown by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6471">#6471</a>
    <h3 id="-internationalization-">🌍 Internationalization 🌏</h3>
  </li>
  <li>Translations updated: pt by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6426">#6426</a></li>
  <li>Translations updated: ru by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6406">#6406</a></li>
  <li>Translations updated: nl by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6405">#6405</a></li>
  <li>Translations updated: pl by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6404">#6404</a></li>
  <li>Translations updated: de by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6403">#6403</a></li>
  <li>Translations updated: ja by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6402">#6402</a></li>
  <li>Translations updated: es by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6401">#6401</a></li>
  <li>Translations updated: cs by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6400">#6400</a></li>
  <li>Translations updated: zh-CN by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6399">#6399</a></li>
  <li>Translations updated: fr by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6398">#6398</a>
    <h3 id="️-other-improvements-️">🛠️ Other Improvements 🛠️</h3>
  </li>
  <li>Get print host configuration from print services  by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6413">#6413</a></li>
  <li>Remove a number of JS dependencies no longer required now we’re using Vite by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6414">#6414</a></li>
  <li>Add background job for sending files to print services by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6412">#6412</a></li>
  <li>Add optional credentials to print host form by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6417">#6417</a></li>
  <li>Add explanation for required network access from Manyfold to print hosts by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6420">#6420</a></li>
  <li>Add tests for Moonraker and Octoprint services by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6423">#6423</a></li>
  <li>Use print service input types to check files on upload by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6446">#6446</a></li>
  <li>Use the Rails plugin for vite by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6451">#6451</a></li>
  <li>Improve and fix translation strings for printing feature by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6452">#6452</a></li>
  <li>Improve “safe folder name” paths  by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6470">#6470</a></li>
</ul>

<p><strong>Full Changelog</strong>: <a href="https://github.com/manyfold3d/manyfold/compare/v0.144.1...v0.145.0">v0.144.1…v0.145.0</a></p>

<p>See the original release on GitHub: <a href="https://github.com/manyfold3d/manyfold/releases/tag/v0.145.0">v0.145.0</a></p>]]></content><author><name></name></author><category term="releases" /><summary type="html"><![CDATA[It’s printing time! Now you can print pre-sliced files straight from Manyfold (given the right file and printer!). Configure your local printer connection in settings, and then you can send GCODE or SL1 files straight from the file menu! Admins automatically have print permissions, but you can assign the ‘printer’ role to other accounts as well, if you’re feeling brave!]]></summary></entry><entry><title type="html">Release v0.144.1</title><link href="https://manyfold.app/news/2026/06/16/release-v0-144-1.html" rel="alternate" type="text/html" title="Release v0.144.1" /><published>2026-06-16T22:09:34+00:00</published><updated>2026-06-16T22:09:34+00:00</updated><id>https://manyfold.app/news/2026/06/16/release-v0-144-1</id><content type="html" xml:base="https://manyfold.app/news/2026/06/16/release-v0-144-1.html"><![CDATA[<p>A small bugfix for an error when using custom lists.</p>

<h2 id="whats-changed">What’s Changed</h2>
<h3 id="-bug-fixes-">🐛 Bug Fixes 🐛</h3>
<ul>
  <li>Fix page errors caused by using default parameter in nested blocks by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6397">#6397</a></li>
</ul>

<p><strong>Full Changelog</strong>: <a href="https://github.com/manyfold3d/manyfold/compare/v0.144.0...v0.144.1">v0.144.0…v0.144.1</a></p>

<p>See the original release on GitHub: <a href="https://github.com/manyfold3d/manyfold/releases/tag/v0.144.1">v0.144.1</a></p>]]></content><author><name></name></author><category term="releases" /><summary type="html"><![CDATA[A small bugfix for an error when using custom lists.]]></summary></entry><entry><title type="html">Release v0.144.0</title><link href="https://manyfold.app/news/2026/06/16/release-v0-144-0.html" rel="alternate" type="text/html" title="Release v0.144.0" /><published>2026-06-16T16:38:14+00:00</published><updated>2026-06-16T16:38:14+00:00</updated><id>https://manyfold.app/news/2026/06/16/release-v0-144-0</id><content type="html" xml:base="https://manyfold.app/news/2026/06/16/release-v0-144-0.html"><![CDATA[<p>Been doing some digital kitbashing and lost track of which models are based on which? Now you can mark a model as a “remix” of other models, as many as you like! Just go to the edit page, add a relationship, and search for the model you want to link up. Remixes and sources are shown in the model page sidebar.</p>

<p>We’ve also added thumbnail extraction from GCODE files, and added indexing for a number of new formats that F3D can create static renders of: DICOM, CityGML, Point clouds, VTK, OFF, DirectX, XBF, Quake MDL, IFC, MetaIO, NRRD, and Splat/Spz for 3D Gaussian Splatting.</p>

<h2 id="whats-changed">What’s Changed</h2>
<h3 id="-new-features-">✨ New Features ✨</h3>
<ul>
  <li>Add support for a whole load of new file types supported by F3D by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6337">#6337</a></li>
  <li>Use GCODE file thumbnails as preview images by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6379">#6379</a></li>
  <li>Link models together as remixes by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6377">#6377</a>
    <h3 id="-internationalization-">🌍 Internationalization 🌏</h3>
  </li>
  <li>Translations updated: fr by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6361">#6361</a></li>
  <li>Translations updated: cs by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6360">#6360</a></li>
  <li>Translations updated: pl by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6359">#6359</a></li>
  <li>Translations updated: es by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6358">#6358</a></li>
  <li>Translations updated: zh-CN by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6357">#6357</a></li>
  <li>Translations updated: de by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6356">#6356</a>
    <h3 id="️-other-improvements-️">🛠️ Other Improvements 🛠️</h3>
  </li>
  <li>Break up edit forms with headings by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6352">#6352</a></li>
  <li>New UI layout for “add a link” button, and updates to similar layouts by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6353">#6353</a></li>
  <li>Add WASM and Rails plugins for Vite, and allow dev mode connections by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6354">#6354</a></li>
  <li>Extract model file relationship form and improve translation keys by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6355">#6355</a></li>
  <li>Remove explicit “it” block parameters by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6362">#6362</a></li>
</ul>

<p><strong>Full Changelog</strong>: <a href="https://github.com/manyfold3d/manyfold/compare/v0.143.2...v0.144.0">v0.143.2…v0.144.0</a></p>

<p>See the original release on GitHub: <a href="https://github.com/manyfold3d/manyfold/releases/tag/v0.144.0">v0.144.0</a></p>]]></content><author><name></name></author><category term="releases" /><summary type="html"><![CDATA[Been doing some digital kitbashing and lost track of which models are based on which? Now you can mark a model as a “remix” of other models, as many as you like! Just go to the edit page, add a relationship, and search for the model you want to link up. Remixes and sources are shown in the model page sidebar.]]></summary></entry><entry><title type="html">Release v0.143.2</title><link href="https://manyfold.app/news/2026/06/11/release-v0-143-2.html" rel="alternate" type="text/html" title="Release v0.143.2" /><published>2026-06-11T16:01:24+00:00</published><updated>2026-06-11T16:01:24+00:00</updated><id>https://manyfold.app/news/2026/06/11/release-v0-143-2</id><content type="html" xml:base="https://manyfold.app/news/2026/06/11/release-v0-143-2.html"><![CDATA[<p>A small bugfix for a couple of visual problems.</p>

<h2 id="whats-changed">What’s Changed</h2>
<h3 id="-bug-fixes-">🐛 Bug Fixes 🐛</h3>
<ul>
  <li>Fix default logo path by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6338">#6338</a></li>
  <li>Fix Vapor theme compilation error by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6339">#6339</a>
    <h3 id="-internationalization-">🌍 Internationalization 🌏</h3>
  </li>
  <li>Translations updated: de by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6280">#6280</a></li>
</ul>

<p><strong>Full Changelog</strong>: <a href="https://github.com/manyfold3d/manyfold/compare/v0.143.1...v0.143.2">v0.143.1…v0.143.2</a></p>

<p>See the original release on GitHub: <a href="https://github.com/manyfold3d/manyfold/releases/tag/v0.143.2">v0.143.2</a></p>]]></content><author><name></name></author><category term="releases" /><summary type="html"><![CDATA[A small bugfix for a couple of visual problems.]]></summary></entry><entry><title type="html">Release v0.143.1</title><link href="https://manyfold.app/news/2026/06/11/release-v0-143-1.html" rel="alternate" type="text/html" title="Release v0.143.1" /><published>2026-06-11T12:33:02+00:00</published><updated>2026-06-11T12:33:02+00:00</updated><id>https://manyfold.app/news/2026/06/11/release-v0-143-1</id><content type="html" xml:base="https://manyfold.app/news/2026/06/11/release-v0-143-1.html"><![CDATA[<p>Bug fixes, and a fix for a fairly major performance problem when loading model pages with lots of files. Also, this version now uses the Redis store for caching, which should improve general site performance.</p>

<h2 id="whats-changed">What’s Changed</h2>
<h3 id="-bug-fixes-">🐛 Bug Fixes 🐛</h3>
<ul>
  <li>Fix OBJ files rendering in a dark material by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6278">#6278</a></li>
  <li>Fix extremely slow generation of “open in” URLs caused by user agent check by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6324">#6324</a>
    <h3 id="-sustainability--performance-">🔋 Sustainability &amp; Performance 🔋</h3>
  </li>
  <li>Use Redis as Rails cache store by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6282">#6282</a></li>
  <li>More efficient handler lookup by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6327">#6327</a>
    <h3 id="️-other-improvements-️">🛠️ Other Improvements 🛠️</h3>
  </li>
  <li>Move esbuild configuration into a build file by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6281">#6281</a></li>
  <li>Change javascript bundler to vite by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6296">#6296</a></li>
  <li>Deliver CSS with Vite by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6300">#6300</a></li>
  <li>replace Memoist gem with MemoWise by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6326">#6326</a></li>
</ul>

<p><strong>Full Changelog</strong>: <a href="https://github.com/manyfold3d/manyfold/compare/v0.143.0...v0.143.1">v0.143.0…v0.143.1</a></p>

<p>See the original release on GitHub: <a href="https://github.com/manyfold3d/manyfold/releases/tag/v0.143.1">v0.143.1</a></p>]]></content><author><name></name></author><category term="releases" /><summary type="html"><![CDATA[Bug fixes, and a fix for a fairly major performance problem when loading model pages with lots of files. Also, this version now uses the Redis store for caching, which should improve general site performance.]]></summary></entry><entry><title type="html">Release v0.143.0</title><link href="https://manyfold.app/news/2026/06/02/release-v0-143-0.html" rel="alternate" type="text/html" title="Release v0.143.0" /><published>2026-06-02T08:05:38+00:00</published><updated>2026-06-02T08:05:38+00:00</updated><id>https://manyfold.app/news/2026/06/02/release-v0-143-0</id><content type="html" xml:base="https://manyfold.app/news/2026/06/02/release-v0-143-0.html"><![CDATA[<p>This release adds “alternative format” links between files. Now, when you convert a file to another format, they’ll be automatically linked together, in the same way as supported files.</p>

<p>There’s a new UI for editing these relationships, you can switch between them with tabs, and they will be collapsed into one in the listings. There’s more possibilities here for different relationship types in future, so let us know what you’d like to see!</p>

<p>We’ve also got a long-requested feature, static rendering for STEP files! We can’t show them interactively yet, but at least you can see which file is which!</p>

<h2 id="whats-changed">What’s Changed</h2>
<h3 id="-new-features-">✨ New Features ✨</h3>
<ul>
  <li>Automatically add links between files during format conversion by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6227">#6227</a></li>
  <li>Add UI elements for editing file relationships by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6240">#6240</a></li>
  <li>Update F3D to enable STEP file rendering by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6245">#6245</a></li>
  <li>Combine all linked files in UI, not just supported/unsupported by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6256">#6256</a>
    <h3 id="-bug-fixes-">🐛 Bug Fixes 🐛</h3>
  </li>
  <li>Fix bad link generation for model file edit pages by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6231">#6231</a></li>
  <li>Fix show error with files <em>only</em> viewable via render derivative by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6244">#6244</a></li>
  <li>Don’t show related file tabs if there aren’t any by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6259">#6259</a></li>
  <li>Copy file metadata when converting file formats by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6260">#6260</a>
    <h3 id="-sustainability--performance-">🔋 Sustainability &amp; Performance 🔋</h3>
  </li>
  <li>Improve performance of file handler code by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6252">#6252</a>
    <h3 id="-internationalization-">🌍 Internationalization 🌏</h3>
  </li>
  <li>Translations updated: de by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6254">#6254</a></li>
  <li>Translations updated: es by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6253">#6253</a>
    <h3 id="️-other-improvements-️">🛠️ Other Improvements 🛠️</h3>
  </li>
  <li>Improve rendering of 2D DXF files  by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6246">#6246</a></li>
  <li>Update Bundler platforms by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6258">#6258</a></li>
  <li>Remove unnecessary translation key by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6276">#6276</a></li>
</ul>

<p><strong>Full Changelog</strong>: <a href="https://github.com/manyfold3d/manyfold/compare/v0.142.0...v0.143.0">v0.142.0…v0.143.0</a></p>

<p>See the original release on GitHub: <a href="https://github.com/manyfold3d/manyfold/releases/tag/v0.143.0">v0.143.0</a></p>]]></content><author><name></name></author><category term="releases" /><summary type="html"><![CDATA[This release adds “alternative format” links between files. Now, when you convert a file to another format, they’ll be automatically linked together, in the same way as supported files.]]></summary></entry><entry><title type="html">Release v0.142.0</title><link href="https://manyfold.app/news/2026/05/26/release-v0-142-0.html" rel="alternate" type="text/html" title="Release v0.142.0" /><published>2026-05-26T11:07:39+00:00</published><updated>2026-05-26T11:07:39+00:00</updated><id>https://manyfold.app/news/2026/05/26/release-v0-142-0</id><content type="html" xml:base="https://manyfold.app/news/2026/05/26/release-v0-142-0.html"><![CDATA[<p>This release allows the use of videos in preview frames, so you can show off your models in a more dynamic fashion, and also adds indexer support for the upcoming DragonFruit resin slicer VOXL file format.</p>

<p>There are also a number of fixes to metadata scanning and other background jobs, as well as a large behind-the-scenes refactor of presupported relationships which will lead to some new features in the next release.</p>

<h2 id="whats-changed">What’s Changed</h2>
<h3 id="-new-features-">✨ New Features ✨</h3>
<ul>
  <li>Allow video files to be used as previews by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6194">#6194</a></li>
  <li>Add indexer support for DragonFruit VOXL files by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6209">#6209</a>
    <h3 id="-bug-fixes-">🐛 Bug Fixes 🐛</h3>
  </li>
  <li>Fix bug where updating ignored problems caused background job failure by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6205">#6205</a></li>
  <li>Always generate file derivatives when analysing files by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6203">#6203</a></li>
  <li>Fall back to matching creators and collections by name when parsing datapackages by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6207">#6207</a></li>
  <li>Handle stack overflows during analysis of some 3MF files by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6208">#6208</a></li>
  <li>Avoid IOErrors by reloading attachment data after detecting inefficient file formats by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6210">#6210</a>
    <h3 id="-internationalization-">🌍 Internationalization 🌏</h3>
  </li>
  <li>Translations updated: de by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6226">#6226</a></li>
  <li>Translations updated: es by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6218">#6218</a>
    <h3 id="️-other-improvements-️">🛠️ Other Improvements 🛠️</h3>
  </li>
  <li>Add Relationship model to support generic relationships between models, files, links etc. by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6196">#6196</a></li>
  <li>Handle bad unicode when parsing README files by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6206">#6206</a></li>
  <li>Change presupported file link to use new Relationship model by <a href="https://github.com/Floppy">@Floppy</a> in <a href="https://github.com/manyfold3d/manyfold/pull/6217">#6217</a></li>
</ul>

<p><strong>Full Changelog</strong>: <a href="https://github.com/manyfold3d/manyfold/compare/v0.141.0...v0.142.0">v0.141.0…v0.142.0</a></p>

<p>See the original release on GitHub: <a href="https://github.com/manyfold3d/manyfold/releases/tag/v0.142.0">v0.142.0</a></p>]]></content><author><name></name></author><category term="releases" /><summary type="html"><![CDATA[This release allows the use of videos in preview frames, so you can show off your models in a more dynamic fashion, and also adds indexer support for the upcoming DragonFruit resin slicer VOXL file format.]]></summary></entry></feed>