Skip to content

Releases: jay739/omnifin

v1.3.3

22 May 08:57
92ba696

Choose a tag to compare

Release v1.3.3

v1.3.2

22 May 07:57

Choose a tag to compare

Changelog

  • 60c1831 Merge pull request #32 from jay739/v1.3.2
  • 7ebf6b9 fix: harden v1.3.2 API and release wiring

v1.3.1

22 May 06:52

Choose a tag to compare

Changelog

  • de8774b chore(release): slim asset set to ~10 files (#29)
  • d94b49b chore: delete upstream site/ — jfa-go marketing site, never used by omnifin (#22)
  • 3eef72e fix: address CodeQL findings + workflow permissions + Dependabot (#21)

v1.3.0

18 May 07:09

Choose a tag to compare

Changelog

  • 330de9e feat: desktop client v1.3.0 — full native experience (#12)
  • 35aa6b6 fix(build): drop docs/go.mod so docs/ is a sub-package, not a separate module (#15)
  • ebd0bf2 fix(ci): install gh in goreleaser container + portable sed for Tauri version sync (#14)
  • 7f8bc53 fix: don't exclude mail/ from Docker build context (#13)

v1.2.0

17 May 23:50

Choose a tag to compare

Changelog

  • d8a783d ci: explicit Tauri bundle targets + verbose for debugging (#9)
  • 8273779 feat: native desktop client (Tauri) — wraps a self-hosted Omnifin server in a native window (#6)
  • 8ae0cbc fix: add mainBinaryName to Tauri config so bundler finds the binary (#10)
  • 3c4c663 fix: anchor root .gitignore paths so desktop/dist/index.html gets committed + drop conflicting libappindicator3-dev (#7)
  • 54e6124 fix: build Tauri on native runners per arch, drop --target (#11)
  • 191d7e7 fix: force bash shell for DMG step — sh doesn't have shopt (#5)
  • 18c212c fix: regenerate Tauri icons as RGBA with correct sizes, add icon.icns (#8)

v1.1.1

16 May 23:17

Choose a tag to compare

Changelog

  • 7524e47 ci: ship native installer formats (.exe, .dmg, .deb/.rpm/.apk) (#3)
  • 8b09a94 fix: don't exclude scripts/ from .dockerignore — needed for main Dockerfile build (#2)
  • dbc07a3 fix: drop dmg block from goreleaser, build DMGs via mkisofs post-step (#4)

v1.1.0

16 May 22:06

Choose a tag to compare

Changelog

  • 3f88bf3 build: rewrite hardcoded CSS version in crash.html on copy
  • e3f025a ci: GitHub Actions for tests + multi-arch Docker publish, contribution docs
  • 8053c50 ci: don't override PATH in test step — broke 'make' lookup
  • 34ed7fc ci: fetch full history + tags so 'git describe' returns a real CSSVERSION
  • 6d2a617 ci: fix workflows — install node+swag+make for test, env-scope secrets for publish
  • 728681d ci: make go vet advisory — pre-existing upstream issues block legit failures
  • d074341 ci: release workflow for desktop binaries on v* tags (#1)
  • 0be5e55 feat: Jellystat-backed announcement vars
  • ad83403 feat: scheduled announcements, activity-based expiry auto-extend, expanded webhook system
  • 872b649 feat: send test announcement, smart user filtering, Jellystat dashboard widget
  • 8ce0eb3 fix: escape ~ in omnifin.css class selector, fix v1.0.0 CSS versioning