Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
.name = .attyx,
// This is a [Semantic Version](https://semver.org/).
// In a future version of Zig it will be used for package deduplication.
.version = "0.2.42",
.version = "0.2.43",
// Together with name, this represents a globally unique package
// identifier. This field is generated by the Zig toolchain when the
// package is first created, and then *never changes*. This allows
Expand Down
5 changes: 5 additions & 0 deletions releases/v0.2.43.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Attyx v0.2.43

## Mouse Selection Stays Within Its Pane

In split mode, clicking and dragging to select text could bleed across pane boundaries — highlighting cells in neighboring panes and producing garbled copy results. Selection is now scoped to the focused pane: clicks, drags, and the resulting copied text all stay exactly where you'd expect them.
4 changes: 2 additions & 2 deletions resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<key>CFBundleIdentifier</key>
<string>com.semos-labs.attyx</string>
<key>CFBundleVersion</key>
<string>0.2.42</string>
<string>0.2.43</string>
<key>CFBundleShortVersionString</key>
<string>0.2.42</string>
<string>0.2.43</string>
<key>CFBundleExecutable</key>
<string>attyx</string>
<key>CFBundleIconFile</key>
Expand Down
Loading