Release v0.5.0-beta
Sidekick 0.5.0-beta Changelog
We are releasing Sidekick 0.5.0 today for the Delirium League. We have made a lot of code quality improvements and added some new features for this release.
- Enhancement - Completely redesigned the interface. All screens should feel like the same application now.
- Enhancement - You can preview items by clicking on the item in the result view.
- Enhancement - Now showing icons instead of text for the currency in the search results. Hovering the icon will show a tooltip with the name of the currency.
- Enhancement - Adjusted the betrayal rewards for Poe 3.10
- Enhancement - The league overlay now remembers which tab you had previously opened.
- Enhancement - Added a new keybind to exit to character selection. Default binding is Ctrl+Shift+X. If you have a better suggestion for the default binding, feel free to voice your suggestion.
- Enhancement - It is now possible to add keybinds to switch tabs to the left or right.
- Enhancement - Added a setting to disable price prediction.
- Enhancement - Removed dependency on .Net Framework. All you need now is the executable with no prerequisites.
- Bugfix - Price checking conqueror orb should now work.
- Maintenance - Implemented IDisposable interface correctly.
- Maintenance - Implemented the official ILogger interface.
- Maintenance - Implemented the the dependency injection for our view and view models.
Missing from this version
Unfortunetly, one of the most asked for feature was not ready in time. The advanced search and item filters were not ready. Development is under way, but there is still a lot of issues and work to be done before we release it.
As soon as it is ready, we will make a new release, it shouldn't be long.
Beta?
Yes, this is still a beta since some core features are missing. We are thinking of removing the beta label once the advanced search / item filters are completed.
Sidekick 0.5.0-beta
A Path of Exile helper that shows item prices using the official Path of Exile Trade API.
Description
If you used POE-TradeMacro, it's the same idea.
Sidekick should be able to price check almost every item, the idea is to eventually be able to modify your search on-the-fly and configure which attributes are selected by default depending on the item type.
Warning
This is a BETA, it will probably break in some cases, if it does, don't hesitate to create an issue.
Installation
- Download Sidekick.exe file
- Run Sidekick.exe.
Usage
- Run Sidekick.exe.
- Select your league in the settings if needed.
- Put Path of Exile in Windowed or Windowed Fullscreen mode for best results.
- In Path of Exile, hover an item and press Ctrl+D (default binding).
- To close the overlay, press Space (default binding).
Features
Check Prices
Default binding: Ctrl+D
Sidekick allows you to check prices of items from the official path of exile trade market. It is also possible to preview items by clicking on any result. For rare items, we get a price prediction from poeprices.info.
For unique items, we get a price from poe.ninja.
League Overviews
Default binding: F6
Access quick cheatsheets about the various leagues.
Betrayal
Blight
Delve
Incursion
Metamorph
Settings
All keybinds are customizable in the settings. The settings are found by right click the Sidekick icon in your Windows notification area.
Go to Hideout
Default binding: F5
Allows you to quickly go to your hideout. Writes the following chat command: /hideout .
Leave Party
Default binding: F4
Allows you to quickly leave a party. You must have set your character name in the settings first. Writes the following chat command: /kick {settings.Character_Name}
Reply to Latest Whisper
Default binding: Ctrl+Shift+R
Allows you to reply to the last whisper you received quickly. Starts writing the following chat command: @{characterName}
Exit to Character Selection
Default binding: Ctrl+Shift+X
Quickly exits to the character selection screen. Writes the following chat command: /exit
Tab Scrolling
Using Ctrl+Scroll will allow you to quickly switch tabs when in your stash. We also have unassigned keybinds to switch to the left or right tabs.
Open Wiki
Default binding: Alt+W
Opens the wiki for the item you have your mouse over.
Find Items
Default binding: Ctrl+F
Quickly search from an item into various screens (stash, passive skill tree).
Open Search
Default binding: Alt+Q
Development
We accept most PR and ideas. If you want a feature included, create an issue and we will discuss it. We are also available on Discord
Thanks
- Contributors
- POE-TradeMacro - Original idea
- WindowsHook - Keyboard and mouse hooks
- AdonisUI - UI
- poe.ninja
- Poe Price Info