Skip to content

Commit 16c7581

Browse files
authored
Merge pull request #780 from Kvan7/dev
v0.13.4
2 parents ea50697 + 6340e41 commit 16c7581

34 files changed

Lines changed: 3727 additions & 2619 deletions

.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.13.4
6263
- 0.13.3
6364
- 0.13.2
6465
- 0.13.1
@@ -67,7 +68,7 @@ body:
6768
- 0.11.x
6869
- 0.10.x
6970
- Change me
70-
default: 5
71+
default: 8
7172
validations:
7273
required: true
7374
- 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.13.3.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.13.4.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.13.3',
23+
appVersion: '0.13.4',
2424
github: {
2525
releasesUrl: 'https://github.com/Kvan7/Exiled-Exchange-2/releases'
2626
},

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.13.3",
3+
"version": "0.13.4",
44
"private": true,
55
"scripts": {
66
"dev": "node build/script.mjs",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export default {
5555
MIRRORED: '已複製',
5656
PREFIX_MODIFIER: '前綴',
5757
SUFFIX_MODIFIER: '後綴',
58+
IMPLICIT_MODIFIER: '固定詞綴',
5859
CRAFTED_PREFIX: '大師工藝前綴',
5960
CRAFTED_SUFFIX: '大師工藝後綴',
6061
UNSCALABLE_VALUE: ' — 無法使用的值',

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

Lines changed: 175 additions & 137 deletions
Large diffs are not rendered by default.

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

Lines changed: 269 additions & 142 deletions
Large diffs are not rendered by default.

renderer/public/data/de/client_strings.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export default {
5555
MIRRORED: 'Gespiegelt',
5656
PREFIX_MODIFIER: 'Präfix-Modifikator',
5757
SUFFIX_MODIFIER: 'Suffix-Modifikator',
58+
IMPLICIT_MODIFIER: 'Impliziter Modifikator',
5859
CRAFTED_PREFIX: 'Meister-Präfix-Modifikator',
5960
CRAFTED_SUFFIX: 'Meister-Suffix-Modifikator',
6061
UNSCALABLE_VALUE: ' — Nicht skalierbarer Wert',

renderer/public/data/de/items.ndjson

Lines changed: 175 additions & 137 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)