Skip to content

Releases: mroetsc/stuart

0.3.0

17 Jun 18:11

Choose a tag to compare

0.3.0 - 2026-06-17

Highlights

  • now supports setting input mode to direct or line, allowing to type a whole line before sending at once, or just live sending everything typed

Detailed commits

Features

Miscellaneous Chores

0.2.0

16 Jun 15:43

Choose a tag to compare

0.2.0 - 2026-06-16

Highlights

  • config file support
  • reduced binary size

Detailed commits

Features

  • (cli) config value priority and args for creating new default config - (0f87016) - @mroetsc
  • (config) implemented first draft of config module - (4911c73) - @mroetsc

Documentation

Build system

  • configured release profile and set config crate feature flags to reduce binary size - (2972eb5) - @mroetsc

Refactoring

  • (cli) used From impls for mapping Arg structs more cleanly - (09b0c9e) - @mroetsc
  • (config) improve validation, error handling, and cross-platform path resolution - (4fef885) - @mroetsc

Miscellaneous Chores

0.1.2

13 Jun 12:19

Choose a tag to compare

0.1.2 - 2026-06-13

Features

Bug Fixes

Documentation

Refactoring

  • (ui) settings page now uses a common enum; also overhauled styling a bit - (9a70bff) - @mroetsc

Miscellaneous Chores

0.1.1

11 Jun 11:57

Choose a tag to compare

0.1.1 - 2026-06-11

Features

  • (cli) better grouping for help output - (7a77410) - @mroetsc
  • (state) sort available ports in PortSelection properly - (74f9d11) - @mroetsc
  • (ui) fallback keycode to enter control mode on emulators not supporting kitty keyboard protocol - (b179f0f) - @mroetsc

Documentation

  • updated readme with with latest new help output and keybindings note - (a4bf4d2) - @mroetsc

Build system

Miscellaneous Chores

0.1.0

10 Jun 15:17

Choose a tag to compare

Initial Release

This is the first release of stuart. See detailed commits below

0.1.0 - 2026-06-10

Features

Bug Fixes

Documentation

Build system

Continuous Integration

Refactoring

  • (ui) renamed clear to flush to have c key available for copy - (42fbbdf) - @mroetsc
  • moved application state into its own module - (e4e8a1a) - @mroetsc

Miscellaneous Chores

Read more