Skip to content

Conversation

@Floppy
Copy link
Collaborator

@Floppy Floppy commented Dec 20, 2025

Automated changes by create-pull-request GitHub action

@Floppy Floppy added improvement Refactors and behind-the-scenes improvements localisation Translation and localisation into different languages labels Dec 20, 2025
@Floppy Floppy added the localisation Translation and localisation into different languages label Dec 20, 2025
@codacy-production
Copy link

codacy-production bot commented Dec 20, 2025

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (c734977) 5881 4979 84.66%
Head commit (dfaf54c) 5881 (+0) 4979 (+0) 84.66% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#5186) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@Floppy Floppy force-pushed the i18n/sync-es branch 5 times, most recently from e0e3a65 to 3e6f83f Compare December 27, 2025 00:34
@Floppy Floppy force-pushed the i18n/sync-es branch 4 times, most recently from dc91ca3 to be7e7d8 Compare January 3, 2026 00:33
@Floppy Floppy merged commit 93cfb7b into main Jan 7, 2026
17 checks passed
@Floppy Floppy deleted the i18n/sync-es branch January 7, 2026 15:46
@github-project-automation github-project-automation bot moved this from Maybe to Done in Manyfold Roadmap Jan 7, 2026
renovate bot added a commit to sdwilsh/ansible-playbooks that referenced this pull request Jan 9, 2026
….131.0

##### [\`0.131.0\`](https://github.com/manyfold3d/manyfold/releases/tag/v0.131.0)

This release adds the first part of a new feature to help out commercial creators; you can now manage "user groups" per creator, which lets you make a list of users and then share permissions on models with them. And as a bonus, we've added support and rendering for Rhino 3DM files.

We'll be building on this more in the next couple of releases, with the target of being able to let creators share content easily and automatically with their subscribers. At the moment the groups are basically functional, though it's not particularly obvious what to do with them; in the near future we'll write up a proper guide on how to use it, once it's all ready.

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

#### What's Changed

##### ✨ New Features ✨

- Add User Groups, lists of users that creators can use to manage access to their content by [@Floppy](https://github.com/Floppy) in [#5152](manyfold3d/manyfold#5152)
- API endpoints for user group management by [@Floppy](https://github.com/Floppy) in [#5276](manyfold3d/manyfold#5276)
- Add support for Rhino 3DM files, with rendering by [@Floppy](https://github.com/Floppy) in [#5279](manyfold3d/manyfold#5279)

##### 🐛 Bug Fixes 🐛

- Allow saving tour state without validation by [@Floppy](https://github.com/Floppy) in [#5268](manyfold3d/manyfold#5268)
- skip deeper user validation if only saving simple user preferences by [@Floppy](https://github.com/Floppy) in [#5273](manyfold3d/manyfold#5273)
- Fix policy check when logged out by [@Floppy](https://github.com/Floppy) in [#5274](manyfold3d/manyfold#5274)

##### 🌍 Internationalization 🌏

- Translations updated: cs by [@Floppy](https://github.com/Floppy) in [#5264](manyfold3d/manyfold#5264)
- Translations updated: zh-CN by [@Floppy](https://github.com/Floppy) in [#5261](manyfold3d/manyfold#5261)
- Translations updated: es by [@Floppy](https://github.com/Floppy) in [#5186](manyfold3d/manyfold#5186)
- Translations updated: nl by [@Floppy](https://github.com/Floppy) in [#5260](manyfold3d/manyfold#5260)
- Translations updated: pl by [@Floppy](https://github.com/Floppy) in [#5259](manyfold3d/manyfold#5259)
- Translations updated: ja by [@Floppy](https://github.com/Floppy) in [#5258](manyfold3d/manyfold#5258)
- Translations updated: de by [@Floppy](https://github.com/Floppy) in [#5230](manyfold3d/manyfold#5230)
- Translations updated: ru by [@Floppy](https://github.com/Floppy) in [#5263](manyfold3d/manyfold#5263)
- Translations updated: fr by [@Floppy](https://github.com/Floppy) in [#5262](manyfold3d/manyfold#5262)
- Translations updated: es by [@Floppy](https://github.com/Floppy) in [#5270](manyfold3d/manyfold#5270)

##### 🛠️ Other Improvements 🛠️

- Change default port in development mode to match production by [@Floppy](https://github.com/Floppy) in [#5267](manyfold3d/manyfold#5267)

**Full Changelog**: <manyfold3d/manyfold@v0.130.4...v0.131.0>

---
##### [\`0.130.4\`](https://github.com/manyfold3d/manyfold/releases/tag/v0.130.4)

Bugfixing the previous bugfix! Starting 2026 as I mean to go on... 😄

#### What's Changed

##### 🐛 Bug Fixes 🐛

- Fix secondary error in tour state and add tests by [@Floppy](https://github.com/Floppy) in [#5256](manyfold3d/manyfold#5256)

**Full Changelog**: <manyfold3d/manyfold@v0.130.3...v0.130.4>

---
##### [\`0.130.3\`](https://github.com/manyfold3d/manyfold/releases/tag/v0.130.3)

A couple of small bugfixes to start off the new year!

#### What's Changed

##### 🐛 Bug Fixes 🐛

- Don't generate derivatives for SVG files by [@Floppy](https://github.com/Floppy) in [#5200](manyfold3d/manyfold#5200)
- Fix error with nil tour state by [@Floppy](https://github.com/Floppy) in [#5252](manyfold3d/manyfold#5252)

**Full Changelog**: <manyfold3d/manyfold@v0.130.2...v0.130.3>
sdwilsh pushed a commit to sdwilsh/ansible-playbooks that referenced this pull request Jan 19, 2026
….131.0

##### [\`0.131.0\`](https://github.com/manyfold3d/manyfold/releases/tag/v0.131.0)

This release adds the first part of a new feature to help out commercial creators; you can now manage "user groups" per creator, which lets you make a list of users and then share permissions on models with them. And as a bonus, we've added support and rendering for Rhino 3DM files.

We'll be building on this more in the next couple of releases, with the target of being able to let creators share content easily and automatically with their subscribers. At the moment the groups are basically functional, though it's not particularly obvious what to do with them; in the near future we'll write up a proper guide on how to use it, once it's all ready.

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

#### What's Changed

##### ✨ New Features ✨

- Add User Groups, lists of users that creators can use to manage access to their content by [@Floppy](https://github.com/Floppy) in [#5152](manyfold3d/manyfold#5152)
- API endpoints for user group management by [@Floppy](https://github.com/Floppy) in [#5276](manyfold3d/manyfold#5276)
- Add support for Rhino 3DM files, with rendering by [@Floppy](https://github.com/Floppy) in [#5279](manyfold3d/manyfold#5279)

##### 🐛 Bug Fixes 🐛

- Allow saving tour state without validation by [@Floppy](https://github.com/Floppy) in [#5268](manyfold3d/manyfold#5268)
- skip deeper user validation if only saving simple user preferences by [@Floppy](https://github.com/Floppy) in [#5273](manyfold3d/manyfold#5273)
- Fix policy check when logged out by [@Floppy](https://github.com/Floppy) in [#5274](manyfold3d/manyfold#5274)

##### 🌍 Internationalization 🌏

- Translations updated: cs by [@Floppy](https://github.com/Floppy) in [#5264](manyfold3d/manyfold#5264)
- Translations updated: zh-CN by [@Floppy](https://github.com/Floppy) in [#5261](manyfold3d/manyfold#5261)
- Translations updated: es by [@Floppy](https://github.com/Floppy) in [#5186](manyfold3d/manyfold#5186)
- Translations updated: nl by [@Floppy](https://github.com/Floppy) in [#5260](manyfold3d/manyfold#5260)
- Translations updated: pl by [@Floppy](https://github.com/Floppy) in [#5259](manyfold3d/manyfold#5259)
- Translations updated: ja by [@Floppy](https://github.com/Floppy) in [#5258](manyfold3d/manyfold#5258)
- Translations updated: de by [@Floppy](https://github.com/Floppy) in [#5230](manyfold3d/manyfold#5230)
- Translations updated: ru by [@Floppy](https://github.com/Floppy) in [#5263](manyfold3d/manyfold#5263)
- Translations updated: fr by [@Floppy](https://github.com/Floppy) in [#5262](manyfold3d/manyfold#5262)
- Translations updated: es by [@Floppy](https://github.com/Floppy) in [#5270](manyfold3d/manyfold#5270)

##### 🛠️ Other Improvements 🛠️

- Change default port in development mode to match production by [@Floppy](https://github.com/Floppy) in [#5267](manyfold3d/manyfold#5267)

**Full Changelog**: <manyfold3d/manyfold@v0.130.4...v0.131.0>

---
##### [\`0.130.4\`](https://github.com/manyfold3d/manyfold/releases/tag/v0.130.4)

Bugfixing the previous bugfix! Starting 2026 as I mean to go on... 😄

#### What's Changed

##### 🐛 Bug Fixes 🐛

- Fix secondary error in tour state and add tests by [@Floppy](https://github.com/Floppy) in [#5256](manyfold3d/manyfold#5256)

**Full Changelog**: <manyfold3d/manyfold@v0.130.3...v0.130.4>

---
##### [\`0.130.3\`](https://github.com/manyfold3d/manyfold/releases/tag/v0.130.3)

A couple of small bugfixes to start off the new year!

#### What's Changed

##### 🐛 Bug Fixes 🐛

- Don't generate derivatives for SVG files by [@Floppy](https://github.com/Floppy) in [#5200](manyfold3d/manyfold#5200)
- Fix error with nil tour state by [@Floppy](https://github.com/Floppy) in [#5252](manyfold3d/manyfold#5252)

**Full Changelog**: <manyfold3d/manyfold@v0.130.2...v0.130.3>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

improvement Refactors and behind-the-scenes improvements localisation Translation and localisation into different languages

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants