diff --git a/README.md b/README.md index 05a971c6..db7f770a 100644 --- a/README.md +++ b/README.md @@ -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 or , 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 + ## 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) diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index f2a71422..7d2ad271 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -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' }, diff --git a/docs/download.md b/docs/download.md index 982deb61..352957a1 100644 --- a/docs/download.md +++ b/docs/download.md @@ -23,7 +23,7 @@ to the developer, downloading from them may be unsafe or malicious. Latest version is {{ theme.appVersion }} *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} --- diff --git a/docs/faq.md b/docs/faq.md index fd4a6aa7..2ee71f45 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -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 and the official github repo is . Any other mirrors are not known to the developer, downloading from them may be unsafe or malicious. diff --git a/docs/nothing-happens.md b/docs/nothing-happens.md index 5dfdbf54..16b8c426 100644 --- a/docs/nothing-happens.md +++ b/docs/nothing-happens.md @@ -26,10 +26,12 @@ As you may have noticed, compared to other third-party PoE tools APT uses "Advan 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, diff --git a/main/package-lock.json b/main/package-lock.json index 41409705..3fdf2ba8 100644 --- a/main/package-lock.json +++ b/main/package-lock.json @@ -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" diff --git a/main/package.json b/main/package.json index 4e3de734..5d748cd5 100644 --- a/main/package.json +++ b/main/package.json @@ -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" } -} +} \ No newline at end of file