Skip to content

Releases: jjonescz/DotNetLab

v1.20.2

10 Mar 20:17
7416b71

Choose a tag to compare

  • Make service worker as fast as first load (0f046d3)
  • Fix offline mode (1663c43)

v1.20.1

08 Mar 09:52
b5b87f4

Choose a tag to compare

Enhancements

  • Added support for WarningLevel directive and set it to 9999 by default (5f4098b, 3bc9db7)
  • Improved the tree view to allow cursor syncing for more nodes (cbc71bd, 3cb1e08)
  • Added hints about tree view options (12859fd)
  • Displaying names of internal symbol links (b4ef4d9)
  • Added a button for restarting stuck worker (b631ab0, 15a6a0d)

Fixes

  • Avoid hanging due to out-of-order worker messages (1bfc13e)
  • Fixed some features failing to initialize, e.g., auto vertical layout detection (dc10ae6)
  • Fixed colorization of record names (eaed57d)
  • Fixed output display synchronization under some circumstances (254d480, 43101e9, 3909d87)

v1.20.0

28 Feb 19:03
933130e

Choose a tag to compare

v1.19.3

22 Feb 18:41
5aaaecd

Choose a tag to compare

  • Update to .NET 11 (#134)

v1.19.2

15 Feb 19:26
34b7481

Choose a tag to compare

v1.19.1

12 Feb 22:26
dce4209

Choose a tag to compare

  • Work around an issue that prevented latest compiler versions from being used (#130)

v1.19.0

11 Jan 19:51
66c14fb

Choose a tag to compare

Features

Fixes

v1.18.1

29 Dec 16:07
575510c

Choose a tag to compare

  • Error List improvements:
    • Improve "exclude single file name" Error List feature (bd7272a, 282eb84)
    • Add option to show hidden diagnostics (7f021b3)
    • Display unused code as faded in IDE (79ef294)
    • Fix displaying diagnostics from Razor Source Generator (3ed38df)
  • Misc:
    • Add template for configuration via directives (3d5615e)
    • Link to the desktop app from the web app (b6a570c, df0a8f5)

v1.18.0

20 Dec 16:07
c4be2eb

Choose a tag to compare

  • Add support for JIT Asm output (#124):

    image

v1.17.8

18 Dec 09:27
d015aba

Choose a tag to compare

  • Pass User-Agent with HTTP requests to avoid 403 errors (#122)