Releases: szaghi/FOSSIL
Releases · szaghi/FOSSIL
v1.0.11
v1.0.11 (2026-03-03)
Miscellaneous
- Bump rollup from 4.58.0 to 4.59.0 in /docs
Bumps rollup from 4.58.0 to 4.59.0.
updated-dependencies:
- dependency-name: rollup
dependency-version: 4.59.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] support@github.com (8129578)
- Merge pull request #8 from szaghi/dependabot/npm_and_yarn/docs/rollup-4.59.0
Bump rollup from 4.58.0 to 4.59.0 in /docs (269a85a)
- Migrate deps to FoBiS fetch and modernise CI/CD (
995f2f8)
v1.0.10
v1.0.9
v1.0.8
v1.0.7
v1.0.6
Bug Fixes
- update: update third party submodules (Stefano Zaghi)
Commits
- 3463adb: correct GHA ci (Stefano Zaghi)
v1.0.4: Distance-connectivity made efficient by AABB tree
Stable release, not fully backward compatible.
v1.0.3
v1.0.2: Add clip method to STL file handler
Add clip method to STL file handler: triangulated surface can be clipped by means of a bounding box (axis-aligned). Optionally, it is also possible to retain the remainder part of the surface into a separate file handler.
v1.0.1: Add standalone manipulator and automatic nearby facets reconnection
Stable release, partially backward compatible. Add standalone manipulator (src/app/fossilizer.f90) that does quite the same job of admesh (filling holes is only feature missing) and add the automatic facets reconnection of nearby edges being disconnected.