Skip to content

Releases: jjonescz/DotNetLab

v1.3.1

22 Mar 15:43
70ac427
Compare
Choose a tag to compare
  • Preserve editor state across tab switching and recompilation (#62)

v1.3.0

21 Mar 16:19
9c27143
Compare
Choose a tag to compare
  • Blazor HTML markup output (#61)

v1.2.1

21 Mar 09:38
1f33f61
Compare
Choose a tag to compare
  • Using Razor incremental source generator for better performance (419cfae)
  • Changed the initial template to C# instead of Razor (c212873)

v1.2.0

16 Mar 19:58
cc77075
Compare
Choose a tag to compare
  • Razor toolchain (7dde16e): uses Razor Source Generator by default (which has more stable API) but can fallback to Internal APIs.
  • Compilation options (29ead07): allows configuring Debug/Release optimization mode, nullable context, etc.

v1.1.0

01 Mar 13:10
9e6d1c9
Compare
Choose a tag to compare
  • Caching (#58): while the compiler is loading, you can already see the pre-cached output.
    • Built-in templates have their outputs also built in.
    • Custom inputs and outputs are cached on a server, so that any shared URL has outputs pre-loaded. This can be turned off in the settings.
  • Auto begin compilation on start (dc998d5). This can be turned off in the settings.

v1.0.4

28 Feb 16:20
Compare
Choose a tag to compare
  • Fix VIM mode (#57)

v1.0.3

28 Feb 15:36
48174ca
Compare
Choose a tag to compare
  • Update a VIM mode dependency (#56)

v1.0.2

21 Feb 17:27
883a8a6
Compare
Choose a tag to compare
  • Use a better splitter that can hide either input or output panel (ef190c0)
  • Avoid virtual keyboard in the readonly output editor (aba89f9)
  • Fix theme loading (aea40a5)
  • Fix saving and restoring active tabs (8118f17, fef4d4a)

v1.0.1

16 Feb 20:12
83642b6
Compare
Choose a tag to compare
  • Improve app version update experience: indicate when an update is being downloaded, add a button to reload to apply the update (9d23922, 3223ac7)
  • Add a splash screen (3a882ce)
  • Avoid white theme flashes (1523f36, 5d96b1d)
  • Save selected input tab in URL state (222692c)
  • Recognize simpler slugs for common templates like /#csharp and /#razor (3998b58)
  • Automatically use vertical orientation on narrow screens (eedf363)

v1.0.0

13 Feb 16:57
ef46e98
Compare
Choose a tag to compare
  • Renamed to .NET Lab (#53)