Skip to content

Commit 7574c26

Browse files
committed
Update interface number
1 parent ae3a475 commit 7574c26

File tree

3 files changed

+109
-106
lines changed

3 files changed

+109
-106
lines changed
Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
1-
name: Package and release
2-
3-
# run workflow on tags starting with v
4-
on:
5-
push:
6-
tags:
7-
- 'v*'
8-
9-
jobs:
10-
# create and release on CurseForge and wowinterface
11-
# see https://github.com/BigWigsMods/packager
12-
release:
13-
name: Upload to CurseForge and wowinterface
14-
runs-on: ubuntu-latest
15-
16-
env:
17-
CF_API_KEY: ${{ secrets.CURSEFORGE_API_TOKEN }}
18-
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
19-
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
20-
21-
steps:
22-
# we first have to clone the AddOn project, this is a required step
23-
- name: Clone project
24-
uses: actions/checkout@v3
25-
with:
26-
fetch-depth: 0
27-
28-
# get the changes between the last two versions from the manual changelog
29-
- name: Generate changelog
30-
run: |
31-
touch .changes
32-
sed -n '/^##/{p; :loop n; /^##/q; p; b loop}' ./CHANGELOG.md >> .changes
33-
34-
# once cloned, we just run the GitHub Action for the packager project
35-
- name: Package and release
1+
name: Package and release
2+
3+
# run workflow on tags starting with v
4+
on:
5+
push:
6+
tags:
7+
- 'v*'
8+
9+
jobs:
10+
# create and release on CurseForge and wowinterface
11+
# see https://github.com/BigWigsMods/packager
12+
release:
13+
name: Upload to CurseForge and wowinterface
14+
runs-on: ubuntu-latest
15+
16+
env:
17+
CF_API_KEY: ${{ secrets.CURSEFORGE_API_TOKEN }}
18+
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
19+
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
20+
21+
steps:
22+
# we first have to clone the AddOn project, this is a required step
23+
- name: Clone project
24+
uses: actions/checkout@v3
25+
with:
26+
fetch-depth: 0
27+
28+
# get the changes between the last two versions from the manual changelog
29+
- name: Generate changelog
30+
run: |
31+
touch .changes
32+
sed -n '/^##/{p; :loop n; /^##/q; p; b loop}' ./CHANGELOG.md >> .changes
33+
34+
# once cloned, we just run the GitHub Action for the packager project
35+
- name: Package and release
3636
uses: BigWigsMods/packager@v2

CHANGELOG.md

Lines changed: 71 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,71 @@
1-
## v1.3.16
2-
- Update for The War Within (11.0.2) (new interface number)
3-
- Changed deprecated function `GetAddOnMetadata` to `C_AddOns.GetAddOnMetadata`
4-
5-
## v1.3.15
6-
- Update for The War Within (11.0.0) (new interface number)
7-
- Options panel no longer uses deprecated `InterfaceOptions_AddCategory` API
8-
9-
## v1.3.14
10-
- Update for Dark Heart (10.2.7) (new interface number)
11-
12-
## v1.3.13
13-
- Update for Plunderstorm (10.2.6) (new interface number)
14-
15-
## v1.3.12
16-
- Update for Dragonflight (10.2.0) (new interface number)
17-
- Icon in `toc` file
18-
19-
## v1.3.11
20-
- Update for Dragonflight (10.0.5)
21-
22-
## v1.3.10
23-
- Hides the soft target interact icon (and name)
24-
25-
## v1.3.9
26-
- Update for Dragonflight (10.0.2)
27-
28-
## v1.3.8
29-
- Update for Chains of Domination (9.1.0) (new interface number)
30-
31-
## v1.3.7
32-
- Update for Shadowlands (9.0.5) (new interface number)
33-
34-
## v1.3.6
35-
- Setting to toggle ray traced shadows
36-
37-
## v1.3.5
38-
- Update for Shadowlands pre-expansion patch (9.0.1) (new interface number)
39-
40-
## v1.3.4
41-
- Update for BfA Visions of N'Zoth (8.3) (new interface number)
42-
43-
## v1.3.3
44-
- Update for BfA Rise of Azshara (8.2) (new interface number)
45-
46-
## v1.3.2
47-
- Settings for 'anti aliasing' and 'supersampling' are disabled when 'graphics settings' are not set
48-
49-
## v1.3.1
50-
- Includes CVar `graphicsTextureResolution`
51-
52-
## v1.3
53-
- Option to enhance graphics settings on UI hide
54-
55-
## v1.2
56-
- Includes options to change what to toggle on UI hide (stored via WoW's saved variables)
57-
58-
## v1.1.2
59-
- Update Interface number for BfA Tides of Vengeance (8.1)
60-
61-
## v1.1.1
62-
- Update for BfA prepatch
63-
64-
## v1.1
65-
- Only sets CVars out of combat
66-
67-
## v1.0
68-
- Initial upload
1+
## v1.3.17
2+
- Update for Ghosts of K'aresh (11.2) (new interface number)
3+
4+
## v1.3.16
5+
- Update for The War Within (11.0.2) (new interface number)
6+
- Changed deprecated function `GetAddOnMetadata` to `C_AddOns.GetAddOnMetadata`
7+
8+
## v1.3.15
9+
- Update for The War Within (11.0.0) (new interface number)
10+
- Options panel no longer uses deprecated `InterfaceOptions_AddCategory` API
11+
12+
## v1.3.14
13+
- Update for Dark Heart (10.2.7) (new interface number)
14+
15+
## v1.3.13
16+
- Update for Plunderstorm (10.2.6) (new interface number)
17+
18+
## v1.3.12
19+
- Update for Dragonflight (10.2.0) (new interface number)
20+
- Icon in `toc` file
21+
22+
## v1.3.11
23+
- Update for Dragonflight (10.0.5)
24+
25+
## v1.3.10
26+
- Hides the soft target interact icon (and name)
27+
28+
## v1.3.9
29+
- Update for Dragonflight (10.0.2)
30+
31+
## v1.3.8
32+
- Update for Chains of Domination (9.1.0) (new interface number)
33+
34+
## v1.3.7
35+
- Update for Shadowlands (9.0.5) (new interface number)
36+
37+
## v1.3.6
38+
- Setting to toggle ray traced shadows
39+
40+
## v1.3.5
41+
- Update for Shadowlands pre-expansion patch (9.0.1) (new interface number)
42+
43+
## v1.3.4
44+
- Update for BfA Visions of N'Zoth (8.3) (new interface number)
45+
46+
## v1.3.3
47+
- Update for BfA Rise of Azshara (8.2) (new interface number)
48+
49+
## v1.3.2
50+
- Settings for 'anti aliasing' and 'supersampling' are disabled when 'graphics settings' are not set
51+
52+
## v1.3.1
53+
- Includes CVar `graphicsTextureResolution`
54+
55+
## v1.3
56+
- Option to enhance graphics settings on UI hide
57+
58+
## v1.2
59+
- Includes options to change what to toggle on UI hide (stored via WoW's saved variables)
60+
61+
## v1.1.2
62+
- Update Interface number for BfA Tides of Vengeance (8.1)
63+
64+
## v1.1.1
65+
- Update for BfA prepatch
66+
67+
## v1.1
68+
- Only sets CVars out of combat
69+
70+
## v1.0
71+
- Initial upload

phisHideUI.toc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## Interface: 110002
1+
## Interface: 110200
22
## Title: phisHideUI
3-
## Version: 1.3.16
3+
## Version: 1.3.17
44
## Notes: The addon hides all currently displayed unit names, chat bubbles and pet tracking icons when hiding the UI (e.g. with '|cFF40C7EBAlt-Z|r').
55
## Author: phistoh
66
## IconTexture: 132320
@@ -10,4 +10,4 @@
1010

1111
phisHideUI_Utils.lua
1212
phisHideUI_Defaults.lua
13-
phisHideUI.lua
13+
phisHideUI.lua

0 commit comments

Comments
 (0)