Releases: domialex/Sidekick
Release v0.6.0-beta
Changelog
Enhancements
- Added item filters. Currently the only filters available are modifiers (explicit, implicit, crafted and enchant). More are on the way! #8
- Added price checking magic flasks (and other magic items) #92
- Added socket information in the item preview #275
- Write the log to disk for better error reporting when the application crashed #277
Bugfixes
- Language setting is correctly initialized #279
- The application no longer crashed when price checking magic items #278
Maintenance
- Item parser now returns true types. #232
Release v0.5.2-beta
Bugfixes
- The Ctrl+Scroll functionality does not trigger the input twice. #268
- The setting to click outside the overlay to close it now works as described. #268
- Removed auto-update functionality. We still show a notification of a new available version. #264
- Added buttons inside the splashscreen to allow you to see logs or exit if it hangs. #262
- Hopefully removed warnings of malicious software for Google and Windows. #265
Release v0.5.1-beta
Sidekick 0.5.1-beta Changelog
- Improved the handling of exceptions during initialization. When error happen during initialization, the application will not freeze indefinetly
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
Sidekick v0.4.1-beta
Sidekick v0.4.1-beta
Bugfixes
- Pricecheck now shows online users only. #211
Release v0.4.0-beta
Sidekick v0.4.0 beta
New features
- Corrupted items are now colored red - #53 #74
- Sets the min item level to 86 if the item level is above 86 - #15 #77
- Added price prediction on rare items from poeprices.info - #79 #130
- Added configurable settings - #7 #83 #94 #131 #132 #167 #170 #175 #176
- Opening the item wiki can be opened for any items - #119
- Added support for garena taiwan version - #99
- Leave party command is now implemented - #100 #116
- Find items command is now implemented - #87 #100
- Implemented infinite scroll feature to the overlay - #9 #102
- Sidekick now detects if it requires admin privilege and prompts the user if it does. - #69 #93 #105
- Added a hotkey to open the search on the web browser - #103 #107
- Added support for multiple UI language - #40 #108 #177
- Added support for poe.ninja - #5 #137
- Added an auto updater - #11 #147
- After the last few Pull requests, this needs retesting.
- Added cheatsheets - #122 #174
- Added support for Metamorph samples - #127 #151
- Show item stats on mouse hover - #129 #160
- Added a splashscreen - #161
Bug fixes
- Fixed the mouse lag issue when closing Sidekick - #30 #89
- Items in chat are now correctly parsed - #82 #112
- Divination card stash tab is no longer buggy - #84
- Unique maps show valid results - #138 #150
Code and performance enhancements
- Use only one instance of HttpClient throughout the app - #86 #98 #115 #123
- Refactored the solution into multiple projects to clearly define boundaries in the code. It should help with maintainability and stability in the long run. - #97 #104 #118 #121 #123 #145 #148 #154 #159 #168
- Implemented the Dependency Injection pattern. - #97 #110
- Improved the app initialization process - #113 #124
- Move the report progress for the splash screen to the initializer class - #166
- Removed dependency on Newtonsoft.Json - #111 #123 #136 #167
- Refactored the code about the tray icon - #139
- Implement resource files as a replacement for the UILanguageProvider - #157
- Settings
- League overlay
- Tray icon
- Main overlay
- Rename the Sidekick project to Sidekick.UI.Windows - #169
Remaining
Bugs / Improvements
- Validate that Ctrl+D happens with no issue. Currently there are reports that it works only half of the time
- Pressing space also closes the stash and inventory in the game
- Make sure the performance is optimal regarding the Ctrl+Scroll to swap stash tabs
- Validate that the Overlay is opened before trying to close it
- Fix keybind settings
- Fix opening the league overlay
- Style the Character name textbox in the settings
- Rename some setting properties
- Can unbind setting
- If autoupdate fails, we need to open the browser to the releases page
Release v0.3.0-beta
Sidekick v0.3.0 beta
Changelog
- Now supports every Path of Exile language (might have some bugs)
- Ctrl+Scroll wheel navigates between your stash tabs
- F5 goes to your hideout
- Alt+W - Open the Wiki page for an item
- Only English version of Path of Exile
- For now rare and magic items are disabled, eventually the base item will be used
- Shift+Z twice will close Sidekick
- Added support for Fragment, Gems (with level+exp), Prophecies, Maps (with tier), etc.
- Overlay is now draggable, useful if you want to alt-tab and compare results in your browser
- Overlay should now position itself correctly if your DPI is different
- Still not perfect if multiple monitors with different DPIs are used
- Added support for all influences when pricing items
- Basic rare item support has been improved
- 5 and 6 links are selected by default when price checking
- Item level is also taken into account, but simply pre-fills min/max levels, see below
- Eventually Sidekick will allow you to select which properties should always be selected by default in a search
Known issues
- Mouse lag when closing Sidekick #30
- Divination card stash tab seems buggy #84
- Items in chat won't be correctly parsed #82
Release v0.2.0-beta
Sidekick v0.2.0 beta
Changelog
- Added League selection.
- Added Ctrl+Scroll wheel to navigate stash tabs.
- Added basic support for currency exchange results (fragments and currencies).
- Added basic support for item links.
- Added basic support for item levels.
- Added basic support for rares.
- Added basic support for gems.
- Added basic support for maps (doesn't take into account the tier for now).
Release v0.1.0-beta
Sidekick v0.1.0 beta
Known issues
- Item might not correctly be picked up on first try, happens when overlay appears left of mouse cursor.