Skip to content

Commit 62d18e5

Browse files
New version: floatpane.matcha 0.36.0 (#366691)
Co-authored-by: goreleaserbot <bot@goreleaser.com>
1 parent 67b94c2 commit 62d18e5

3 files changed

Lines changed: 102 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# This file was generated by GoReleaser. DO NOT EDIT.
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
PackageIdentifier: floatpane.matcha
4+
PackageVersion: 0.36.0
5+
InstallerLocale: en-US
6+
InstallerType: zip
7+
ReleaseDate: "2026-04-29"
8+
Installers:
9+
- Architecture: x64
10+
NestedInstallerType: portable
11+
NestedInstallerFiles:
12+
- RelativeFilePath: matcha.exe
13+
PortableCommandAlias: matcha
14+
InstallerUrl: https://github.com/floatpane/matcha/releases/download/v0.36.0/matcha_0.36.0_windows_amd64.zip
15+
InstallerSha256: 5991a451a13592f3600f0d197427f458afd1625b87d57751c944da2c4991da09
16+
UpgradeBehavior: uninstallPrevious
17+
- Architecture: arm64
18+
NestedInstallerType: portable
19+
NestedInstallerFiles:
20+
- RelativeFilePath: matcha.exe
21+
PortableCommandAlias: matcha
22+
InstallerUrl: https://github.com/floatpane/matcha/releases/download/v0.36.0/matcha_0.36.0_windows_arm64.zip
23+
InstallerSha256: ef46c98a7160fb974c8312f988dad6e68fc98ea9cbba89024ec8ee5a3bdbc9b1
24+
UpgradeBehavior: uninstallPrevious
25+
ManifestType: installer
26+
ManifestVersion: 1.12.0
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
# This file was generated by GoReleaser. DO NOT EDIT.
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
PackageIdentifier: floatpane.matcha
4+
PackageVersion: 0.36.0
5+
PackageLocale: en-US
6+
Publisher: floatpane
7+
PublisherUrl: https://matcha.floatpane.com
8+
PublisherSupportUrl: https://github.com/floatpane/matcha/issues
9+
PackageName: matcha
10+
PackageUrl: https://matcha.floatpane.com
11+
License: MIT
12+
ShortDescription: A beautiful and functional email client for your terminal.
13+
Description: |
14+
A beautiful and functional email client for your terminal, built with Go and the charming Bubble Tea TUI library.
15+
Never leave your command line to check your inbox or send an email again!
16+
Moniker: matcha
17+
Tags:
18+
- email
19+
- terminal
20+
- tui
21+
ReleaseNotes: |
22+
<!-- Release notes generated using configuration in .github/release.yml at v0.36.0 -->
23+
24+
## What's Changed
25+
### New Features
26+
* feat: sixel fallback for multiplexers by @andrinoff in https://github.com/floatpane/matcha/pull/1011
27+
* feat: custom keybindings by @andrinoff in https://github.com/floatpane/matcha/pull/1185
28+
* feat(search): server-side email search by @mvanhorn in https://github.com/floatpane/matcha/pull/1186
29+
### Bug Fixes
30+
* fix: defer kitty debug-log Close by @SAY-5 in https://github.com/floatpane/matcha/pull/909
31+
* test(config): add folder_cache tests by @mvanhorn in https://github.com/floatpane/matcha/pull/1007
32+
* fix: nil check in renderCalendarInvite by @vedparkasharya in https://github.com/floatpane/matcha/pull/1023
33+
* fix: cache migration error silent fail by @itniuma2026 in https://github.com/floatpane/matcha/pull/1005
34+
* fix(cache): Add log email cache errors by @joserafaelSH in https://github.com/floatpane/matcha/pull/1181
35+
* fix: handle zero terminal cell height by @Haroka-74 in https://github.com/floatpane/matcha/pull/1184
36+
* fix(sender): check writes in iMIP body by @mvanhorn in https://github.com/floatpane/matcha/pull/1182
37+
* fix: notifications being sent when off by @andrinoff in https://github.com/floatpane/matcha/pull/1194
38+
* fix: randomize pgp boundary by @Genmin in https://github.com/floatpane/matcha/pull/1191
39+
* fix(cache): trim <> from email keys by @mvanhorn in https://github.com/floatpane/matcha/pull/1190
40+
* fix: change read path in i18n loader by @andrinoff in https://github.com/floatpane/matcha/pull/1193
41+
### Performance Improvements
42+
* perf: use slices instead of bubblesort by @Haroka-74 in https://github.com/floatpane/matcha/pull/1179
43+
### Documentation
44+
* docs: update feature screenshots by @floatpanebot in https://github.com/floatpane/matcha/pull/1018
45+
* docs: update demo.gif by @floatpanebot in https://github.com/floatpane/matcha/pull/1017
46+
### Dependencies
47+
* chore(deps): update renovatebot/github-action action to v46.1.11 by @floatpanebot in https://github.com/floatpane/matcha/pull/1025
48+
* chore(deps): update renovatebot/github-action action to v46.1.12 by @floatpanebot in https://github.com/floatpane/matcha/pull/1189
49+
### Continuous Integration
50+
* ci: exclude preview tags by @andrinoff in https://github.com/floatpane/matcha/pull/1019
51+
* ci: add /assign command by @andrinoff in https://github.com/floatpane/matcha/pull/1021
52+
* refactor: extract shared HTTP timeouts by @mvanhorn in https://github.com/floatpane/matcha/pull/1022
53+
* ci: exclude preview from commit log by @andrinoff in https://github.com/floatpane/matcha/pull/1028
54+
### Chores
55+
* chore: use strings.Builder in validator by @Haroka-74 in https://github.com/floatpane/matcha/pull/1020
56+
* chore: update flake.lock by @floatpanebot in https://github.com/floatpane/matcha/pull/1026
57+
* chore: use strings.Builder in yubikey by @Haroka-74 in https://github.com/floatpane/matcha/pull/1024
58+
* chore(daemon): named timeout constants by @mvanhorn in https://github.com/floatpane/matcha/pull/1027
59+
* chore: defer file closes by @Haroka-74 in https://github.com/floatpane/matcha/pull/1180
60+
61+
## New Contributors
62+
* @vedparkasharya made their first contribution in https://github.com/floatpane/matcha/pull/1023
63+
* @itniuma2026 made their first contribution in https://github.com/floatpane/matcha/pull/1005
64+
* @joserafaelSH made their first contribution in https://github.com/floatpane/matcha/pull/1181
65+
* @Genmin made their first contribution in https://github.com/floatpane/matcha/pull/1191
66+
67+
**Full Changelog**: https://github.com/floatpane/matcha/compare/v0.35.0...v0.36.0
68+
ManifestType: defaultLocale
69+
ManifestVersion: 1.12.0
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This file was generated by GoReleaser. DO NOT EDIT.
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
PackageIdentifier: floatpane.matcha
4+
PackageVersion: 0.36.0
5+
DefaultLocale: en-US
6+
ManifestType: version
7+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)