mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-09-25 22:25:58 +00:00
* [PoE2] - Controlled metamorphisis shouldn't be ring size and up #397
* [Not Recognized Modifier] - quality on wand #398
* Wrong search parameters set for belt, generates negative min value #412
* Add Hybrid potential note to T1 tag #410
* Option to always show tiers #385
* Add oils to anoints #419
* Add deprecated notice
* better handling for hybrids
* Add corruption tags for those enchants #420
* Make normal rarity filter visible when applicable #408
* Fixes some tiers not showing due to being too high
* Add good crafting base items (magic) #423
* #424
* Should only be able to fill runes on a corrupted item that it has sockets #422
* fix crash for undefined error
* Adds hybrids to hybrid note
* Disable internal tradeIds for unique items #409
* fix empty mod always on
* [Parse Error] - Expedition logbook #318
* correct area level floors
* Request: add option for currency ratio. #396
* Fix add enchants to hover items
* Add sources for dps numbers
* Fix crit hit chance sources
* Revert "Add sources for dps numbers"
This reverts commit f1bbcc24a2.
* Change specific better ones
* bugfix/ubuntu/Fix widget area coordinates and size using primary display scale factor (#433)
* Multiplying widget are coordinates by the display scale factor
* Adding switch statement for handling linxu case properly
* adding missing default treshold
* Update main/src/windowing/WidgetAreaTracker.ts
* Handle not on primary display case
* rename
---------
Co-authored-by: kvan7 <kvan.valve@gmail.com>
* Fixes #435
* Fixes: #436
* Seems to mostly fix tiers
* use ref again
* fix unique items broken in other languages
* Add max tier to show all tiers
* fixes some missing tiers
* fix corruption enchant tag again
* version bump
39 lines
958 B
JSON
39 lines
958 B
JSON
{
|
|
"name": "exiled-exchange-2",
|
|
"version": "0.8.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "node build/script.mjs",
|
|
"build": "tsc --noEmit && node build/script.mjs --prod",
|
|
"package": "electron-builder build",
|
|
"lint": "eslint src",
|
|
"fix": "eslint src --fix"
|
|
},
|
|
"author": {
|
|
"name": "Garrett Parker"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Kvan7/exiled-exchange-2.git"
|
|
},
|
|
"main": "dist/main.js",
|
|
"dependencies": {
|
|
"electron-overlay-window": "3.3.0",
|
|
"uiohook-napi": "1.5.x"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ini": "^4.1.0",
|
|
"@types/node": "20.x.x",
|
|
"@types/ws": "^8.5.3",
|
|
"@wokwi/bmp-ts": "^3.0.0",
|
|
"comlink": "^4.3.1",
|
|
"electron": "33.2.1",
|
|
"electron-builder": "25.1.8",
|
|
"electron-devtools-installer": "^4.0.0",
|
|
"electron-updater": "^6.3.0",
|
|
"esbuild": "^0.24.0",
|
|
"ini": "^5.0.0",
|
|
"typescript": "5.6.x",
|
|
"ws": "^8.16.0"
|
|
}
|
|
} |