v0.8 - Two Years of Hurling Release
Breaking Changes
- Use .NET 7 Desktop Runtime, instead of .NET 6 (Download it here)
- Remove
DisableAcrylic
andBackgroundRGB
setting options - Rename
UseWhiteBorder
settings option toNoWhiteBorder
Feature Updates
- Add Basic Browser Rules Support, with support for String, Regex, Glob match (#18)
- New Quick Add Rule window to add rules from Hurl mainwindow
- Keyboard Shortcuts for copying URl (C), editing URI (E), Quick adding rule (R), Timed browser (T) and Num keys (1-9) for selecting respective browser (#44)
- Updated Hurl's Toolbar layout to get more focus
- Simplify Custom Icon code
Development Updates
- Migrate to Singleton Pattern to ease dev process.
- Yet an another project structure update to make space for Hurl Settings project
- Revert back to using wpfui repo as git submodule, instead of Nuget package
- Add Settings JSON Schema: https://gist.github.com/U-C-S/1f3fe5876a3b2ccf0ca5c7e630427185
Full Changelog: v0.7.1...v0.8.0