What's new
Added
- GPG Signature Verification Tab: New dedicated tab for verifying detached GPG signatures with fingerprint validation #5 thanks to (@SpeeQz1)
- GitHub Sponsors Integration: Added sponsor links in Help menu, About dialog, and README to support development
- Hash Result Caching: Intelligent caching system that eliminates redundant hash calculations when toggling algorithms on the same file
Improved
- Performance: Toggling algorithms on previously hashed files now returns results instantly from cache
- UI/UX: Cleaner tab architecture with GPG verification separated from hash operations
- Accessibility: Removed unnecessary scrollbars from Single File tab for improved visual clarity
Fixed
- Linux CI build compatibility with webkit2gtk 0.18.2 by patching wry crate with SettingsExt trait import