Releases: jjonescz/DotNetLab
Releases · jjonescz/DotNetLab
v1.3.1
v1.3.0
v1.2.1
v1.2.0
v1.1.0
- 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
v1.0.3
v1.0.2
v1.0.1
- 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)