Skip to content

Tags: HendrikHaase/POE-Trades-Companion

Tags

1.11.1

Toggle 1.11.1's commit message
Version increment + Fixes

- Changed the Updater path. Read previous commit for more informations.
- Added some security to the Gui_Trades_Load_Pending_Backup() function.
- Tabs that do not have a buyer can now be closed normally.

1.11

Toggle 1.11's commit message
Small fix

Some 0's would be added after the decimal value. This issue does not interfer with updating in any way, so it does not require a version increment.

1.11.BETA_2

Toggle 1.11.BETA_2's commit message
1.10.7 - Dpi Factor fix

- The user can now enable Debug mode by creating a file named
"ENABLE_DEBUG.txt" in the same directory as the script. Debug options
are limited to a set of fake trade requests. When this setting is
enabled, trade infos will not be saved into the Trades_History.ini file.

- Gui_Trades_Set_Height(): The height is now multiplied by the screen
dpi. This fixes the issue where the GUI size would be incorrect, due to
the WinMove command not taking the screen dpi in account.
- A new command-line parameter has been added: Screen_DPI. It is used
internally by the script to keep the current user's DPI when reloading
with the admin account.

1.11.BETA_1

Toggle 1.11.BETA_1's commit message
1.10.7 - Dpi Factor fix

- The user can now enable Debug mode by creating a file named
"ENABLE_DEBUG.txt" in the same directory as the script. Debug options
are limited to a set of fake trade requests. When this setting is
enabled, trade infos will not be saved into the Trades_History.ini file.

- Gui_Trades_Set_Height(): The height is now multiplied by the screen
dpi. This fixes the issue where the GUI size would be incorrect, due to
the WinMove command not taking the screen dpi in account.
- A new command-line parameter has been added: Screen_DPI. It is used
internally by the script to keep the current user's DPI when reloading
with the admin account.

1.10.7

Toggle 1.10.7's commit message
1.10.7 - Dpi Factor fix

- The user can now enable Debug mode by creating a file named
"ENABLE_DEBUG.txt" in the same directory as the script. Debug options
are limited to a set of fake trade requests. When this setting is
enabled, trade infos will not be saved into the Trades_History.ini file.

- Gui_Trades_Set_Height(): The height is now multiplied by the screen
dpi. This fixes the issue where the GUI size would be incorrect, due to
the WinMove command not taking the screen dpi in account.
- A new command-line parameter has been added: Screen_DPI. It is used
internally by the script to keep the current user's DPI when reloading
with the admin account.

1.10.6

Toggle 1.10.6's commit message
Removed guild tag, auto-(un)minimize fixes

- Filtered out the buyer's guild tag. It now has its own (invisible)
slot for stats retrival.
- Fix: Moved from "Gui, Trades:Show, h" to WinMove. This allows
(un)minimizing the GUI while it is hidden due to having "Only show while
in game" enabled.
- Fix: When saving the trade infos to the stats file, it would also save
the "(Hover to see...)" Other Slot.

Release executable: Updated to AHK v1.1.26.00 - June 10, 2017

1.10.5

Toggle 1.10.5's commit message
1.10.5

Added literal quotes for the MyDocuments CMD-Line Parameter. It fixes
the issue with folders containing a space in its name. lemasato#57

1.10.4

Toggle 1.10.4's commit message
1.10.4

- Fix: The "Enable automatic updates" setting would always appear ticked
upon opening the About? tray menu.