Skip to content

Commit

Permalink
v1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chalkpe committed Jan 2, 2025
1 parent 46063aa commit a370057
Show file tree
Hide file tree
Showing 9 changed files with 26,389 additions and 13,914 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019-2022 Chalk
Copyright (c) 2019-2025 Chalk

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ https://chalkpe.github.io/ffxiv-opener-overlay/

| Language | Patch |
| :--: | :--: |
| 日本語 (`jp`) | `6.5` |
| English (`en`) | `6.5` |
| Deutsch (`de`) | `6.5` |
| Français (`fr`) | `6.5` |
| 한국어 (`kr`) | `6.38` |
| 日本語 (`jp`) | `7.1` |
| English (`en`) | `7.1` |
| Deutsch (`de`) | `7.1` |
| Français (`fr`) | `7.1` |
| 한국어 (`kr`) | `7.0` |

### In-game configuration

Expand Down Expand Up @@ -85,21 +85,21 @@ yarn build && yarn deploy
### /src/assets

```text
© 2010 - 2022 SQUARE ENIX CO., LTD. All Rights Reserved.
© 2010 - 2025 SQUARE ENIX CO., LTD. All Rights Reserved.
```

[MIT License]: LICENSE
[Example]: public/rdm-ew-opener.png
[Job actions data]: src/assets/actions
[ffxiv-actions]: https://github.com/ChalkPE/ffxiv-actions
[ffxiv-actions]: https://github.com/chalkpe/ffxiv-actions

[Package version]: https://img.shields.io/github/package-json/v/ChalkPE/ffxiv-opener-overlay
[Global version]: https://img.shields.io/badge/global-6.5-blueviolet
[Korean version]: https://img.shields.io/badge/korea-6.38-red
[Package version]: https://img.shields.io/github/package-json/v/chalkpe/ffxiv-opener-overlay
[Global version]: https://img.shields.io/badge/global-7.1-blueviolet
[Korean version]: https://img.shields.io/badge/korea-7.0-red

[YouTube]: https://youtu.be/j2YD54eWDWE
[ACT]: https://advancedcombattracker.com/
[OverlayPlugin]: https://github.com/ngld/OverlayPlugin
[OverlayPlugin]: https://github.com/OverlayPlugin/OverlayPlugin
[FINAL FANTASY XIV]: https://www.finalfantasyxiv.com/

[Chalk Alt: Twitter]: https://twitter.com/chalk_alt
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffxiv-opener-overlay",
"version": "1.1.6",
"version": "1.1.7",
"private": true,
"description": "ACT overlay for FINAL FANTASY XIV that shows your real-time skill sequences",
"repository": "https://github.com/ChalkPE/ffxiv-opener-overlay",
Expand Down Expand Up @@ -67,5 +67,6 @@
"vue": {
"publicPath": "./",
"productionSourceMap": false
}
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>FFXIV Opener Overlay</title>
<script type="text/javascript" src="https://ngld.github.io/OverlayPlugin/assets/shared/common.min.js"></script>
<script type="text/javascript" src="https://overlayplugin.github.io/OverlayPlugin/assets/shared/common.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css" />
</head>
<body>
Expand Down
8,300 changes: 5,232 additions & 3,068 deletions src/assets/actions/de.json

Large diffs are not rendered by default.

8,190 changes: 5,177 additions & 3,013 deletions src/assets/actions/en.json

Large diffs are not rendered by default.

8,258 changes: 5,211 additions & 3,047 deletions src/assets/actions/fr.json

Large diffs are not rendered by default.

8,326 changes: 5,245 additions & 3,081 deletions src/assets/actions/ja.json

Large diffs are not rendered by default.

7,198 changes: 5,508 additions & 1,690 deletions src/assets/actions/ko.json

Large diffs are not rendered by default.

0 comments on commit a370057

Please sign in to comment.