-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
38 changed files
with
561 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name: Release | ||
|
||
on: | ||
push: | ||
tags: | ||
- '**' | ||
paths-ignore: | ||
- '.github/**' | ||
|
||
jobs: | ||
release: | ||
runs-on: ubuntu-latest | ||
|
||
environment: packager | ||
|
||
env: | ||
CF_API_KEY: ${{ secrets.CF_API_KEY }} | ||
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }} | ||
|
||
steps: | ||
- name: Clone project | ||
uses: actions/checkout@v4 | ||
|
||
- name: BigWigsPackager | ||
uses: BigWigsMods/packager@v2 | ||
with: | ||
args: -n "{package-name}-{project-version}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
package-as: ElvUI_LuckyoneUI | ||
|
||
move-folders: | ||
ElvUI_LuckyoneUI/ElvUI_LuckyoneUI: ElvUI_LuckyoneUI | ||
|
||
ignore: | ||
- .github/* | ||
- .gitignore | ||
- CHANGELOG.md | ||
- CURRENT.md | ||
- README.md | ||
- LICENSE.txt | ||
|
||
manual-changelog: | ||
filename: CURRENT.md | ||
markup-type: markdown |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
### Version 3.04 [07-08-2024] | ||
**All WoW Versions:** | ||
Added % sign to player mana in the healing layout | ||
Added luckyone:name:abbrev Tags with and without class color suffix | ||
Added option to toggle a privacy overlay for the guild chat in /lucky config -> Blizzard improvements | ||
Added skin for the "Tabardy" AddOn | ||
Fixes for Plater Nameplates profile installer to perform correct scaling | ||
Fixes for alt quick setup to perform correct scaling on 1080p ActionBars DataText | ||
**Retail:** | ||
Added the following to developer CVars list: minimapTrackingShowAll, cameraIndirectOffset | ||
Double % sign should be fixed for the healermana display of the party frames | ||
No longer abbreviate enchants in the character panel by default | ||
Set the default scale of the new ESC game menu to 80% | ||
Updated Plater profile | ||
Updated WindTools profile (Turnin button is now hidden when 0 Quests are being tracked) | ||
**Classic:** | ||
Custom Aura Filters setup button is now available for Classic in /lucky config -> Buffs and Debuffs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.