Skip to content

.Net 6.0, Installer, Extended exporting, Utility functions

Compare
Choose a tag to compare
@steffendx steffendx released this 20 Nov 19:49
· 2 commits to master since this release

Quick Start Deployment Steps in the Wiki: Click here
Installer guide in the Wiki: Click here
Docker Quick Start in the Wiki: Click here

This release focused on project switching and node system usability:

  • .Net 6.0 support
  • Installer
  • Export support for quests and maps
  • Support to color note markers
  • Support to hide child nodes in node systems
  • Support to set export settings for all kind of fields if enabled in appsettings (see below)
  • Bugfixes

Please note: Since GoNorth uses .Net Core 6.0 now you will have to install the appropriate runtime from the official sources.
Please note: Since there is a new setting you will have to extend / update the appsettings if you want to enable export settings for all field types.
The new key inside the "Misc" part is:

"AllowScriptSettingsForAllFieldTypes": true

You can check the appsettings.json file for more details.