Skip to content

Commit 7782d98

Browse files
authored
Merge pull request #658 from Kvan7:dev
v0.12.0
2 parents b30dc76 + c129260 commit 7782d98

Some content is hidden

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

48 files changed

+928
-1154
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 30 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,28 @@ body:
88
value: |
99
Thanks for taking the time to fill out this bug report!
1010
- type: checkboxes
11-
id: terms
11+
id: faq
1212
attributes:
1313
label: FAQ
14-
description: Please check the [FAQ](https://kvan7.github.io/Exiled-Exchange-2/faq), [Common Issues Page](https://kvan7.github.io/Exiled-Exchange-2/issues), and for [pinned issues and existing issues](https://github.com/Kvan7/Exiled-Exchange-2/issues?q=is%3Aissue) before submitting an issue
14+
description: Please check the [FAQ](https://kvan7.github.io/Exiled-Exchange-2/faq) before submitting an issue
1515
options:
16-
- label: I have checked the FAQ, Common Issues, and for existing issues and my problem was not there
16+
- label: I have checked the [FAQ](https://kvan7.github.io/Exiled-Exchange-2/faq) and my problem was not there
17+
required: true
18+
- type: checkboxes
19+
id: common-issues
20+
attributes:
21+
label: Common Issues
22+
description: Please check the [Common Issues Page](https://kvan7.github.io/Exiled-Exchange-2/issues) before submitting an issue
23+
options:
24+
- label: I have checked the [Common Issues Page](https://kvan7.github.io/Exiled-Exchange-2/issues) and my problem was not there
25+
required: true
26+
- type: checkboxes
27+
id: existing-issues
28+
attributes:
29+
label: Existing Issues
30+
description: Please check the [pinned issues and existing issues](https://github.com/Kvan7/Exiled-Exchange-2/issues?q=is%3Aissue) before submitting an issue
31+
options:
32+
- label: I have checked the [pinned issues and existing issues](https://github.com/Kvan7/Exiled-Exchange-2/issues?q=is%3Aissue) and my problem was not there
1733
required: true
1834
- type: dropdown
1935
id: common-bug
@@ -25,7 +41,7 @@ body:
2541
- Not Recognized Modifier
2642
- No modifiers found
2743
- Other
28-
default: 0
44+
default: 3
2945
validations:
3046
required: true
3147
- type: textarea
@@ -34,7 +50,7 @@ body:
3450
label: What happened?
3551
description: Also what did you expect to happen?
3652
placeholder: Tell us what you see!
37-
value: "A bug happened!"
53+
value: "Change this text please"
3854
validations:
3955
required: true
4056
- type: dropdown
@@ -43,27 +59,27 @@ body:
4359
label: Version
4460
description: What version of EE2 are you running? You can see this in Settings -> About
4561
options:
46-
- 0.11.6
47-
- 0.11.5
48-
- 0.11.4
49-
- 0.11.3
50-
- 0.11.2
62+
- 0.12.0
63+
- 0.11.x
5164
- 0.10.x
5265
- 0.9.x
5366
- 0.8.x
5467
- Other
55-
default: 0
5668
validations:
5769
required: true
5870
- type: textarea
5971
id: item
6072
attributes:
6173
label: Item Copy text
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.
74+
description: PLEASE copy the item's text and paste it here. You can do so with `ctrl + alt + c` when hovering over the item, if your bug doesn't related to any items at all, write "None" (if it is about an item in any way and you write None it will be ignored)
6375
render: shell
76+
validations:
77+
required: true
6478
- type: textarea
6579
id: logs
6680
attributes:
67-
label: Relevant log output
68-
description: If able, please go to Settings -> Debug, and copy and paste what is in that text box. (No need for backticks)
81+
label: Log output
82+
description: Please go to Settings -> Debug, and copy and paste what is in that text box. (No need for backticks)
6983
render: shell
84+
validations:
85+
required: true

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.6.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.0.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.6',
23+
appVersion: '0.12.0',
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.11.6",
3+
"version": "0.12.0",
44
"private": true,
55
"scripts": {
66
"dev": "node build/script.mjs",

main/src/proxy.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ const PROXY_HOSTS = [
1313
{ host: "br.pathofexile.com", official: true },
1414
{ host: "poe.ninja", official: false },
1515
{ host: "www.poeprices.info", official: false },
16+
// me :)
17+
{ host: "api.exiledexchange2.dev", official: false },
1618
];
1719

1820
// eslint-disable-next-line @typescript-eslint/no-extraneous-class

0 commit comments

Comments
 (0)