Releases: Beowolve/SnapFX
SnapFX v0.7.2
SnapFX v0.7.1
SnapFX v0.7.0
SnapFX v0.6.3
SnapFX v0.6.2
v0.6.2 - 2026-03-02
Build and Tooling
- add checksum assets and gate Maven Central publish to v1+ (245253b)
Documentation
-
update CHANGELOG.md for v0.6.2 release and add Discord notification setup (ade8423)
-
update AGENTS collaboration rules (7d8ed2c)
-
update CHANGELOG.md with release-notes template and status updates for Maven Central readiness (cf12399)
-
update ROADMAP.md to reflect current project phases and completion percentages, enhancing clarity and maintainability (3ab99cb)
-
update STATUS.md to reflect current project capabilities and maintenance rules, the detailed log entries are removed for better maintainability (048f7d4)
-
update DONE.md to reflect completed milestones and streamline documentation structure only. All detailed logs removed, focusing on core for maintenance. (54f1a52)
-
clarify status documentation rules for readability and consistency for agents (99ba127)
-
update README for clarity and add Discord support link as well as badges (28e9da6)
-
align release docs and readiness tracking with v1 Central policy (3393db0)
-
update README logo to 32px and add Discord server support link (75afc63)
-
update README logo to new PNG and adjust header formatting (8982604)
-
Redundant documentation link to snapfx.org in README.md removed. (f38a33a)
Fixes
-
use env-based Discord webhook guards in workflow (129e49a)
-
allow re-docking into empty main layout from floating windows (a644817)
Refactoring
-
move shortcut tab navigation and active node resolution into DockShortcutController (297e894)
-
move floating window registry helpers into DockFloatingController (287297b)
-
move shortcut target resolvers from SnapFX into DockShortcutController (330098d)
-
simplify SnapFX sidebar delegation to DockSideBarController (9b6489d)
-
move floating shortcut scene bindings into DockShortcutController (a2a1e62)
-
move floating helper slices from SnapFX into DockFloatingController (4c0cc54)
-
extract layout snapshot parsing into DockLayoutSnapshotService (fba14fe)
-
extract floating active-window logic into DockFloatingController (47a711a)
-
extract sidebar transient state into DockSideBarController (889669f)
-
move shortcut logic into org.snapfx.shortcuts (90a2322)
SnapFX v0.6.1
SnapFX v0.6.0
SnapFX v0.5.0
SnapFX v0.4.1-rc.2
SnapFX v0.4.0
v0.4.0 - 2026-02-25
Documentation
Features
-
add sidebar visibility mode API and settings control (c0d5ff7)
-
add resizable sidebar panel widths with persistence (4e24222)
-
add framework sidebar context menus for nodes and tabs (63a3776)
-
add sidebar strip drag source and drop preview line (73282dd)
-
add indexed sidebar ordering in DockGraph (c605aa3)
Fixes
-
repair DockDebugOverlay HUD layout and drag diagnostics (7f3a9cf)
-
restore right overlay sidebar resize handle interaction (998178b)
-
keep MainDemo debug split divider stable during layout rebuilds (56339bc)
Tests
- harden sidebar overlay width tests against CI rebuild race (5968d89)
UI and Interaction
- temporarily disable DockDebugOverlay HUD during sidebar work (7c36240)