Skip to content

Releases: vdemeester/shotty

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 01 Apr 12:48
v0.2.0
055cdd3

What's Changed in v0.2.0

Full changelog: v0.1.1...v0.2.0

Changelog

🚀 Features

📖 Documentation


Full Changelog: v0.1.1...v0.2.0

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 27 Mar 11:46
v0.1.1
331d35a

What's Changed in v0.1.1

🐛 Bug Fixes

  • fix: handle errcheck on deferred os.Remove (331d35a)

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 27 Mar 11:34
v0.1.0
2e609c4

What's Changed in v0.1.0

Initial release of shotty — screenshot and screen recording tool for Wayland (niri).

🚀 Features

  • feat: shell completion, direct mp4 recording, non-blocking notify (4ddb09c)
  • feat: wire all commands into CLI entry point (22ab7bd)
  • feat: implement waybar status output (7621bc5)
  • feat: implement recording commands (0b7671d)
  • feat: implement screenshot commands (6fd16da)
  • feat: add delay countdown with state file updates (2d86310)
  • feat: add external tool wrappers with testable Runner interface (05d89f6)
  • feat: add recording state file management (b83ae06)
  • feat: add configuration and path generation (4063c14)
  • feat: initial project scaffolding (f5c8c0e)

🔧 Maintenance

  • ci: add CI, release workflows and dependabot (2e609c4)
  • style: use slices.Contains and any type alias (e59c950)