File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) .
66
7+ ## [ 0.1.1] - 2026-01-15
8+
9+ ### Added
10+
11+ - One-liner install script (` curl -fsSL ... | sh ` )
12+ - Binary accessibility validation for service users
13+ - Tab shortcut hint in TUI for folding sections
14+ - Ubuntu and Debian ` .deb ` packages in releases
15+
16+ ### Fixed
17+
18+ - Hero button text color in dark mode
19+ - Temp directory cleanup on install script error
20+ - Use official Tezos logo
21+
22+ ### Changed
23+
24+ - Documentation examples now target shadownet instead of mainnet
25+ - Documentation styling aligned with Tezlink/Tezos design
26+
727## [ 0.1.0] - 2026-01-14
828
929### Added
Original file line number Diff line number Diff line change @@ -3025,7 +3025,7 @@ let ui_cmd =
30253025
30263026let root_cmd =
30273027 let doc = " Terminal UI for managing Octez services" in
3028- let info = Cmd. info " octez-manager" ~doc ~version: " 0.1.0 " in
3028+ let info = Cmd. info " octez-manager" ~doc ~version: " 0.1.1 " in
30293029 Cmd. group
30303030 info
30313031 ~default: ui_term
You can’t perform that action at this time.
0 commit comments