Skip to content

stet: v0.9.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 14:22
5a8b15c

0.9.0 (2026-07-20)

⚠ BREAKING CHANGES

  • config: 💥 the search pane's scope picker moved from ctrl-s to ctrl-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_COLOR convention (#311) (4c66778), closes #64

Bug Fixes

  • mouse: 🐛 reset double-click tracker on ignored row clicks (#323) (e2fc2fc)
  • theme: 🐛 honor NO_COLOR=0/false per no-color.org (#324) (4549435)
  • tree: 🐛 keep sidebar row text on one line (#307) (e475af8)
  • viewer: 🐛 restore drag selection & add edge auto-scroll (#305) (7a62a5e), closes #217