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
Bump version to 3.0.2
- Bump AssemblyVersion to 3.0.2.0 across projects and update publishing layout.;
- Publish profiles were renamed (remove '-10.0' suffix), cleaned up TargetFramework entries, and now append $(AssemblyVersion) to PublishDir so builds include the version in output paths;
- Replace verbose-wait behavior with a new -q flag (auto-close) and adjust exit logic/help text accordingly;
- Minor UI tweak: set MinWidth/MinHeight in MainWindow.xaml;
- Update Microsoft.NET.Test.Sdk to 18.4.0 and refresh README (issue notes and help option changes);
- Update imhex patterns;
Bump versions and add window resize unlock
Add UnlockWindowResize RelayCommand to MainWindowViewModel (sets ResizeMode to CanResizeWithGrip) and wire a KeyBinding (Ctrl+Shift+J) in MainWindow.xaml to invoke it;
Updated to 2.0.0.0
- Moved solution to .NET 9;
- Added the software-based AES encryption;
- Updated some deencryption methods;
- Moved Core class to LimebrellaSharpWinForms;