Skip to content

Commit 92584c7

Browse files
chore: update appcast and release notes for v0.2.22
1 parent a2e83cb commit 92584c7

3 files changed

Lines changed: 37 additions & 14 deletions

File tree

public/appcast-arm64.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<description>Attyx auto-update feed for Apple Silicon</description>
77
<language>en</language>
88
<item>
9-
<title>Attyx v0.2.21</title>
10-
<pubDate>Sun, 08 Mar 2026 10:17:57 +0000</pubDate>
11-
<sparkle:releaseNotesLink>https://semos.sh/releases/attyx/0.2.21/sparkle</sparkle:releaseNotesLink>
9+
<title>Attyx v0.2.22</title>
10+
<pubDate>Sun, 08 Mar 2026 17:50:45 +0000</pubDate>
11+
<sparkle:releaseNotesLink>https://semos.sh/releases/attyx/0.2.22/sparkle</sparkle:releaseNotesLink>
1212
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
1313
<enclosure
14-
url="https://github.com/semos-labs/attyx/releases/download/v0.2.21/attyx-darwin-arm64.zip"
15-
sparkle:version="0.2.21"
16-
sparkle:shortVersionString="0.2.21"
17-
length="1114926"
14+
url="https://github.com/semos-labs/attyx/releases/download/v0.2.22/attyx-darwin-arm64.zip"
15+
sparkle:version="0.2.22"
16+
sparkle:shortVersionString="0.2.22"
17+
length="1118393"
1818
type="application/octet-stream" />
1919
</item>
2020
</channel>

public/appcast-x64.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<description>Attyx auto-update feed for Intel</description>
77
<language>en</language>
88
<item>
9-
<title>Attyx v0.2.21</title>
10-
<pubDate>Sun, 08 Mar 2026 10:17:57 +0000</pubDate>
11-
<sparkle:releaseNotesLink>https://semos.sh/releases/attyx/0.2.21/sparkle</sparkle:releaseNotesLink>
9+
<title>Attyx v0.2.22</title>
10+
<pubDate>Sun, 08 Mar 2026 17:50:45 +0000</pubDate>
11+
<sparkle:releaseNotesLink>https://semos.sh/releases/attyx/0.2.22/sparkle</sparkle:releaseNotesLink>
1212
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
1313
<enclosure
14-
url="https://github.com/semos-labs/attyx/releases/download/v0.2.21/attyx-darwin-x64.zip"
15-
sparkle:version="0.2.21"
16-
sparkle:shortVersionString="0.2.21"
17-
length="1202530"
14+
url="https://github.com/semos-labs/attyx/releases/download/v0.2.22/attyx-darwin-x64.zip"
15+
sparkle:version="0.2.22"
16+
sparkle:shortVersionString="0.2.22"
17+
length="1206258"
1818
type="application/octet-stream" />
1919
</item>
2020
</channel>
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
version: "0.2.22"
3+
title: "Attyx v0.2.22"
4+
date: 2026-03-08
5+
---
6+
7+
# Attyx v0.2.22
8+
9+
## Improvements
10+
11+
- **Richer Git status widget** — the statusbar Git widget now shows commit hashes for detached HEAD states, merge conflict counts, and insertion/deletion statistics. Each field has its own icon and color, all customizable through the statusbar config.
12+
13+
- **Better overlay management** — the search bar, tab bar, and status bar no longer fight for space. When search is active it always takes the top row, cleanly hiding other overlays until you close it. No more visual collisions.
14+
15+
- **Active tab distinction** — the active tab in the tab bar now uses a slightly different color blend so it's easier to spot at a glance.
16+
17+
## Fixes
18+
19+
- **Working directory flag works everywhere**`-d` / `--working-directory` now correctly sets the starting directory in both direct and session (daemon) modes. Previously it was ignored in some cases.
20+
21+
- **Config shortcut uses system opener**`Cmd+,` (macOS) / `Ctrl+,` (Linux) now opens `attyx.toml` with your OS default editor (`open` / `xdg-open`) instead of trying to launch `$EDITOR` inside the terminal window.
22+
23+
- **Search bar positioning** — the search bar now accounts for the status bar and tab bar height when calculating its position, so it no longer overlaps other UI elements.

0 commit comments

Comments
 (0)