Releases: floatpane/matcha
Preview Build (PR #1011 @ 7c550d8)
Nightly Build (88e0cb5)
Warning
This is an automated nightly build from the latest master commit (88e0cb5). It may be unstable — use stable releases for production.
Install
- Homebrew:
brew install floatpane/matcha/matcha-nightly - Snapcraft:
snap install matcha --beta
Changes since v0.34.0
- ci: use @floatpanebot token (#1014) (88e0cb5)
- ci: use base repo (#1014) (3aeea9d)
- ci: GH_TOKEN to use github.token (#1014) (3e32431)
- ci: build prerelease (#1014) (75b9cc6)
- ci: add /build command (#1013) (b523fb7)
- ci: use renovate github action (#1009) (8ecde2d)
- feat: split panes (#1006) (a4734a1)
- chore: update website (#858) (c99d66d)
- chore: clean up gitattributes (#857) (6f8d0e0)
- chore: remove stb_image from linguist (#856) (793e9a2)
- fix: remove html from linguist (#854) (cbe3735)
- feat: mailto support and swift lib (#852) (3070659)
- feat: per-account email signatures (#847) (fd781ce)
- fix: unchecked error on ReadAll (#851) (2d9ee39)
- fix: change the language dynamically (#843) (5c7fec7)
- docs: add public and developer docs (#844) (77f53a8)
- feat: localization (#842) (ce43417)
- feat: add no-header flag to csv export (#841) (dda7a7c)
- fix: add timeout to HTTP client (#835) (b9b582c)
- docs: update feature screenshots (#829) (61c24ed)
- docs: update demo.gif (#828) (74012a0)
v0.34.0
What's Changed
New Features
- feat: daemon by @andrinoff in #682
- feat(tui/login): add ctrl+v password visibility toggle by @mvanhorn in #685
Bug Fixes
- fix(fetcher): replace fmt.Print with standard logger by @Haroka-74 in #712
- fix: enforce TLS 1.2 minimum version in IMAP and SMTP connections by @kyooosukedn in #742
- ci: use regex to stop errors by @andrinoff in #747
- fix: sanitize attachment filename to prevent path traversal by @kyooosukedn in #743
- fix: use atomic increment for image ID allocation to prevent race condition by @kyooosukedn in #748
- fix: use local time, and highlight dates by @andrinoff in #749
- ci: fix screenshots workflow by @andrinoff in #822
- fix: validate port range by @kyooosukedn in #823
- fix: limit filename length by @andrinoff in #825
- fix: check io.ReadAll errors (#713) by @mvanhorn in #726
- fix: load folders from cache by @andrinoff in #826
- fix: encryption settings not working by @andrinoff in #827
Dependencies
Continuous Integration
- ci: add bot @floatpanebot by @andrinoff in #746
- ci: add check for length by @andrinoff in #824
Chores
- chore: refactor settings.go and improve UI by @andrinoff in #683
Other Changes
- docs: update demo.gif by @github-actions[bot] in #680
New Contributors
- @Haroka-74 made their first contribution in #712
- @kyooosukedn made their first contribution in #742
Full Changelog: v0.33.0...v0.34.0
This version is also available on Snapcraft, Homebrew, Flatpak!
View the installation instructions for more details.
v0.33.0
What's Changed
New Features
- feat: cached contact list exported as json by default and csv if csv flag used by @vgauraha62 in #663
- Added Suggestions for Troubleshooting section in README.md by @devdanny21 in #677
- feat: calendar events support by @andrinoff in #678
Bug Fixes
- fix: email truncation to preserve domain and enforce max width by @ritikaa1802 in #606
- fix(settings): correct crypto config UI/UX by @TANUJ-args in #535
- fix!: cache not being decrypted by @andrinoff in #664
- fix: add configurable date format in settings by @Mohith32 in #665
- fix: yubikey bounds-check by @SAY-5 in #666
- fix: log keyring failures by @SAY-5 in #668
- fix: validate PGPKeySource field on config load by @mvanhorn in #676
Documentation
- docs: add AUR installation command by @andrinoff in #610
Dependencies
- fix(deps): update module charm.land/bubbletea/v2 to v2.0.6 by @renovate[bot] in #611
- chore(deps): update dependency typescript to v6.0.3 by @renovate[bot] in #662
Other Changes
- docs: update feature screenshots by @github-actions[bot] in #538
- docs: update demo.gif by @github-actions[bot] in #537
- chore: update flake.lock by @github-actions[bot] in #679
New Contributors
- @ritikaa1802 made their first contribution in #606
- @TANUJ-args made their first contribution in #535
- @vgauraha62 made their first contribution in #663
- @Mohith32 made their first contribution in #665
- @SAY-5 made their first contribution in #666
- @mvanhorn made their first contribution in #676
- @devdanny21 made their first contribution in #677
Full Changelog: v0.32.1...v0.33.0
This version is also available on Snapcraft, Homebrew, Flatpak!
View the installation instructions for more details.
v0.32.1
What's Changed
Bug Fixes
- fix: migrate to go-imap v2 by @andrinoff in #500
- fix(imap): close debug log file handle to prevent fd leak by @sueun-dev in #525
- fix(contact): add email normalization for contacts by @f-cappelli in #531
- fix: limit remote image response body to prevent memory exhaustion by @Yanhu007 in #530
- fix(compose): prioritize reply-to header over from address by @ronKzl in #529
- fix(view): bound remote image cache with LRU eviction by @Krupesh-21 in #532
- fix: warn about partial certificates with SMIME by @andrinoff in #536
Other Changes
- docs: update feature screenshots by @github-actions[bot] in #498
- docs: update demo.gif by @github-actions[bot] in #497
- chore: update flake.lock by @github-actions[bot] in #501
- chore: update flake.lock by @github-actions[bot] in #534
New Contributors
- @sueun-dev made their first contribution in #525
- @f-cappelli made their first contribution in #531
- @Yanhu007 made their first contribution in #530
- @ronKzl made their first contribution in #529
- @Krupesh-21 made their first contribution in #532
Full Changelog: v0.32.0...v0.32.1
This version is also available on Snapcraft, Homebrew, Flatpak!
View the installation instructions for more details.
v0.32.0
What's Changed
New Features
- feat: secure mode by @andrinoff in #487
- feat: send-as email by @mine-13-zoom in #492
- feat: visual mode by @andrinoff in #495
Bug Fixes
- chore: fix settings screenshots by @andrinoff in #486
- fix!: append sent emails to the SENT folder by @andrinoff in #496
Dependencies
- fix(deps): update module golang.org/x/crypto to v0.50.0 by @renovate[bot] in #488
- fix(deps): update module charm.land/bubbletea/v2 to v2.0.5 by @renovate[bot] in #490
- chore(deps): update actions/upload-pages-artifact action to v5 by @renovate[bot] in #493
- fix(deps): update module charm.land/lipgloss/v2 to v2.0.3 by @renovate[bot] in #491
Other Changes
- docs: update demo.gif by @github-actions[bot] in #484
- chore: update flake.lock by @github-actions[bot] in #489
- chore: update flake.lock by @github-actions[bot] in #494
New Contributors
- @mine-13-zoom made their first contribution in #492
Full Changelog: v0.31.0...v0.32.0
This version is also available on Snapcraft, Homebrew, Flatpak!
View the installation instructions for more details.
v0.31.0
What's Changed
New Features
- feat: HTTP for plugins by @andrinoff in #473
- feat(plugins): new prompt sdk and ai_rewrite example by @andrinoff in #474
- feat: marketplace by @andrinoff in #478
Bug Fixes
- ci: change snapcraft build instructions (error) by @andrinoff in #469
- fix: add delivery header check by @andrinoff in #479
- fix: snap version being nightlyv0 in stable by @andrinoff in #480
Dependencies
- chore(deps): update dependency go to v1.26.2 by @renovate[bot] in #464
- fix(deps): update docusaurus monorepo to v3.10.0 by @renovate[bot] in #463
- chore(deps): update goreleaser/goreleaser-action action to v7 by @renovate[bot] in #470
- chore(deps): update dependency node to v24 by @renovate[bot] in #468
- chore(deps): update actions/setup-node action to v6 by @renovate[bot] in #467
- fix(deps): update module golang.org/x/sys to v0.43.0 by @renovate[bot] in #471
- chore(deps): update react monorepo to v19.2.5 by @renovate[bot] in #476
- fix(deps): update module golang.org/x/text to v0.36.0 by @renovate[bot] in #482
Continuous Integration
- ci: add more tests by @andrinoff in #466
- fix: nightly snap version by @andrinoff in #481
Other Changes
- chore: update flake.lock by @github-actions[bot] in #465
- chore: update flake.lock by @github-actions[bot] in #472
- chore: update flake.lock by @github-actions[bot] in #483
Full Changelog: v0.30.1...v0.31.0
This version is also available on Snapcraft, Homebrew, Flatpak!
View the installation instructions for more details.
v0.30.1
What's Changed
Bug Fixes
- ci: fix screenshots and GIF workflows by @andrinoff in #460
- fix: change envelope address to FetchEmail (actual email address) by @andrinoff in #449
Other Changes
- docs: update demo.gif by @github-actions[bot] in #461
Full Changelog: v0.30.0...v0.30.1
This version is also available on Snapcraft, Homebrew, Flatpak!
View the installation instructions for more details.
v0.30.0
What's Changed
New Features
- fix(deps): update module charm.land/bubbles/v2 to v2.1.0 by @renovate[bot] in #421
- feat: PGP signing and encryption by @andrinoff in #438
- fix(deps): update module github.com/protonmail/go-crypto to v1 by @renovate[bot] in #444
- feat(plugins): edit composer body by @andrinoff in #457
- feat(plugins): custom keybinds by @andrinoff in #458
- feat: one-turn sending and SKILL by @andrinoff in #459
Bug Fixes
- ci: change to pr target by @andrinoff in #442
- fix: remove PGP encryption by @andrinoff in #450
- fix: add libpcsclite-dev to the flatpak-builder by @andrinoff in #452
- ci: 404 error in fetching ps file by @andrinoff in #453
- ci: fix static flatpak-builder by @andrinoff in #456
Documentation
- docs: correct READMEs for packages by @andrinoff in #436
- fix(deps): update module github.com/yuin/gopher-lua to v1.1.2 by @renovate[bot] in #437
- docs: add Discord badge to the README by @andrinoff in #441
Continuous Integration
- ci: add discord workflows by @andrinoff in #440
- ci: add dependencies to the linux cross-compile build by @andrinoff in #451
- ci:cross-compilation linux by @andrinoff in #454
Chores
- chore: add ultimate plugin by @andrinoff in #435
Other Changes
- chore: update flake.lock by @github-actions[bot] in #439
- chore: update flake.lock by @github-actions[bot] in #443
Full Changelog: v0.29.0...v0.30.0
This version is also available on Snapcraft, Homebrew, Flatpak!
View the installation instructions for more details.
v0.29.0
What's Changed
New Features
- feat: add multiple accounts at once (fetch email) by @andrinoff in #428
- feat: multiple protocol support by @andrinoff in #431
Bug Fixes
- fix!: IMAP IDLE behavior by @andrinoff in #433
Dependencies
- chore(deps): update actions/deploy-pages action to v5 by @renovate[bot] in #418
- chore(deps): update actions/configure-pages action to v6 by @renovate[bot] in #424
Continuous Integration
- ci: exclude nightly from compare on release by @andrinoff in #422
- ci: upload nightly to snap and brew by @andrinoff in #423
- ci: update path to the formula file by @andrinoff in #425
- ci: correct the file path by @andrinoff in #426
Chores
- chore: move plugins, so they are easier to find by @andrinoff in #430
- chore: update flake.lock by @github-actions[bot] in #432
Other Changes
- docs: update feature screenshots by @github-actions[bot] in #419
- docs: update demo.gif by @github-actions[bot] in #420
Full Changelog: v0.28.0...v0.29.0
This version is also available on Snapcraft, Homebrew, Flatpak!
View the installation instructions for more details.