Skip to content

Releases: zemoto/EnhancePoEApp

1.6.2-zemoto

03 Apr 20:34

Choose a tag to compare

  • Fix crash when changing leagues while stash tab overlay is open
  • Fix overlay windows showing up in taskbar or Alt+Tab UI
  • Close to Tray is now true by default
  • Try to make Main Window foreground more reliably from the tray

1.6.1-zemoto

03 Apr 20:09

Choose a tag to compare

  • Fix recipe overlay display before first fetch for the selected stash

1.6-zemoto

03 Apr 15:48

Choose a tag to compare

Features

  • Significant rewrite of back-end. General improvement to readability and reduction of code. After all changes app is now half the file-size.
  • Stash tab data is now persistent. If you switch stash tabs in the main window, the overlays will update to the data last fetched for that tab.
  • Recipe overlay now indicates if no data has yet been fetched for the selected tab
  • Stash items are automatically fetched if opening the stash tab overlay before first fetching instead of user getting an error.

Removed Features

  • Removed Regal/Exalt recipes. Significantly complicated the code and wasn't really useful in today's PoE economy.
  • To simplify code, chaos recipes involving a mix of chaos and regal-level items are no longer supported. Items over ilvl 74 are ignored.

Bug Fixes

  • Fixed selected stash tab not consistently loading when launching the app
  • Fixed Recipe overlay numbers not reflecting selected "Item Amount" setting

1.5.1-zemoto

10 Dec 03:26
74e7e5d

Choose a tag to compare

  • Fixed a bug where the stash tab list would be appended to instead of replaced when re-fetching the list
  • Clear out the stash tab list when changing leagues

1.5-zemoto

07 Dec 01:57
08f89c1

Choose a tag to compare

  • Removed tab header and associated settings from stash tab overlay. Served no purpose and created visual noise
  • Removed the "highlight mode" setting and now always use "Set by Set"
  • Removed the "X" overlay over the activated cells in the stash tab overlay as they serve no purpose.
  • Prevent the stash tab overlay from being shown if no data has been fetched for that tab
  • General code cleanup and simplification

1.4-zemoto

14 Aug 14:37
7859669

Choose a tag to compare

  • Made minified fetch button have a white background for better clarity
  • Removed quivers from chaos recipe consideration. My bad.
  • Fixed issue where data would not be fully overwritten by a fetch, causing the tab UI to point at non-existent items.
  • Fixed the tab list failing to fetch

1.3-zemoto

10 May 22:04
b691c51

Choose a tag to compare

  • Fixed issue where quivers and shields were ignored. They are now treated as one-handed weapons.
  • Put the ability to change item icon colors back in. Useful for syncing up with item filters.
  • Removed the "Only Buttons" mode of the overlay. Not useful in my opinion.
  • Made the "Fetch" button in the minified overlay more obviously disable.
  • Removed the Stash Tab Indicies and Prefix modes in favor of automatically pulling down the stash tab list from GGG, and allowing the user to select a tab from a dropdown.

1.2.9-zemoto

04 Feb 17:03
294b538

Choose a tag to compare

  • Upgrade to .NET Core 3.1
  • Include WPF Toolkit as a dll instead of as a nuget package. Allows us to not have to include all the fluff that we don't need.
  • Reduce size of app by ~80%

1.2.8-zemoto

03 Feb 21:27
2f9b535

Choose a tag to compare

  • Remove sounds. Since fetching is an explicit action sounds no longer serve a purpose.
  • Cleanup and rework the main window layout

1.2.7-zemoto

03 Feb 19:36
7e37faa

Choose a tag to compare

  • Add logic to pull down the list of leagues from GGG instead of requiring users to type in the league name
  • More miscellaneous code cleanup