Skip to content
This repository was archived by the owner on Aug 16, 2026. It is now read-only.

0.10.2

Choose a tag to compare

@github-actions github-actions released this 17 Jul 03:01
· 90 commits to master since this release
0.10.2
a7dbfb0

Added

  • 46bf09c Add CLI and TOML controls for explicitly enabling or disabling the legacy F2 command editor.

Changed

  • 46bf09c Disable the unauthenticated F2 arbitrary-command editor by default; session commands now come from administrator configuration or installed sessions unless explicitly enabled.

Fixed

  • 99edd90 Exclude the executable name from option parsing, removing the spurious unexpected positional argument 'tuigreet' warning.
  • 46bf09c Update remembered usernames and sessions only after greetd confirms the exact submitted session started; failed or cancelled attempts no longer change the cache.
  • 7786e54 Keep --version nonempty and current for release tags, development commits, dirty trees, shallow clones, and source archives.
  • f4f3a06 Preserve unrelated valid options when duplicate, unknown, malformed, positional, or non-UTF-8 command-line arguments are ignored.
  • 003d741 Prevent authentication success and real or mock power actions from deadlocking behind a full render/event queue.

Security

  • c5d3ab8 Write debug logs only to private regular files, reject unsafe links and special files, and redact session commands and environment values.