From d567aa47d1b47349204081fc0abbf379310b3d73 Mon Sep 17 00:00:00 2001 From: coldino <28345893+coldino@users.noreply.github.com> Date: Fri, 2 Apr 2021 19:52:36 +0100 Subject: [PATCH] Publish v1.10 * Added the Genesis map (first one) * Added the Valguero map (Closes #39 - thanks @Rottenbeer) * Added the Crystal Isles map (thanks @m-soltys) * Recalibrated **all** the maps using a new calibration system (Fixes #35) * Updated ArkSavegameToolkit (a longshot that might help #47 or #51) * Added button to force a Refresh of the savegame - off by default (from #33, thanks @jamckee) * Added options to change which stats are displayed (Fix #31, from #33, thanks @jamckee) * Added support for partial species name match (from #33, thanks @jamckee) * Added option to hide untameable species (Fix #30, from #33, thanks @jamckee) * Fix teleport coordinates when in a locale that switches , and . (Fix #48, closes #40 - thanks @WiredSharp) * Never show the hover skiff "species" * Fixed a rare crash when reordering searches with drag&drop * Beef up error handling when accessing the clipboard (Fixes #45) * Allow search gender to be changed with click and add a tooltip for how to change levels * Introduce a new calibration system based on placed storage boxes in the world (see https://github.com/coldino/Larkator/wiki/Calibrating-New-Maps for more info) * Add protection against corrupted config files (Fixes #46) * Improve the savegame file watcher to hopefully never, ever need the refresh button Closes #50, Closes #52. --- LarkatorGUI/LarkatorGUI.csproj | 8 ++++---- LarkatorGUI/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LarkatorGUI/LarkatorGUI.csproj b/LarkatorGUI/LarkatorGUI.csproj index 48dab04..06fd0e3 100644 --- a/LarkatorGUI/LarkatorGUI.csproj +++ b/LarkatorGUI/LarkatorGUI.csproj @@ -1,4 +1,4 @@ - + @@ -14,7 +14,7 @@ 4 true true - C:\Work\GitHub\Larkator-release\publish\ + D:\Work\Gms\Ark\Larkator-release\publish\ true Web true @@ -30,8 +30,8 @@ Larkator coldino true - 1 - 1.9.2.%2a + 0 + 1.10.0.0 false true true diff --git a/LarkatorGUI/Properties/AssemblyInfo.cs b/LarkatorGUI/Properties/AssemblyInfo.cs index 34bfe11..c1fe71a 100644 --- a/LarkatorGUI/Properties/AssemblyInfo.cs +++ b/LarkatorGUI/Properties/AssemblyInfo.cs @@ -12,7 +12,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("LarkatorGUI")] -[assembly: AssemblyCopyright("Copyright © 2017")] +[assembly: AssemblyCopyright("Copyright © 2017-2021")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")]