Files
nodarium/CHANGELOG.md
Max Richter 544500e7fe
All checks were successful
Build & Push CI Image / build-and-push (push) Successful in 8m48s
🚀 Lint & Test & Deploy / release (push) Successful in 4m13s
chore: remove pgp from changelog
2026-02-07 16:58:06 +01:00

5.7 KiB

v0.0.3 (2026-02-07)

Features

  • Edge dragging now highlights valid connection sockets, improving graph editing clarity.
  • InputNumber supports snapping to predefined values while holding Alt.
  • Changelog is accessible directly from the sidebar and now includes git metadata and a list of commits.

Fixes

  • Fixed incorrect socket highlighting when an edge already existed.
  • Corrected initialization of InputNumber values outside min/max bounds.
  • Fixed initialization of nested vec3 inputs.
  • Multiple CI fixes to ensure reliable builds, correct environment variables, and proper image handling.

Maintenance / CI

  • Significant CI and Dockerfile cleanup and optimization.
  • Improved git metadata generation during builds.
  • Dependency updates, formatting, and test snapshot updates.

All Commits in this version

  • f8a2a95 chore: clean CHANGELOG.md
  • c9dd143 fix(ci): correctly add release notes from tag to changelog
  • 898dd49 fix(ci): correctly copy changelog to build output
  • 9fb69d7 feat: show commits since last release in changelog
  • bafbcca fix: wrong socket was highlighted when dragging node
  • 8ad9e55 feat: highlight possible sockets when dragging edge
  • 11eaeb7 feat(app): display some git metadata in changelog
  • 74c2978 chore: cleanup git.json a bit
  • 4fdc247 ci: update build.sh to correct git.json
  • c3f8b4b ci: debug available env vars
  • 67591c0 chore: pnpm format
  • de1f9d6 feat(ui): change inputnumber to snap to values when alt is pressed
  • 6acce72 fix(ui): correctly initialize InputNumber
  • cf8943b chore: pnpm update
  • 9e03d36 chore: use newest ci image
  • fd7268d ci: make dockerfile work
  • 6358c22 ci: use tagged own image for ci
  • 655b6a1 ci: make dockerfile work
  • 37b2bdc ci: update ci Dockerfile to work
  • 94e01d4 ci: correctly build and push ci image
  • 35f5177 feat: try to optimize the Dockerfile
  • ac2c61f ci: use actual git url in ci
  • ef3d462 fix(ci): build before testing
  • 703da32 ci: automatically build ci image and store locally
  • 1dae472 ci: add a git.json metadata file during build
  • 09fdfb8 chore: update test screenshots
  • 04b63cc feat: add changelog to sidebar
  • cb6a356 feat(ci): also cache cargo stuff
  • 9c9f3ba fix(ci): use GITHUB_instead of GITEA_ for env vars
  • 08dda2b chore: pnpm format
  • 059129a fix(ci): deploy prs and main
  • 437c9f4 feat(ci): add list of all commits to changelog entry
  • 48bf447 docs: straighten up changelog a bit
  • 548fa4f fix(app): correctly initialize vec3 inputs in nestedsettings

v0.0.2 (2026-02-04)

fix(ci): actually deploy on tags fix(app): correctly handle false value in settings -> This caused a bug where random seed could not be false.


v0.0.1 (2026-02-03)

chore: format