Skip to content

Releases: szaghi/FOSSIL

v1.0.11

03 Mar 20:29
v1.0.11
2935121

Choose a tag to compare

v1.0.11 (2026-03-03)

Full Changelog

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

22 Feb 13:31
v1.0.10
85cd1fd

Choose a tag to compare

v1.0.10 (2026-02-22)

Full Changelog

Miscellaneous

  • Update StringiFor submodule (29aab1a)

v1.0.9

22 Feb 12:53
v1.0.9
dc5ac11

Choose a tag to compare

v1.0.9 (2026-02-22)

Full Changelog

Miscellaneous

  • Update BeFoR64 submodule (6361436)

v1.0.8

22 Feb 12:52
v1.0.8
486bb76

Choose a tag to compare

v1.0.8 (2026-02-22)

Full Changelog

CI/CD

  • Deploy pages even if coverage analysis fails (55553e5)

v1.0.7

21 Feb 10:10
v1.0.7
7f6cf52

Choose a tag to compare

v1.0.7 (2026-02-21)

Full Changelog

Bug fixes

  • Update third party submodules (1ae2da2)

Miscellaneous

New features

  • Add full VitePress guide and modernise project tooling (dbf2628)

v1.0.6

21 Feb 08:45

Choose a tag to compare

Bug Fixes

Commits

  • 3463adb: correct GHA ci (Stefano Zaghi)

v1.0.4: Distance-connectivity made efficient by AABB tree

04 Jun 16:25

Choose a tag to compare

Stable release, not fully backward compatible.

v1.0.3

17 May 14:23

Choose a tag to compare

Add merge files method, stable release

v1.0.2: Add clip method to STL file handler

17 May 11:10

Choose a tag to compare

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

16 May 13:44

Choose a tag to compare

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.