Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Releases: klayveR/xenontrade

0.5.0-alpha

05 Oct 13:14
Compare
Choose a tag to compare
0.5.0-alpha Pre-release
Pre-release
Added in this version:
  • Trade helper
    • Note: This release contains the basic functionality of the trade helper. Further improvements and some additional features will be added soon. If you have a feature request, please open an issue.

0.4.1

25 Sep 23:43
Compare
Choose a tag to compare
Changed in this version:
  • The league is now displayed when updating price data
  • When no price data is available, the flashing icon in the menu bar is now yellow. Unsupported items will still show a red flashing icon.
  • Request errors are now properly handled and logged to the log file
  • Updated Electron to the latest version (v2.0.8v2.0.10)
Fixed in this version:
  • Fixed the Check log file button on Windows

0.4.0

24 Sep 08:16
Compare
Choose a tag to compare
New in this version:
  • Added the Hide menu bar setting, which hides XenonTrade if only the menu bar is visible (#20)
  • When fetching leagues from the Path of Exile API fails, the league selection will now be populated with hard coded leagues
Changed in this version:
  • Settings received a major design overhaul and are now shown in a separate window (Preview)
  • The maximum value selectable for the auto-close threshold has been increased to 200 Chaos Orbs
  • When clicking on a feedback button on a rare item price check, auto-close will be automatically cancelled

0.3.9

22 Sep 20:03
Compare
Choose a tag to compare
Fixed in this version:
  • XenonTrade no longer steals focus from Path of Exile when Automatically minimize is enabled (#15)
  • The _NET_WM_STATE_ABOVE state is now added to the XenonTrade window on startup on Linux

0.3.8

21 Sep 13:20
Compare
Choose a tag to compare
Fixed in this version:
  • Double clicking the menu bar no longer causes the default maximizing behaviour on Windows
  • Fixed a bug that caused the Always focus Path of Exile option to not be disabled in the settings menu (#19)

0.3.7

18 Sep 04:51
Compare
Choose a tag to compare
New in this version:
  • Errors are now logged in a log file. You'll be able to click a button to open the log file when an error occurs. This is useful for troubleshooting and will be expanded upon further in later releases.
Changed in this version:
  • When an item price is unavailable or the checked item is not supported (such as magic items) the red indicator in the menu bar will flash
Fixed in this version:
  • Fixed a bug that caused an empty response from poeprices.info on some rare items (#9)
    • This should've been properly implemented in v0.3.5 and v0.3.6, but those versions didn't fix the problem entirely. Third times the charm, this solution is promising!
  • Gems now properly default to level 20 or level 20 corrupted if no price for the gem variant is available
  • Vaal Impurity gems are now properly parsed
  • Items with the You cannot use this item. Its stats will be ignored. text are now properly parsed

0.3.6

17 Sep 00:53
Compare
Choose a tag to compare
Fixed in this version:
  • Fixed a bug that caused an empty response from poeprices.info on some rare items (#9)
    • This should've been properly implemented in v0.3.5, but it didn't fix every occurence of this bug. Sorry about this.

0.3.5

17 Sep 00:30
Compare
Choose a tag to compare
New in this version:
  • Since many requested it, you can now choose where to install XenonTrade on Windows. If you already installed XenonTrade, you need to uninstall it and install this version or a newer one to change the location.
Changed in this version:
  • Temporarily removed a fix that solved a problem with transparency on Windows, but could cause XenonTrade to not respond to button clicks on entries. As a side effect, a small area below the window will be blocked, which means you can't click through it. This only happens with no entries or a single entry in the list. A fix will be added in a later release. (#16)
  • Linux now checks for the wmctrl dependency using the which command. This means that it should properly work on most distributions now, such as Arch Linux. (#7)
Fixed in this version:
  • Fixed a bug that caused an empty response from poeprices.info on some rare items (#9)

0.3.4

15 Sep 14:15
Compare
Choose a tag to compare
New in this version:
  • Added a Scale factor option in the settings menu to support displays with higher resolutions
  • When an item has no poe.ninja data, a red warning icon will flash on the menu bar
Changed in this version:
  • The Max. height setting is now capped at the screen resolution height instead of at 999px
Fixed in this version:
  • Fixed support for item with commas in their name, e.g. Jack, the Axe

0.3.3

14 Sep 20:36
Compare
Choose a tag to compare
Changed in this version:
  • Keeping request connections alive in hopes to avoid the socket hang up error while requestion league or poe.ninja data