Skip to content

Commit 37a0cc4

Browse files
committed
update changelog for 9.0.0
1 parent 0006360 commit 37a0cc4

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

.github/workflows/deploy_prerelease.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
- name: Package and release
3333
uses: BigWigsMods/packager@master
3434
with:
35-
args: -p 2057
35+
args: -p 2057 -w 17076
3636

3737
# another example where we supply additional arguments, this example is specifically to release
3838
# for the Classic version of the game
3939
- name: Package and release for Classic
4040
uses: BigWigsMods/packager@master
4141
with:
42-
args: -g 1.13.5 -p 2057
42+
args: -g 1.13.5 -p 2057 -w 17076
4343

.github/workflows/deploy_release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
- name: Package and release
3535
uses: BigWigsMods/packager@master
3636
with:
37-
args: -p 2057
37+
args: -p 2057 -w 4836
3838

3939
# another example where we supply additional arguments, this example is specifically to release
4040
# for the Classic version of the game
4141
- name: Package and release for Classic
4242
uses: BigWigsMods/packager@master
4343
with:
44-
args: -g 1.13.5 -p 2057
44+
args: -g 1.13.5 -p 2057 -w 4836

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
![Preview](http://jaliborc.com/images/addons/large/omnicc/actions.jpg)
2-
3-
[![Install](http://jaliborc.com/images/external/twitch_client.png)](https://www.curseforge.com/wow/addons/omni-cc/download?client=y) [![Patreon](http://jaliborc.com/images/external/patreon.png#1)](https://www.patreon.com/jaliborc)
4-
51
# OmniCC :clock1:
2+
63
OmniCC is an World of Wacraft addon that adds text to items, spell and abilities that are on cooldown to indicate when they will be ready to use. In other words: it turns all the standard analogue cooldowns into digital ones.
74

85
Anything should work with OmniCC, from the action bars to the inventory, from the standard interface to your favorite add-on.
6+
7+
![Preview](http://jaliborc.com/images/addons/large/omnicc/actions.jpg)
8+
9+
[![Patreon](http://jaliborc.com/images/external/patreon.png#1)](https://www.patreon.com/jaliborc)

changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OmniCC Changelog
22

3-
## 9.0.0-beta
3+
## 9.0.0
44

55
* Finish effects will now trigger immediately for cooldowns that are soon to complete, but were overridden by the GCD.
66
* Added a new setting, Timer Offset, to adjust the end point for timers to account for things like spell queue windows and latency.

0 commit comments

Comments
 (0)