Skip to content

Commit 6e7e78a

Browse files
committed
chore(release): v0.2.1
1 parent f6b8a1f commit 6e7e78a

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to **pTTY** are documented in this file.
44
Format loosely follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/);
55
versioning is [SemVer](https://semver.org/).
66

7-
## [Unreleased]
7+
## [0.2.1] — 2026-08-17
88

99
### Fixed
1010
- The public install one-liner failed with a 404 for every new user: the

SHA256SUMS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ c5613255390e874056af0e808d80ede5d4757f54966dd03aa42911f569f57ff0 src/connect.sh
55
e89d413c2816630637e624244b1304b20b524d347bbf28ce886e269520c30cc4 src/uninstall.sh
66
a9b40cfcd0badbc1573594670e5cbf96eaedb85c386fd6b77f49beddb10540eb src/safe-exit.sh
77
f4eaa764f0982021550d510405877110bc280e0e47df4695146496c1d2d80f51 src/console-help.sh
8-
3390180704cb02d9288da3fbcae077231e9d2c9a5f971e7824cadc56f889f4e1 src/help-reference.sh
8+
2300e7a6d34f9b171ae2ea73dd6d200a5eb4da0e5ac94de61a23f714ed887f45 src/help-reference.sh
99
12682b96c74208f55a8328c49ef6db6d88349108baac10e53818e5dcfe6e4b84 src/status-format-v4.tmux
1010
80911f68ac6aef6de11e820c73953010aa1cca2de71e6666d8e51eecd2b245d3 src/theme-config.sh
11-
59c1f889bb2bda285a74874da7a463ff89d110865a507910118c1378da3e82a9 src/mission-control.sh
11+
6e2b4d534ac6e8d87b6348414a0f0900494c7b3a4d4aa7e6fa5cb72a24dc2a9f src/mission-control.sh
1212
a9cd40be824f75e5f0dc4f951b6d21f30e5f29df02af6af0ce255592f6c2743d src/shortcuts-popup.sh
1313
dadd81876ff6da72189178abbbd91d774ebba31bb820cfe5ef624ee97063be62 src/click-session.sh
1414
fefce2aa5194ceac7eaf62215064ba50e76186060dc6ab679d283187242806b6 src/restart-confirm.sh

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -e
66
umask 022
77
trap 'echo "[pTTY] Install failed at line $LINENO — nothing may be partially configured; re-run install.sh after fixing the error above." >&2' ERR
88

9-
PTTY_VERSION="0.2.0"
9+
PTTY_VERSION="0.2.1"
1010
MIN_TMUX_VERSION="3.2"
1111

1212
# Remote files are pinned to a tagged release by default (integrity-verified
@@ -18,7 +18,7 @@ PTTY_REF="${PTTY_REF:-v$PTTY_VERSION}"
1818
# sha256 of the SHA256SUMS manifest at $PTTY_REF, generated with
1919
# tools/gen-sha256sums.sh. Every remote-downloaded file is verified against
2020
# entries in that manifest before it is made executable.
21-
MANIFEST_SHA256="ee98ae4821dd3df8e6cf892e08b104f43278990434752759e8928237c4c50ddb"
21+
MANIFEST_SHA256="3beda5d631b1b08446a14625930f2c324eddcedebc286314748eea15519f4dfd"
2222

2323
# Colors for output
2424
RED='\033[0;31m'

src/help-reference.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# F12 - Static Help Reference Window
33
# Simple, clean documentation without decorative borders
44

5-
VERSION="0.2.0" # keep in sync with install.sh PTTY_VERSION
5+
VERSION="0.2.1" # keep in sync with install.sh PTTY_VERSION
66

77
# Clear screen and show help
88
clear
99

1010
cat << 'EOF'
1111
12-
🖥️ pTTY v0.2.0 - Quick Reference
12+
🖥️ pTTY v0.2.1 - Quick Reference
1313
1414
1515
KEYBOARD SHORTCUTS

src/mission-control.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Part of pTTY
44

55
# Version info
6-
VERSION="0.2.0" # keep in sync with install.sh PTTY_VERSION
6+
VERSION="0.2.1" # keep in sync with install.sh PTTY_VERSION
77
HEADER="🖥️ pTTY v${VERSION}"
88

99
# Colors

0 commit comments

Comments
 (0)