Skip to content

Releases: simonrw/dap-gui

dap-tui-v0.1.1

07 Apr 13:53
85ed94f

Choose a tag to compare

Added

  • add automatic dark/light theme switching based on system preference (#397)
  • add log rotation, non-blocking writes, and CLI log flags (#398)
  • use launch config cwd and show file browser overflow (#396)
  • add readline keybindings and input history to all text input fields
  • add configurable keybindings with TOML config file (#393)
  • default to file picker panel on startup without target

dap-tui-v0.1.0

06 Apr 08:09
8ebfd0e

Choose a tag to compare

Fixed

  • rename workspace crates with dap-gui- prefix for cargo package compatibility (#391)

Other

  • rename main crate to dap-tui again
  • add version fields to path dependencies for release-plz compatibility
  • set up release pipeline with release-plz and GitHub Actions (#389)
  • add zen mode to maximize code view
  • add 163 tests for tui and ui-core crates (#388)
  • extract shared ui-core crate from gui and tui (#387)
  • add inline evaluation annotations in code view (Phase C)
  • add visual line selection in code view (Phase B)
  • add Ctrl+E evaluate expression popup (Phase A)
  • remove modal REPL input, type directly when focused
  • no-session polish and robustness (Phase 5)
  • interactive breakpoints, REPL, and variable tree (Phase 4)
  • connect to debugger and hit breakpoints (Phase 3)
  • file browsing with syntax highlighting (Phase 2)
  • scaffold TUI crate with ratatui (Phase 1)
  • Clean out old POC crates
  • Create crates/ subdir