Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ body:
label: Version
description: What version of EE2 are you running? You can see this in Settings -> About
options:
- 0.12.8
- 0.12.7
- 0.12.6
- 0.12.5
Expand All @@ -70,7 +71,7 @@ body:
- 0.11.x
- 0.10.x
- Change me
default: 10
default: 11
validations:
required: true
- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ![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.12.7.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.12.8.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)

Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default defineConfig({
},
themeConfig: {
// logo: 'TODO', https://github.com/vuejs/vitepress/issues/1401
appVersion: '0.12.7',
appVersion: '0.12.8',
github: {
releasesUrl: 'https://github.com/Kvan7/Exiled-Exchange-2/releases'
},
Expand Down
1 change: 1 addition & 0 deletions docs/issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ title: Common issues

- [Tray icon is not shown](https://github.com/SnosMe/awakened-poe-trade/issues/106)
- 🔥[Screen is black](https://github.com/SnosMe/awakened-poe-trade/issues/185)
- [Some issues with running in Wayland](https://github.com/Kvan7/Exiled-Exchange-2/issues/673)
4 changes: 2 additions & 2 deletions main/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "exiled-exchange-2",
"version": "0.12.7",
"version": "0.12.8",
"private": true,
"scripts": {
"dev": "node build/script.mjs",
Expand Down
2 changes: 1 addition & 1 deletion renderer/public/data/cmn-Hant/client_strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export default {
JEWEL_HELP: '放置到',
SANCTUM_HELP: '"將此物品放置到絲克瑪',
TIMELESS_RADIUS: '範圍: ',
PRECURSOR_TABLET_HELP: '可用於輿圖中的一座已完成高塔來影響',
PRECURSOR_TABLET_HELP: '可以使用於個人的地圖裝置來增加地圖的詞綴。',
LOGBOOK_HELP: '把此道具帶回你的',
REQUIRES: '需要',
TIMELESS_SMALL_PASSIVES: '範圍內小型天賦也會賦予 {0}',
Expand Down
144 changes: 73 additions & 71 deletions renderer/public/data/cmn-Hant/items.ndjson

Large diffs are not rendered by default.

216 changes: 114 additions & 102 deletions renderer/public/data/cmn-Hant/stats.ndjson

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion renderer/public/data/de/client_strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export default {
JEWEL_HELP: 'Platziere das',
SANCTUM_HELP: 'Platziere diesen Gegenstand beim',
TIMELESS_RADIUS: 'Radius: ',
PRECURSOR_TABLET_HELP: 'Kann in einem abgeschlossenen Turm auf Eurem Atlas verwendet werden,',
PRECURSOR_TABLET_HELP: 'Kann in einem persönlichen Kartenapparat verwendet werden, um einer Karte Modifikatoren hinzuzufügen.',
LOGBOOK_HELP: 'Bringt diesen Gegenstand zu Dannig',
REQUIRES: 'Erfordert',
TIMELESS_SMALL_PASSIVES: 'Kleine Passive Fertigkeiten im Radius gewähren auch {0}',
Expand Down
172 changes: 87 additions & 85 deletions renderer/public/data/de/items.ndjson

Large diffs are not rendered by default.

285 changes: 152 additions & 133 deletions renderer/public/data/de/stats.ndjson

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion renderer/public/data/en/client_strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export default {
// JewelRadiusLabel
TIMELESS_RADIUS: 'Radius: ',
// ItemDescriptionPrecursorTablet
PRECURSOR_TABLET_HELP: 'Can be used in a completed Tower on your Atlas to influence surrounding Maps',
PRECURSOR_TABLET_HELP: 'Can be used in a personal Map Device to add modifiers to a Map.',
// ItemDescriptionExpeditionLogbook
LOGBOOK_HELP: 'Take this item to Dannig ',
// HeistRequiresText?
Expand Down
172 changes: 87 additions & 85 deletions renderer/public/data/en/items.ndjson

Large diffs are not rendered by default.

277 changes: 148 additions & 129 deletions renderer/public/data/en/stats.ndjson

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion renderer/public/data/es/client_strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export default {
JEWEL_HELP: 'Colócala en un engarce',
SANCTUM_HELP: 'Coloca este objeto en el Altar de reliquias',
TIMELESS_RADIUS: 'Radio: ',
PRECURSOR_TABLET_HELP: 'Se puede utilizar en una torre completada de tu Atlas para influenciar los',
PRECURSOR_TABLET_HELP: 'Se puede usar en un artefacto de mapas personal para agregar modificadores a un mapa.',
LOGBOOK_HELP: 'Llévale este objeto a Dannig en',
REQUIRES: 'Requiere',
TIMELESS_SMALL_PASSIVES: 'Las habilidades pasivas pequeñas dentro del radio también otorgan {0}',
Expand Down
172 changes: 87 additions & 85 deletions renderer/public/data/es/items.ndjson

Large diffs are not rendered by default.

298 changes: 162 additions & 136 deletions renderer/public/data/es/stats.ndjson

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion renderer/public/data/ja/client_strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export default {
JEWEL_HELP: 'パッシブツリ',
SANCTUM_HELP: 'セケマの試練開始時にこ',
TIMELESS_RADIUS: '半径: ',
PRECURSOR_TABLET_HELP: 'アトラス上の完了した塔で使用することで、周囲の',
PRECURSOR_TABLET_HELP: '自身のマップデバイスで使用してマップにモッドを追加できる。',
LOGBOOK_HELP: 'このアイテムをダニグに渡し、',
REQUIRES: '要求',
TIMELESS_SMALL_PASSIVES: '範囲内の通常パッシブスキルは{0}も付与する',
Expand Down
Loading
Loading