Skip to content

v0.2.7

Choose a tag to compare

@github-actions github-actions released this 12 Jun 14:37
· 10 commits to master since this release
UI redesign + Avalonia 12 title-bar drag fix; v0.2.7

- New Styles/AppStyles.axaml shared design system (field/card/primary/
  secondary/toggle/ghost), applied across all tool tabs; green accent.
- Fix window dragging: Avalonia 12 dropped BeginMoveDrag-style title bars;
  use WindowDecorationProperties.ElementRole=TitleBar on the header.
- Telegram tab renamed to Telegram Bot with branded styling.
- Compact, principled layouts: Scanner side-by-side inputs, cURL URL row +
  method/override/run row, SSH 2-row login (watermarks), Monitor targets +
  settings side-by-side, DNS resolvers tall on the right.
- Enter starts/stops on toggle tabs (Scanner/Monitor Shift+Enter=newline;
  SSH login fields connect). Remove numeric spinners in Scanner.
- Window base size 842x565. Tab hover/selected states fixed.
- Android: include Styles/ XAML in the head (would crash otherwise),
  bump to 0.2.7 (versionCode 3).