Skip to content

Release v2.4

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Apr 10:59
d334ccf

What's Changed

  • upgraded the project to .NET 6 by @jakobharder in #35

  • Add -o option for fc files by @taubenangriff in #37. This allows you to set another file extension than fc if you need it.

  • Prevent duplicate selection of nodes by @taubenangriff in #38.
    A node can now not be interpreted by two seperate paths. Instead, a warning is logged, and the first path is used.

  • Implement a redirect for interpreters by @taubenangriff in #39
    This should make it easier to use the default interpreters. If an interpreter does not exist under the specified path, the program will try to load it from the default interpreter directory.

Full Changelog: v2.2.99.1...v2.4