Skip to content

Releases: AvaloniaUI/AvaloniaUI.DeveloperTools

2.0.3

15 Apr 08:08
Compare
Choose a tag to compare

Getting Started with Developer Tools

Don't forget to update both .NET tool and DiagnosticsSupport package in your project.

Enhancements

  • Automatic scroll for Logs and Events data grid pages. #22
  • Previewer doesn't open DevTools when ConnectOnStartup is enabled. Instead, AutoConnectFromDesignMode option was added for the previewer scenario. #20
  • When application cannot reach developer tools, via F12 or ConnectOnStartup, it will throw an exception on the dispatcher thread, instead of silently ignoring it. This exception can be suppressed via Dispatcher.UIThread.UnhandledException if necessary.
  • Inspect mode hotkey/button now automatically enables highlighting with tooltips on the connected app when hovering.

Fixes

  • Linux distributives without CURL_OPENSSL_4 should work now, #18
  • Fixes incorrect package name on the welcome screen, #19
  • In-app tooltip should be completely independent of the app styling
  • Several minor bug fixes

2.0.2

09 Apr 06:34
Compare
Choose a tag to compare

Getting Started with Developer Tools

Enhancements

  • New Applicaiton icon
  • By default, application now uses system theme instead of forcing dark variant
  • Experimental Compact mode was added

Fixes

  • Some documentation pages had wrong links
  • Tray icon / macos native menu shortcuts now work before user logged-in
  • Several other minor fixes

2.0.1

08 Apr 05:43
0832ba3
Compare
Choose a tag to compare

2.0.0

26 Mar 14:02
ed74bd4
Compare
Choose a tag to compare

Getting Started

Initial release.
Includes support for https://portal.avaloniaui.net/ credentials authentication.

1.0.0-beta5.1

12 Mar 08:38
Compare
Choose a tag to compare
1.0.0-beta5.1 Pre-release
Pre-release

Getting Started

Features

  • [Profiler] New experimental tool, compatible with Avalonia 11.3.0+. Can be enabled in the settings

Breaking changes

  • AvaloniaUI.DiagnosticsSupport.Avalonia package was renamed to AvaloniaUI.DiagnosticsSupport

Fixes

  • [Metrics] Update handlers to be compatible with Avalonia 11.3.0+
  • [Elements] Grid.Row/ColumnDefinitions properties are now displayed and editable

1.0.0-beta4.2

01 Mar 10:05
Compare
Choose a tag to compare
1.0.0-beta4.2 Pre-release
Pre-release

Getting Started

Fixes

  • [Metrics] Fixed race condition bug.
  • [Metrics] Fixed incorrect display of observable counters.
  • [Elements] Fixed floating/double NaN values serizalization.
  • [Breakpoints] Improve support for event breakpoints, make it possible to set breakpoint on event with a source or event chain.
  • [Breakpoints] Breakpoints logging now works again.
  • iOS connectivity support now works again.

Improvements

  • Android by default uses 10.0.2.2 to connect from the simulator
  • Android and iOS set ConnectOnStartup to true by default

Documentation

1.0.0-beta4.1

25 Feb 05:50
Compare
Choose a tag to compare
1.0.0-beta4.1 Pre-release
Pre-release

Getting Started

Features

  • Switched to new licensing backend. Old users need to re-login.

Bugfixes

  • Fixed Inspect element feature not working for the first several clicks, closing #14

1.0.0-beta3.7

24 Feb 11:38
57bf379
Compare
Choose a tag to compare
1.0.0-beta3.7 Pre-release
Pre-release

Getting Started

Enhancements

  • Native Menu now includes settings, documentation and feedback buttons

Bugfixes

  • [MacOS] Install .dmg into ~/Applications instead of /Applications when new tool version runs for the first time.

1.0.0-beta3.6

20 Feb 11:12
Compare
Choose a tag to compare
1.0.0-beta3.6 Pre-release
Pre-release

Getting Started

Features

  1. Metrics tool revisited:
  • Removed unintuitive "additional meters" setting.
  • Added flyout menu where all compatible metric instruments are displayed, grouped by the meter (owner of these instruments). Making it easier to understand where these are from.
  • Added P50 P90 P95 percentiles for histograms.
  • New settings to make experience a bit more customizable.
  1. Several Events tool improvements. Arguments column. Fixed "Source" column. And handled event is now visually distinct.
  2. Context aware documentation shortcut and "Click here to learn more" doc links. Clicking the link or pressing shortcut opens documentation of the currently active tool.

Documentation

New and complete docs for Metrics and Events tools.

1.0.0-beta3.5

18 Feb 10:00
c9580e7
Compare
Choose a tag to compare
1.0.0-beta3.5 Pre-release
Pre-release

Getting Started

Features

  • Assets: list view now loads preview icons from raster assets
  • Assets: enhancements from the review
  • Settings: Add Cmd+. as default hotkey for setings on macOS
  • Settings: setting/shortcut reset option
  • New Update Dialog including changelog and brief instructions

Bugfixes

  • Resources: fixed StyleInclude/ResourceInclude crash on resources tool
  • Resources: resources are now properly editable
  • Error handling improved