Version bump

This commit is contained in:
kvan7
2025-03-27 09:46:26 -05:00
parent 9570419092
commit d709cf550b
7 changed files with 17 additions and 15 deletions
+5 -9
View File
@@ -1,14 +1,14 @@
# ![Perfect Jewelers Orb](./renderer/public/images/jeweler.png) Exiled Exchange 2
![GitHub Downloads (specific asset, latest release)](https://img.shields.io/github/downloads/kvan7/exiled-exchange-2/latest/Exiled-Exchange-2-Setup-0.8.1.exe?style=plastic&link=https%3A%2F%2Ftooomm.github.io%2Fgithub-release-stats%2F%3Fusername%3Dkvan7%26repository%3DExiled-Exchange-2)
![GitHub Downloads (specific asset, latest release)](https://img.shields.io/github/downloads/kvan7/exiled-exchange-2/latest/Exiled-Exchange-2-Setup-0.8.2.exe?style=plastic&link=https%3A%2F%2Ftooomm.github.io%2Fgithub-release-stats%2F%3Fusername%3Dkvan7%26repository%3DExiled-Exchange-2)
![GitHub Tag](https://img.shields.io/github/v/tag/kvan7/exiled-exchange-2?style=plastic&label=latest%20version)
![GitHub commits since latest release (branch)](https://img.shields.io/github/commits-since/kvan7/exiled-exchange-2/latest/dev?style=plastic)
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/)
![](https://i.imgur.com/MATqhv7.png)
![graph](https://i.imgur.com/MATqhv7.png)
+1 -1
View File
@@ -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
View File
@@ -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}
---
+4
View File
@@ -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.
+2
View File
@@ -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,
+2 -2
View File
@@ -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
View File
@@ -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"
}
}
}