You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).