Browse Source

[PR] Bump version to 1.0.1.0

- Added a new sub command argument `local` to toggle the display of the local map zone's hunt targets window, instead of needing to open the main window, open the configuration, toggle the box, and close the configuration.
- Added the ability to lock window size/position to prevent accidentally moving the windows while attempting to click on the controls.
- The main window's tree display of hunt marks per zone no longer indents the line with the mob name and utility buttons.
- Condensed the two buttons to locate the mobs on the map into one that performs a configurable default of either marker-and-area or marker-only, and performs the alternate action when `shift` is held while clicking.
- Added another new sub command `next` to place a marker on the next hunt mark location. If there are any in the current zone, the nearest (two-dimensional euclidean distance) will be selected. Otherwise, if there are any hunts in the current expansion's other zones, one of them will be selected at random. Finally, all hunts anywhere in the world will be considered, and one of them will be selected at random. If other zones had to be examined for hunt marks, the main map will be opened to the appropriate zone.
- Updated local hunt buttons to match main window ones.
- Added chat message to `/phb next` command, so you know what you're looking for.
- Updated the Teleporter IPC consumer check to better handle installing/uninstalling Teleporter without reloading HuntBuddy.

Massive thanks to PrincessRTFM for these changes!
SheepGoMeh 3 years ago
parent
commit
5a92e0e104
1 changed files with 2 additions and 2 deletions
  1. 2 2
      HuntBuddy/HuntBuddy.csproj

+ 2 - 2
HuntBuddy/HuntBuddy.csproj

@@ -3,8 +3,8 @@
     <PropertyGroup>
         <TargetFramework>net7.0-windows</TargetFramework>
         <Nullable>enable</Nullable>
-        <AssemblyVersion>1.0.0.2</AssemblyVersion>
-        <FileVersion>1.0.0.2</FileVersion>
+        <AssemblyVersion>1.0.1.0</AssemblyVersion>
+        <FileVersion>1.0.1.0</FileVersion>
         <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
         <RootNamespace>HuntBuddy</RootNamespace>
         <IsPackable>false</IsPackable>