Skip to content

Commit 26771af

Browse files
chore: update appcast and release notes for v0.2.27
1 parent f996e78 commit 26771af

3 files changed

Lines changed: 33 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.26</title>
10-
<pubDate>Mon, 09 Mar 2026 23:21:15 +0000</pubDate>
11-
<sparkle:releaseNotesLink>https://semos.sh/releases/attyx/0.2.26/sparkle</sparkle:releaseNotesLink>
9+
<title>Attyx v0.2.27</title>
10+
<pubDate>Tue, 10 Mar 2026 00:24:51 +0000</pubDate>
11+
<sparkle:releaseNotesLink>https://semos.sh/releases/attyx/0.2.27/sparkle</sparkle:releaseNotesLink>
1212
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
1313
<enclosure
14-
url="https://github.com/semos-labs/attyx/releases/download/v0.2.26/attyx-darwin-arm64.zip"
15-
sparkle:version="0.2.26"
16-
sparkle:shortVersionString="0.2.26"
17-
length="1118054"
14+
url="https://github.com/semos-labs/attyx/releases/download/v0.2.27/attyx-darwin-arm64.zip"
15+
sparkle:version="0.2.27"
16+
sparkle:shortVersionString="0.2.27"
17+
length="1118338"
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.26</title>
10-
<pubDate>Mon, 09 Mar 2026 23:21:15 +0000</pubDate>
11-
<sparkle:releaseNotesLink>https://semos.sh/releases/attyx/0.2.26/sparkle</sparkle:releaseNotesLink>
9+
<title>Attyx v0.2.27</title>
10+
<pubDate>Tue, 10 Mar 2026 00:24:51 +0000</pubDate>
11+
<sparkle:releaseNotesLink>https://semos.sh/releases/attyx/0.2.27/sparkle</sparkle:releaseNotesLink>
1212
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
1313
<enclosure
14-
url="https://github.com/semos-labs/attyx/releases/download/v0.2.26/attyx-darwin-x64.zip"
15-
sparkle:version="0.2.26"
16-
sparkle:shortVersionString="0.2.26"
17-
length="1206101"
14+
url="https://github.com/semos-labs/attyx/releases/download/v0.2.27/attyx-darwin-x64.zip"
15+
sparkle:version="0.2.27"
16+
sparkle:shortVersionString="0.2.27"
17+
length="1206399"
1818
type="application/octet-stream" />
1919
</item>
2020
</channel>
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
version: "0.2.27"
3+
title: "Attyx v0.2.27"
4+
date: 2026-03-10
5+
---
6+
7+
# Attyx v0.2.27
8+
9+
## Improvements
10+
11+
- **Smarter config editing** — pressing the config shortcut now detects whether your `$EDITOR` is a TUI app (vim, nano, etc.) or a GUI app (VS Code, Sublime, etc.) and opens it accordingly. TUI editors launch in a new Attyx window; GUI editors open directly.
12+
13+
- **More reliable update checks** — the updater no longer relies on a throttle file on disk. Instead it checks on every launch and re-checks periodically (every 4 hours) while running, with proper cache-busting so you always get the latest version info.
14+
15+
- **Familiar CLI flags**`-e`, `-c`, and `--command` now work as aliases for `--cmd` when overriding the shell command.
16+
17+
## Fixes
18+
19+
- **Session connection with custom commands** — fixed a bug where session support could be incorrectly enabled when a command override (`--cmd`) was present, causing unexpected behavior.

0 commit comments

Comments
 (0)