mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-09-19 11:15:50 +00:00
Version bump
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
#  Exiled Exchange 2
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
Path of Exile 2 overlay program for price checking items, among many other loved features.
|
||||
Path of Exile 2 overlay program for price checking items, among many other loved features.
|
||||
|
||||
Fork of [Awakened PoE Trade](https://github.com/SnosMe/awakened-poe-trade).
|
||||
|
||||
The ONLY official download sites are https://kvan7.github.io/Exiled-Exchange-2/download or https://github.com/Kvan7/Exiled-Exchange-2/releases, any other locations are not official and may be malicious.
|
||||
The ONLY official download sites are <https://kvan7.github.io/Exiled-Exchange-2/download> or <https://github.com/Kvan7/Exiled-Exchange-2/releases>, any other locations are not official and may be malicious.
|
||||
|
||||
## Moving from POE1/Awakened PoE Trade
|
||||
|
||||
@@ -24,13 +24,9 @@ The ONLY official download sites are https://kvan7.github.io/Exiled-Exchange-2/d
|
||||
7. Edit `config.json` and change the value of "windowTitle": "Path of Exile" to instead be "Path of Exile 2", otherwise it will open only for poe1
|
||||
8. Start Exiled Exchange 2 and PoE2
|
||||
|
||||
#### Updating from 0.0.1 -> 0.0.10
|
||||
|
||||
Follow same steps as tranfering from PoE1, instead of copying from `%APPDATA%\awakened-poe-trade` to `%APPDATA%\exiled-exchange-2` instead copy from `%APPDATA%\awakened-poe2-trade` or `%APPDATA%\awakened-poe2-trade2` to `%APPDATA%\exiled-exchange-2`. After copying files feel free to run the uninstaller for `awakened-poe2-trade` to remove old executables, or delete `%APPDATA%\awakened-poe2-trade` and `Local\Programs\awakened-poe2-trade`
|
||||
|
||||
## FAQ
|
||||
|
||||
https://kvan7.github.io/Exiled-Exchange-2/faq
|
||||
<https://kvan7.github.io/Exiled-Exchange-2/faq>
|
||||
|
||||
## Tool showcase
|
||||
|
||||
@@ -50,4 +46,4 @@ See [DEVELOPING.md](./DEVELOPING.md)
|
||||
- [poeprices.info](https://www.poeprices.info/)
|
||||
- [poe.ninja](https://poe.ninja/)
|
||||
|
||||

|
||||

|
||||
|
||||
@@ -20,7 +20,7 @@ export default defineConfig({
|
||||
},
|
||||
themeConfig: {
|
||||
// logo: 'TODO', https://github.com/vuejs/vitepress/issues/1401
|
||||
appVersion: '0.8.1',
|
||||
appVersion: '0.8.2',
|
||||
github: {
|
||||
releasesUrl: 'https://github.com/Kvan7/Exiled-Exchange-2/releases'
|
||||
},
|
||||
|
||||
+1
-1
@@ -23,7 +23,7 @@ to the developer, downloading from them may be unsafe or malicious.
|
||||
Latest version is <span class="bg-gray-100 border rounded px-1">{{ theme.appVersion }}</span>
|
||||
|
||||
*The app is unsigned, which means you'll have to bypass security
|
||||
warnings on Windows to open it.{:.text-sm}
|
||||
warnings on Windows and [macOS](https://support.apple.com/en-us/HT202491#openanyway) to open it.{:.text-sm}
|
||||
|
||||
|
||||
---
|
||||
|
||||
@@ -61,6 +61,10 @@ title: FAQ
|
||||
|
||||
This is possible by using the [command line flag](/cmd-flags).
|
||||
|
||||
- **Why does a sound play when I price check an item?**
|
||||
|
||||
Discord :( Change the default key for saving clips. By default it is `Alt + c` which is pressed by EE2 every time a price check happens.
|
||||
|
||||
- **Is exiledexchange2.com an official website?**
|
||||
|
||||
No, the only official website is <https://kvan7.github.io/Exiled-Exchange-2/> and the official github repo is <https://github.com/Kvan7/Exiled-Exchange-2>. Any other mirrors are not known to the developer, downloading from them may be unsafe or malicious.
|
||||
|
||||
@@ -26,10 +26,12 @@ As you may have noticed, compared to other third-party PoE tools APT uses "Advan
|
||||
</video>
|
||||
|
||||
As a starting point, common programs reported by players were:
|
||||
|
||||
- ASUS GPU Tweak II
|
||||
- Radeon™ Software
|
||||
- Display Pilot (BenQ)
|
||||
- AHK scripts
|
||||
- Discord (clips)
|
||||
|
||||
Just for reference, this is what you should expect to see in the logs.
|
||||
I'll remind once again that your goal is not to make it look exactly like on the screenshot,
|
||||
|
||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "exiled-exchange-2",
|
||||
"version": "0.8.1",
|
||||
"version": "0.8.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "exiled-exchange-2",
|
||||
"version": "0.8.1",
|
||||
"version": "0.8.2",
|
||||
"dependencies": {
|
||||
"electron-overlay-window": "3.3.0",
|
||||
"uiohook-napi": "1.5.x"
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "exiled-exchange-2",
|
||||
"version": "0.8.1",
|
||||
"version": "0.8.2",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "node build/script.mjs",
|
||||
@@ -48,4 +48,4 @@
|
||||
"eslint-plugin-n": "^15.0.0",
|
||||
"eslint-plugin-promise": "^6.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user