Skip to content

Releases: Beowolve/SnapFX

SnapFX v0.7.2

01 Apr 16:52

Choose a tag to compare

v0.7.2 - 2026-04-01

Features

  • localize visible MainDemo UI (7b8ba7e)

Fixes

  • resolve docs javadoc version from git tags (ece032b)

SnapFX v0.7.1

17 Mar 16:28

Choose a tag to compare

v0.7.1 - 2026-03-17

Build and Tooling

  • prepare v0.7.1 changelog and demo preview (7808917)

Features

  • reorganize and simplify MainDemo settings panel (6f2554c)
  • extend floating snapping to edge and corner resize (e84b98c)

Fixes

  • debounce managed stylesheet apply in SnapFX (75f6430)

SnapFX v0.7.0

12 Mar 23:20

Choose a tag to compare

v0.7.0 - 2026-03-12

Build and Tooling

  • ignore local Gradle user home directory (6d9556a)

Features

  • add runtime localization API with extensible providers (5f43c14)

SnapFX v0.6.3

09 Mar 01:35

Choose a tag to compare

v0.6.3 - 2026-03-09

Documentation

  • update CHANGELOG.md and README.md for improved release notes and version status (3777956)

Fixes

  • unify dock split divider affordance across layouts (f75be70)

Refactoring

  • refactor: reorganize demo classes into thematic packages and enhanced documentation (a7e2e48)
  • optimize commit message formatting in cliff.toml (2cbd3ec)

SnapFX v0.6.2

02 Mar 19:48

Choose a tag to compare

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

28 Feb 20:38

Choose a tag to compare

v0.6.1 - 2026-02-28

Documentation

  • release v0.6.1 docs portal content and changelog (f07a5a8)

  • backfill v0.5.0 and v0.6.0 release sections (0df9720)

SnapFX v0.6.0

28 Feb 19:52

Choose a tag to compare

v0.6.0 - 2026-02-28

Build and Tooling

  • publish API docs to GitHub Pages with snapfx.org CNAME (510b067)

Documentation

  • add Docusaurus docs portal and publish API docs at snapfx.org (6ea1114)

  • improve public-facing README and API javadoc discoverability (0113cce)

SnapFX v0.5.0

28 Feb 17:32

Choose a tag to compare

v0.5.0 - 2026-02-28

Documentation

  • complete 0.5.x api docs baseline and enforce javadoc workflow rule (549b014)

  • start 0.5.x public API remediation pass (f1861de)

  • make demo smoke validation pragmatic and CI-friendly (2e97d09)

  • define 0.5.x-0.9.x release-readiness lane toward 1.0.0 (4016ac2)

SnapFX v0.4.1-rc.2

28 Feb 15:56

Choose a tag to compare

SnapFX v0.4.1-rc.2 Pre-release
Pre-release

v0.4.1-rc.2 - 2026-02-28

Fixes

  • enforce macOS-compatible jpackage appVersion normalization (b536380)

SnapFX v0.4.0

26 Feb 00:04

Choose a tag to compare

v0.4.0 - 2026-02-25

Documentation

  • cut v0.4.0 release notes (838a1bf)

  • move unreleased changelog entries to v0.3.0 (f485e02)

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)