Releases: jimmy-guzman/stet
Releases · jimmy-guzman/stet
Release list
stet: v0.10.0
0.10.0 (2026-07-30)
⚠ BREAKING CHANGES
- layout: 💥 the resize rebind ids grow-sidebar, shrink-sidebar and reset-sidebar are now grow-pane, shrink-pane and reset-pane, and
[/]resize the focused pane rather than always the sidebar
Features
- layout: ✨ dock panels to any edge (#338) (1da8ffb)
- layout: ✨ make the problems panel a resizable pane (#337) (543caae)
- layout: ✨ zoom the focused pane with m (#339) (feabfb0)
Bug Fixes
stet: v0.9.1
stet: v0.9.0
0.9.0 (2026-07-20)
⚠ BREAKING CHANGES
- config: 💥 the search pane's scope picker moved from
ctrl-stoctrl-o - config: 💥 top-level servers moved to diagnostics.servers and the flat icons glyph map moved to icons.glyphs
Features
- config: ✨ save session settings to config w/
ctrl-s(#313) (1e01274) - config: ✨ shape user config by feature w/ off switches (#310) (99fd89f)
- diagnostics: ✨ deliver json/yaml schema validation & intel capabilities (#326) (9434aa7)
- diagnostics: ✨ discover Python servers in virtualenvs (#302) (df8008e)
- go: ✨ add diagnostics & code intel via gopls (#308) (57d9374)
- icons: ✨ swap the json & git file glyphs (#306) (29948b0)
- keys: ✨ configurable keybindings (#315) (caeb8be)
- problems: ✨ copy entries and focus by mouse (#316) (8d595c4)
- sidebar: ✨ reopen a collapsed sidebar with
](#304) (e990dfa) - status: ✨ context-aware status bar over source-tagged alerts (#317) (82a4cbd)
- theme: ✨ honor the
NO_COLORconvention (#311) (4c66778), closes #64
Bug Fixes
stet: v0.8.0
0.8.0 (2026-07-15)
⚠ BREAKING CHANGES
- config: 💥 Replace combined language entries with separate files, icons, languages, and servers registries.
Features
- config: ✨ make file support user configurable (#299) (a07f63b)
- diagnostics: ✨ per-repo server gates via when & firstOf, adding ty (#282) (8e88a20), closes #278
- diff: ✨ highlight
.npmrcand.prettierrc(#294) (2d7340d) - editor: ✨ open the IDE rooted at the repo for
o(#298) (a63d647), closes #119
Bug Fixes
stet: v0.7.4
stet: v0.7.3
0.7.3 (2026-07-12)
Features
- config: ✨ add languages to the user config (#266) (6543b16)
- icons: ✨ add icons for .sql, Procfile, & .txt (#274) (0fc79d4)
- python: ✨ add diagnostics, intel & lsp support (#273) (a47c599)
- status: ✨ recent changed file by kind color & recency dot (#271) (351d778)
- tree: ✨ use minimal Material outline folder glyphs (#275) (41f954b)
- viewer: ✨ add a per-line provenance rail (#276) (ab6368e)
- viewer: ✨ show image & binary metadata (#270) (b2d6ccb)
stet: v0.7.2
stet: v0.7.1
stet: v0.7.0
0.7.0 (2026-07-07)
⚠ BREAKING CHANGES
- keymap: 💥
qnow opens a Quit alert dialog (confirm withy); esc no longer quits (it only closes panels);ctrl-cstill exits instantly
Features
- icons: ✨ add icons for CODEOWNERS, xls/xlsx, & cpuprofile (#242) (ec6e25c)
- keymap: ✨ confirm before quitting via an alert dialog (#237) (6482b1a)