File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to **pTTY** are documented in this file.
44Format loosely follows [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ;
55versioning 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
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ c5613255390e874056af0e808d80ede5d4757f54966dd03aa42911f569f57ff0 src/connect.sh
55e89d413c2816630637e624244b1304b20b524d347bbf28ce886e269520c30cc4 src/uninstall.sh
66a9b40cfcd0badbc1573594670e5cbf96eaedb85c386fd6b77f49beddb10540eb src/safe-exit.sh
77f4eaa764f0982021550d510405877110bc280e0e47df4695146496c1d2d80f51 src/console-help.sh
8- 3390180704cb02d9288da3fbcae077231e9d2c9a5f971e7824cadc56f889f4e1 src/help-reference.sh
8+ 2300e7a6d34f9b171ae2ea73dd6d200a5eb4da0e5ac94de61a23f714ed887f45 src/help-reference.sh
9912682b96c74208f55a8328c49ef6db6d88349108baac10e53818e5dcfe6e4b84 src/status-format-v4.tmux
101080911f68ac6aef6de11e820c73953010aa1cca2de71e6666d8e51eecd2b245d3 src/theme-config.sh
11- 59c1f889bb2bda285a74874da7a463ff89d110865a507910118c1378da3e82a9 src/mission-control.sh
11+ 6e2b4d534ac6e8d87b6348414a0f0900494c7b3a4d4aa7e6fa5cb72a24dc2a9f src/mission-control.sh
1212a9cd40be824f75e5f0dc4f951b6d21f30e5f29df02af6af0ce255592f6c2743d src/shortcuts-popup.sh
1313dadd81876ff6da72189178abbbd91d774ebba31bb820cfe5ef624ee97063be62 src/click-session.sh
1414fefce2aa5194ceac7eaf62215064ba50e76186060dc6ab679d283187242806b6 src/restart-confirm.sh
Original file line number Diff line number Diff line change 66umask 022
77trap ' 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 "
1010MIN_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
2424RED=' \033[0;31m'
Original file line number Diff line number Diff line change 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
88clear
99
1010cat << 'EOF '
1111
12- 🖥️ pTTY v0.2.0 - Quick Reference
12+ 🖥️ pTTY v0.2.1 - Quick Reference
1313
1414
1515 KEYBOARD SHORTCUTS
Original file line number Diff line number Diff line change 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
77HEADER=" 🖥️ pTTY v${VERSION} "
88
99# Colors
You can’t perform that action at this time.
0 commit comments