Skip to content

v1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Aug 13:19

What's Changed

  • chore(deps): Bump actions/setup-node from 4 to 7 by @dependabot[bot] in #1
  • chore(deps): Bump actions/checkout from 4 to 7 by @dependabot[bot] in #2
  • feat: notification click travels to the pane that rang by @ba2slk in #5
  • feat: macOS support (experimental) by @ba2slk in #6
  • fix: notification click leaves an already-focused window alone by @ba2slk in #7
  • fix: capture the foreground command on mac, via ps by @ba2slk in #8
  • docs: update keybindings table with separate macOS column in README by @hwantage in #9
  • fix: an idle pane that moved directories saves no command by @ba2slk in #12
  • feat: rename sessions and pane titles by @ba2slk in #13
  • feat: overview map panning and lens scrubbing by @ba2slk in #14
  • feat: reorder the session list by dragging by @ba2slk in #15
  • fix: a narrow session list keeps names instead of the Alt+N chord by @ba2slk in #17
  • feat: pane titles without the overview by @ba2slk in #18
  • fix: the canvas host cannot be scrolled by the browser by @ba2slk in #19
  • feat: Ctrl+click opens links in the browser by @ba2slk in #20
  • style: peek labels read as labels by @ba2slk in #21
  • feat: bundled palettes are the well-known dark ones by @ba2slk in #22
  • feat: the focused pane border colour is a setting by @ba2slk in #23
  • chore: package keywords match what the app is by @ba2slk in #24
  • chore: dead styles, the z-index ladder, and two notes by @ba2slk in #25
  • refactor: one owner for renderer state, pure menu and snapshot models by @ba2slk in #26
  • refactor: the self-check waits for conditions, not clocks by @ba2slk in #27
  • feat: the session list previews a drag by stepping rows aside by @ba2slk in #28
  • chore: menus are grouped by what each command acts on by @ba2slk in #31
  • fix: report clear error when pane cwd does not exist by @hwantage in #30
  • fix: the example session runs on any machine by @ba2slk in #32
  • fix(renderer): raise exit banner z-index and handle interactive shell exit cleanly by @hwantage in #34
  • feat: inherit working directory when splitting new panes by @hwantage in #36
  • fix: the terminal scrollbar overlays the grid by @ba2slk in #37
  • feat: text rendering setting, greyscale or subpixel by @ba2slk in #38
  • fix: panes keep their WebGL renderer, and give the context back when they lose it by @ba2slk in #39
  • fix: the canvas glides on whole device pixels by @ba2slk in #40
  • style: the panels and the sidebar share one bottom line above the canvas bar by @ba2slk in #41
  • test: the ps foreground check waits for the command, not the first process it sees by @ba2slk in #42
  • feat: a first run seeds Welcome.yaml, and an empty list offers to create one by @ba2slk in #43
  • feat: the app checks GitHub for a newer release and says so in the title bar by @ba2slk in #44
  • fix: the update chip takes no room while there is nothing to say by @ba2slk in #45
  • style: settings sections are separated by a hairline, and the UI spells American by @ba2slk in #46

New Contributors

Full Changelog: v1.0.0...v1.1.0