Hurl Changelog

What's new in Hurl 0.8.3

Mar 20, 2024
  • Installer now automatically installs .NET 8 before installing Hurl (#75)
  • Clicking settings icon, now opens the UserSettings.json in default file handler for JSON files, instead of notepad (#89)
  • Add a button for deleting current Timed default browser (#89)
  • Support deleting rules (#105)
  • Fix various crashes when opening Ruleset Manager, copying URL etc (#68, #102)
  • Improve UX as per various reported issues (#89, #106)

New in Hurl 0.8.2 (Mar 18, 2024)

  • Breaking Changes (sorry Semantic Versioning):
  • Move to .NET 8 Desktop Runtime, instead of .NET 7 (Download it here)
  • Remove Id property in Rulesets (No impact)
  • Application Updates:
  • Introducing Ruleset Manager Beta 🎉 - New feature for creating, editing, deleting and testing Rulesets/Rules, You can open it from Browser Selection window. (In future, It will be available as a desktop shortcut and Rest of the settings like Editing Browsers, Visual etc will be available from this one unified window for editing)
  • Add new Rule Type Domain
  • Add few Tooltips in Browser Selection Window (#89)
  • Fix Hurl running in the background even after Crashing (#97)
  • Development Updates:
  • Update WPF-UI to v3.0.1

New in Hurl 0.8.1 (Feb 1, 2024)

  • Application Updates:
  • Minor UI updates to Quick Add Rulesets, Edit URL
  • Improved Error Handling
  • Increase Font and Browser Icon sizes by a bit
  • Update WPF-UI to v3.0-preview
  • BREAKING CHANGE: Rename AutoRoutingRules property to Rulesets
  • Development Updates:
  • Release Automation through Github Actions. (yey)
  • Updates to UserSettings.schema.json, now includes descriptions and input validations for few properties.

New in Hurl 0.8.0 Alpha (Apr 10, 2023)

  • Add Basic Browser Rules Support, with support for String, Regex, Glob match (#18)
  • New Quick Add Rule window to add rules from Hurl mainwindow
  • Few Keyboard Shortcuts for copying URl (C), editing URI (E), Quick adding rule (R), Timed browser (T) (#44)
  • Updated Hurl's Toolbar layout to get more focus
  • Misc:
  • (BREAKING) Remove DisableAcrylic and BackgroundRGB setting options
  • (BREAKING) rename UseWhiteBorder to NoWhiteBorder

New in Hurl 0.7.1 (Nov 1, 2022)

  • Fixes crash caused due to Acrylic background in win10.

New in Hurl 0.7.0 Alpha (Aug 16, 2022)

  • These new features are a consequence of use of data bindings
  • Alternate launches's context menu now only shows up for those that actually use them. So no more empty context menu.
  • A small plus symbol is added for those browsers that has alternate launches as indication.
  • The release doesnt include any installer, just binary inside a zip file. So, if you already have hurl installed, extract the binary in zip and replace the Hurl.exe from previous installation with it.

New in Hurl 0.6.3 (Jul 17, 2022)

  • Feature Updates:
  • Support %URL% in alternate launch args
  • Support launching Hurl as minimized
  • Add Additional Options button in Browser Icon Button
  • Tweak the BrowserIcon Button's Styles
  • Fixes:
  • Fix Tray Context Menu icon issues
  • Fix the crash when hovering over scrollbar in mainwindow
  • Development Updates:
  • Update wpf.ui to v2.0.1

New in Hurl 0.6.2 (Jun 6, 2022)

  • Fixes:
  • Crash when launching after a fresh install (#42)
  • Crash when upgrading from v0.6 (This is due to non-optional fields in UserSettings.json)

New in Hurl 0.6.1 (Apr 20, 2022)

  • Features UpdatesSupport DisableAcrylic, BackgroundRGB options in settings (part of #39)
  • Use Horizontal Scrollbars after 5 browsers in the view (#25)
  • Fixes:
  • Fix Tray Reload Option Error
  • Various unknown crashes
  • Development Updates:
  • Update to WPFUI v1.2.3 (Also, Use WPFUI as git submodule)
  • Code Refactoring and Improvements

New in Hurl 0.6.0 (Mar 16, 2022)

  • monkey add minimize to tray (BEWARE)
  • Merge branch 'dev-tray' into stable
  • A minimal working SingleInstance Application
  • Format *.xaml with XAML Styler
  • Arguments Redirection
  • Polish MainWindow and Create Helpers.RoundedCorners
  • Move Hurl.sln to Root and Rename lib to Lib (#33)
  • Working URL Launching
  • Implement Tray actions - open, reload, exit
  • Polish GetBrowsers,SettingsFile classes
  • Minor Tweaks Increment Minor version - 0.6.0 Merge pull request #34 from U-C-S/dev/tray

New in Hurl 0.5.0 (Mar 13, 2022)

  • Feature Updates:
  • Update Browser Selection Window UI:
  • Acrylic Background
  • Drop Shadows (Win 11 only)
  • Native Rounded Corners (Squary corners in Win10)
  • Border Color
  • Buttons and they use fluent icons
  • Settings btn which opens the UserSettings.json file in notepad
  • Selection window expands automatically instead of a fixed length that previously only supported a view of 4 browsers
  • Deprecate Hurl Settings (Will be remade with new UI in next updates)
  • UserSettings.json:
  • Remove unused setting fields used
  • Support for Launch Args - LaunchArgs
  • Support for hiding browsers - hidden
  • Support for AlternateLaunches (see docs)
  • Development Updates:
  • Update to .NET 6
  • What's Changed [AUTO-GENERATED]:
  • Backport dev to dotnet 6 branch by @U-C-S in #16
  • Add WPFUI and Acrylic Background by @U-C-S in #22
  • Updates for #22 by @U-C-S in #23
  • v0.5 - Acrylic Background, WPFUI controls...... by @U-C-S in #28

New in Hurl 0.5.0 Alpha 1 (Mar 9, 2022)

  • Add Acrylic Background, Native Rounded Corners and Shadows
  • Deprecate Hurl.Settings (for now, directly edit the UserSettings.json)
  • Requires .NET 6 Desktop Runtime (.netf48 version will be released for stable v0.5)

New in Hurl 0.4.0 Alpha (Nov 3, 2021)

  • Fixed RefreshBrowserBtn. It now only refreshes Registry Browsers

New in Hurl 0.3.0 (Oct 26, 2021)

  • Features Updates:
  • Hurl can now store the Browsers List, in %ROAMING%/Hurl/UserSettings.json file
  • Development Updates:
  • Seperated the Project into 3 sub-projects. see #13
  • Use Newtonsoft.Json Package for Settings File serialize and deserialization