Skip to content

Commit b30dc76

Browse files
authored
Merge pull request #627 from Kvan7:dev
v0.11.6
2 parents 825ce48 + c6fc79f commit b30dc76

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1261
-1132
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ body:
2121
label: Common Bugs
2222
description: Selection for bugs that are known to occur frequently with game updates
2323
options:
24-
- An error occurred while parsing the item
24+
- An error occurred while parsing the item
2525
- Not Recognized Modifier
2626
- No modifiers found
2727
- Other
@@ -43,6 +43,7 @@ body:
4343
label: Version
4444
description: What version of EE2 are you running? You can see this in Settings -> About
4545
options:
46+
- 0.11.6
4647
- 0.11.5
4748
- 0.11.4
4849
- 0.11.3
@@ -58,12 +59,11 @@ body:
5859
id: item
5960
attributes:
6061
label: Item Copy text
61-
description: If your bug relates in ANY way to an item, copy the item's text and paste it here. You can do so with `ctrl + alt + c` when hovering over the item.
62+
description: If your bug relates in ANY way to an item, copy the item's text and paste it here. You can do so with `ctrl + alt + c` when hovering over the item.
6263
render: shell
6364
- type: textarea
6465
id: logs
6566
attributes:
6667
label: Relevant log output
6768
description: If able, please go to Settings -> Debug, and copy and paste what is in that text box. (No need for backticks)
6869
render: shell
69-

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
needs: renderer
3535
strategy:
3636
matrix:
37-
os: [windows-2022, ubuntu-22.04, macos-14]
37+
os: [windows-2025, ubuntu-22.04, macos-14]
3838
runs-on: ${{ matrix.os }}
3939
steps:
4040
- uses: actions/checkout@v4
@@ -59,4 +59,4 @@ jobs:
5959
run: cat ./main/dist/latest-linux.yml
6060
- name: Hash
6161
if: ${{ startsWith(matrix.os, 'macos') }}
62-
run: cat ./main/dist/latest-mac.yml
62+
run: cat ./main/dist/latest-mac.yml

.pre-commit-config.yaml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
repos:
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
3+
rev: v3.2.0
4+
hooks:
5+
- id: trailing-whitespace
6+
- id: end-of-file-fixer
7+
- id: check-yaml
8+
- id: check-added-large-files
9+
- repo: local
10+
hooks:
11+
- id: check-version-consistency
12+
name: Check Version Consistency
13+
entry: python ./versionCheck.py
14+
language: python
15+
files: \.(js|md|yml|json)$
16+
17+
- id: lint-fix-main
18+
name: Lint Fix Main Project
19+
entry: npm run fix --prefix ./main
20+
language: system
21+
pass_filenames: false
22+
files: ^main/.*\.(ts|js|jsx|tsx)$
23+
24+
- id: lint-fix-renderer
25+
name: Lint Fix Renderer Project
26+
entry: npm run lint-fix --prefix ./renderer
27+
language: system
28+
pass_filenames: false
29+
files: ^renderer/.*\.(ts|js|jsx|tsx|vue)$
30+
31+
- id: format-main
32+
name: Format Main Project
33+
entry: npm run format --prefix ./main
34+
language: system
35+
pass_filenames: false
36+
files: ^main/.*\.(ts|js|jsx|tsx|vue|json|md)$
37+
38+
- id: format-renderer
39+
name: Format Renderer Project
40+
entry: npm run format --prefix ./renderer
41+
language: system
42+
pass_filenames: false
43+
files: ^renderer/.*\.(ts|js|jsx|tsx|vue|json|md)$

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.11.5.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.11.6.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.11.5',
23+
appVersion: '0.11.6',
2424
github: {
2525
releasesUrl: 'https://github.com/Kvan7/Exiled-Exchange-2/releases'
2626
},

exiled-exchange-2.code-workspace

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"Synthesised",
5757
"uniquefoil",
5858
"uniquejewel",
59+
"vitepress",
5960
"Warstaff",
6061
"WAYSTONE",
6162
"xchg",
@@ -86,4 +87,4 @@
8687
},
8788
"peacock.color": "#215732"
8889
}
89-
}
90+
}

0 commit comments

Comments
 (0)