Skip to content

Releases: pine-vm/pine

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

v2021-08-14

14 Aug 19:22
Compare
Choose a tag to compare
Improve readability of backend implementations with simpler interface…

v2021-07-24

24 Jul 18:29
Compare
Choose a tag to compare
Fix bug in truncating process history

Fix implementation to get the subset of files necessary to replicate the process state in `GetFilesForRestoreProcess`: Avoid all files under the composition log directory being included due to the command to list the file paths.
Also, expand the report on the truncate operation to include file counts.

v2021-07-14

15 Jul 09:00
Compare
Choose a tag to compare
Integrate recent improvements from upstream projects

v2021-06-16

16 Jun 11:43
Compare
Choose a tag to compare
Fix installation on Ubuntu 20 🐛☠️

Fix the issue with installation on Ubuntu 20 discovered at https://github.com/elm-fullstack/elm-fullstack/issues/5
Use a new strategy of installing on Linux: Copy the executable file into the directory `/bin/`: Assume most systems will already have the `PATH` environment variable include this directory.

v2021-06-05

05 Jun 12:25
Compare
Choose a tag to compare
Simplify command-line argument for process store path