Skip to content

Commit 9ca57e9

Browse files
authored
Merge pull request #1 from LucianBuzzo/release-please--branches--master--components--gatan
chore(master): release gatan 0.2.0
2 parents 526b212 + 1e72042 commit 9ca57e9

4 files changed

Lines changed: 31 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/LucianBuzzo/gatan/compare/gatan-v0.1.0...gatan-v0.2.0) (2026-02-15)
4+
5+
6+
### Features
7+
8+
* **auth:** add centered sudo explainer flow ([ba7f5b8](https://github.com/LucianBuzzo/gatan/commit/ba7f5b82d51e9ec850c1ed723e825200776d2172))
9+
* bootstrap gatan v1 cli tui tests ci release automation ([a1c7d22](https://github.com/LucianBuzzo/gatan/commit/a1c7d22f043df4a25f78b831bb573f8b1ecc96f7))
10+
* **inspect:** add live top snapshot with async rendering ([526b212](https://github.com/LucianBuzzo/gatan/commit/526b212e06e5865721038fc3c1b2b4755eb1381e))
11+
* **ui:** add centered confirmation modal spacing and keymap ([f046591](https://github.com/LucianBuzzo/gatan/commit/f04659147f868bb456e5c568bea5ead8274b1117))
12+
* **ui:** frame inspect view like main screen ([0222336](https://github.com/LucianBuzzo/gatan/commit/022233690a1b69f78bd5ab4b066e62b711ff2add))
13+
* **ui:** refine main and inspect layout styling ([23b28b3](https://github.com/LucianBuzzo/gatan/commit/23b28b3182de91d43c93ad77b10c7feaf0ba0846))
14+
15+
16+
### Bug Fixes
17+
18+
* **core:** request full command names from lsof ([2885022](https://github.com/LucianBuzzo/gatan/commit/288502266f6f05853ab03af82f4e0b5c45d18b4b))
19+
* **ui:** clear confirm prompt row after kill action ([a2c69f7](https://github.com/LucianBuzzo/gatan/commit/a2c69f7934378282279cebbc57b80ecadfea6ebe))
20+
* **ui:** rebalance main table column truncation ([146731c](https://github.com/LucianBuzzo/gatan/commit/146731c2850a1dcedaee90fbfafe216d6cb0afeb))
21+
* **ui:** support bash 3 read timeout handling ([20ad5b0](https://github.com/LucianBuzzo/gatan/commit/20ad5b0819f3ee75c8a89d6baaccdbb38fbb8da7))
22+
* **ui:** use live terminal size for full-frame layout ([6ad3af5](https://github.com/LucianBuzzo/gatan/commit/6ad3af5241ba084fd8187f4ff2cf09be17319af8))
23+
24+
25+
### Performance Improvements
26+
27+
* **ui:** optimize repaint and key handling responsiveness ([008e177](https://github.com/LucianBuzzo/gatan/commit/008e177f5e0c4a25148792b84473f66a00451d0f))
28+
29+
## Changelog
30+
331
All notable changes to this project will be documented in this file.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.2.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lucianbuzzo/gatan",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"repo": "lucianbuzzo/gatan",
55
"description": "macOS Bash TUI for inspecting listening TCP ports and processes",
66
"license": "MIT",

0 commit comments

Comments
 (0)