Skip to content

Commit

Permalink
v0.1.1 (#94)
Browse files Browse the repository at this point in the history
* [Parse Error] - Dualstring bow #60

* Adds starting for localization

* tests yay, this is terrible Add junit tests :( #74

* revert tests cause they were really terrible

* bump gitignore so i dont lose files

* Update Traditional Chinese (#79)

* Update issue templates

* Update issue templates

* Update for Traditional Chinese

* Update Traditional Chinese

* add new client strings

* Hard coded strings (#80)

* Features/pseudo-pseudo (#93)

* uhhhhhhhhhhhh, maybe pseudo will get support before GGG

* psesudo only ele

* remove git ignored files

* fix ignore

* [Parse Error] - % based value not updating #88

* [Not Recognized Modifier] - Allies in your Presence have +11% to all Elemental Resistances #76

* fully fixes now

* fixes: #61 #75

[Not Recognized Modifier] - Spirit: 100 #61
[Not Recognized Modifier] - Charm Slots: 1 #75

* [Parse Error] - Shouldn't show attacks per second #62

* [Not Recognized Modifier] - Items with bottom help text #63

* version bump
  • Loading branch information
Kvan7 authored Dec 18, 2024
1 parent cfc4d6f commit 85bce61
Show file tree
Hide file tree
Showing 80 changed files with 105,370 additions and 642 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
needs: renderer
strategy:
matrix:
os: [windows-2019] # ubuntu-20.04, macos-14 is a missing runner
os: [windows-2019, ubuntu-20.04, macos-14] # ubuntu-20.04, macos-14 is a missing runner
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,4 @@ yarn-error.log*
docs/.vitepress/dist
docs/.vitepress/cache


renderer/public/.DS_Store/EXPORT/tables/English/*.json
renderer/public/.DS_Store/vendor/client/tables/*.json
!renderer/public/.DS_Store/vendor/client/tables/ArmourTypesOverride.json
renderer/public/.DS_Store/vendor/json-api/*.json
*.bin
5 changes: 4 additions & 1 deletion exiled-exchange-2.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"pdps",
"uniquefoil",
"WAYSTONE"
]
],
"files.associations": {
"*.ndjson": "jsonl"
}
}
}
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.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "node build/script.mjs",
Expand Down
Loading

0 comments on commit 85bce61

Please sign in to comment.