-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed chat parser dnd and zone causing crashes
- Loading branch information
Showing
5 changed files
with
44 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
**This version is not well tested.** | ||
|
||
## Known Issues | ||
- Save file is not backwards compatible, backup "SlimTrade" folder if you care (Options > Information > Settings Folder) | ||
- When using game detection, bounds are not saved. Detection is rerun at launch (and can be triggered from options) | ||
- Changing client.txt file requires a restart | ||
- Currency icons & translations only use POE1 data | ||
- Theme & UI improvements incomplete | ||
|
||
## pre3 | ||
- Fixed popup marco buttons not working | ||
|
||
## Path of Exile 2 | ||
- SlimTrade now works seamlessly with Path of Exile 1 & 2 | ||
- Added currency icons & currency translations for POE 2 (updated for POE1) | ||
|
||
## Game Window | ||
- Added a new window detection system for UI alignment, replacing the old stash alignment window | ||
- Unpinned windows are centered in the game window, rather than your first monitor | ||
|
||
## Cloud Gaming | ||
- Added partial support for GeForce Now (other platforms upon request) | ||
- Features that require access to game files DO NOT work (trade popups, chat scanner, history) | ||
- All other features should work (game macros, cheat sheets, stash/npc searching) | ||
- Things might be buggy | ||
|
||
## Additional Changes | ||
- Many small UI improvements | ||
- Adjusted the way windows are displayed on top of the game window | ||
- Fixed a crash on systems that don't support a system tray | ||
- Fixed preferred font changed the first time you saved after installing | ||
- Possible improvements for Mac & Linux (untested) | ||
|
||
## How to Install | ||
- Make sure you have [Java](https://www.java.com) installed | ||
- Download and run 'SlimTrade.jar' from below | ||
|
||
*Having issues? Check the [troubleshooting guide](https://github.com/zmilla93/SlimTrade/wiki/Troubleshooting).* |