Skip to content

Commit

Permalink
Publish v1.10
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
coldino committed Apr 3, 2021
1 parent f66de22 commit d567aa4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions LarkatorGUI/LarkatorGUI.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
Expand All @@ -14,7 +14,7 @@
<WarningLevel>4</WarningLevel>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<IsWebBootstrapper>true</IsWebBootstrapper>
<PublishUrl>C:\Work\GitHub\Larkator-release\publish\</PublishUrl>
<PublishUrl>D:\Work\Gms\Ark\Larkator-release\publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Web</InstallFrom>
<UpdateEnabled>true</UpdateEnabled>
Expand All @@ -30,8 +30,8 @@
<ProductName>Larkator</ProductName>
<PublisherName>coldino</PublisherName>
<AutorunEnabled>true</AutorunEnabled>
<ApplicationRevision>1</ApplicationRevision>
<ApplicationVersion>1.9.2.%2a</ApplicationVersion>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.10.0.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down
2 changes: 1 addition & 1 deletion LarkatorGUI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("LarkatorGUI")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyCopyright("Copyright © 2017-2021")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down

0 comments on commit d567aa4

Please sign in to comment.