Skip to content

Releases: dhth/dstll

v0.2.1

17 Sep 20:09
Compare
Choose a tag to compare

Changelog

  • 3782cbc fix: don't show files where no results are found

v0.2.0

17 Sep 18:38
331d70a
Compare
Choose a tag to compare

This release adds support for rust, adds support for catching more "code constructs" for go and scala.

Changelog

  • 5808ab9 chore(deps): bump jaxxstorm/action-install-gh-release from 1.10.0 to 1.12.0 (#11)
  • 331d70a feat: add support for rust (#12)

v0.1.0

13 Sep 22:45
Compare
Choose a tag to compare

First release

Basic Usage

# print findings to stdout
dstll [PATH ...]

# write findings to a directory
dstll write [PATH ...] -o /var/tmp/findings

# serve findings via a web server
dstll serve [PATH ...] -o /var/tmp/findings

# open TUI
dstll tui

Changelog

  • b1ad500 build: dependency upgrades
  • 1e36f27 build: upgrade dependencies (#7)
  • 2af3ea0 build: upgrade to go 1.22.5
  • 37d5c5a chore(deps): bump github.com/charmbracelet/bubbletea from 0.26.5 to 0.26.6 (#1)
  • 45caa32 feat: add ability to view files
  • a1b681e feat: add pagination to server response
  • c42421e feat: add plain text output for cli mode
  • f205a6a feat: add syntax highlighting
  • e5140ce feat: add tui mode
  • 85fe91a feat: add web server mode
  • 7ecf809 feat: initial working setup
  • f8efe28 feat: make parameters and return types optional
  • 94e9f1b feat: query go types
  • 942a565 feat: show modifiers, type params, func receivers
  • 42dc84b feat: use xcode-dark as theme
  • 083298e refactor: add more linters
  • 0a2b685 refactor: move loading bar to internal
  • 7868bde refactor: rename to dstll
  • d64becd refactor: web -> server