Skip to content

Releases: pine-vm/pine

v2021-10-07

08 Oct 08:41
Compare
Choose a tag to compare
Simplify interface to integrate entire directories from source files

Adapt the compilation for file trees to support the same encoding as we already support for individual files.
Adapt example projects to illustrate changes for app developers.

v2021-09-16

16 Sep 13:35
Compare
Choose a tag to compare
Switch the build to .NET 6 RC1

For an overview of this release, see https://devblogs.microsoft.com/dotnet/announcing-net-6-release-candidate-1/

v2021-09-15

15 Sep 15:44
Compare
Choose a tag to compare
Support Elm Editor loading itself

v2021-09-14

14 Sep 13:43
Compare
Choose a tag to compare
Fix crash in `deploy` option on `run-server` command 🐛🧹

v2021-09-13

14 Sep 10:15
Compare
Choose a tag to compare
Improve display of compilation results in the user interface

Avoid cluttering the displayed text with stack traces from runtime exceptions: Expand proper mapping of errors via return values.

v2021-09-01

01 Sep 19:10
Compare
Choose a tag to compare
Improve readability in the implementation

Clean up obsolete runtime migration supporting code.

v2021-08-24

24 Aug 14:54
Compare
Choose a tag to compare
Update automatic tests to use the new backend main declaration

v2021-08-19

20 Aug 06:19
Compare
Choose a tag to compare
Simplify command-line interface with abbreviated names for commands

v2021-08-17

17 Aug 20:34
Compare
Choose a tag to compare
Avoid process restoration failing on partially written last compositi…

v2021-08-16

16 Aug 18:50
Compare
Choose a tag to compare
Fix the issue with libgit2sharp blocking newer .NET versions

The single-file build functionality in .NET 5 did not work well with earlier versions of libgit2sharp. Let's see if our build works with this version and .NET 5 or .NET 6.
For discussion of the errors we got when trying .NET 5 with earlier versions of libgit2sharp, see https://github.com/libgit2/libgit2sharp/issues/1857, https://github.com/libgit2/libgit2sharp.nativebinaries/issues/111,
https://github.com/libgit2/libgit2sharp.nativebinaries/pull/119, https://github.com/dotnet/sdk/issues/3685, and https://github.com/dotnet/runtime/issues/36590