Skip to content

Commit 69d729c

Browse files
authored
Merge pull request #740 from Kvan7:dev
v0.12.8
2 parents b31dbcb + e90d2cc commit 69d729c

37 files changed

+2109
-1798
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ body:
5959
label: Version
6060
description: What version of EE2 are you running? You can see this in Settings -> About
6161
options:
62+
- 0.12.8
6263
- 0.12.7
6364
- 0.12.6
6465
- 0.12.5
@@ -70,7 +71,7 @@ body:
7071
- 0.11.x
7172
- 0.10.x
7273
- Change me
73-
default: 10
74+
default: 11
7475
validations:
7576
required: true
7677
- type: textarea

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ![Perfect Jewelers Orb](./renderer/public/images/jeweler.png) Exiled Exchange 2
22

3-
![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)
3+
![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)
44
![GitHub Tag](https://img.shields.io/github/v/tag/kvan7/exiled-exchange-2?style=plastic&label=latest%20version)
55
![GitHub commits since latest release (branch)](https://img.shields.io/github/commits-since/kvan7/exiled-exchange-2/latest/dev?style=plastic)
66

docs/.vitepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default defineConfig({
2020
},
2121
themeConfig: {
2222
// logo: 'TODO', https://github.com/vuejs/vitepress/issues/1401
23-
appVersion: '0.12.7',
23+
appVersion: '0.12.8',
2424
github: {
2525
releasesUrl: 'https://github.com/Kvan7/Exiled-Exchange-2/releases'
2626
},

docs/issues.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@ title: Common issues
5050

5151
- [Tray icon is not shown](https://github.com/SnosMe/awakened-poe-trade/issues/106)
5252
- 🔥[Screen is black](https://github.com/SnosMe/awakened-poe-trade/issues/185)
53+
- [Some issues with running in Wayland](https://github.com/Kvan7/Exiled-Exchange-2/issues/673)

main/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

main/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "exiled-exchange-2",
3-
"version": "0.12.7",
3+
"version": "0.12.8",
44
"private": true,
55
"scripts": {
66
"dev": "node build/script.mjs",

renderer/public/data/cmn-Hant/client_strings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export default {
118118
JEWEL_HELP: '放置到',
119119
SANCTUM_HELP: '"將此物品放置到絲克瑪',
120120
TIMELESS_RADIUS: '範圍: ',
121-
PRECURSOR_TABLET_HELP: '可用於輿圖中的一座已完成高塔來影響',
121+
PRECURSOR_TABLET_HELP: '可以使用於個人的地圖裝置來增加地圖的詞綴。',
122122
LOGBOOK_HELP: '把此道具帶回你的',
123123
REQUIRES: '需要',
124124
TIMELESS_SMALL_PASSIVES: '範圍內小型天賦也會賦予 {0}',

renderer/public/data/cmn-Hant/items.ndjson

Lines changed: 73 additions & 71 deletions
Large diffs are not rendered by default.

renderer/public/data/cmn-Hant/stats.ndjson

Lines changed: 114 additions & 102 deletions
Large diffs are not rendered by default.

renderer/public/data/de/client_strings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export default {
118118
JEWEL_HELP: 'Platziere das',
119119
SANCTUM_HELP: 'Platziere diesen Gegenstand beim',
120120
TIMELESS_RADIUS: 'Radius: ',
121-
PRECURSOR_TABLET_HELP: 'Kann in einem abgeschlossenen Turm auf Eurem Atlas verwendet werden,',
121+
PRECURSOR_TABLET_HELP: 'Kann in einem persönlichen Kartenapparat verwendet werden, um einer Karte Modifikatoren hinzuzufügen.',
122122
LOGBOOK_HELP: 'Bringt diesen Gegenstand zu Dannig',
123123
REQUIRES: 'Erfordert',
124124
TIMELESS_SMALL_PASSIVES: 'Kleine Passive Fertigkeiten im Radius gewähren auch {0}',

0 commit comments

Comments
 (0)