Skip to content

Commit

Permalink
Remove fixed color descriptions from welcome page; version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GontikR99 committed Jul 22, 2021
1 parent 4380d71 commit 8767fea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions cmd/window/welcome/welcome.vugu
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,7 @@
<h4>Features</h4>
<ul>
<li>Overlay damage meters for active fight</li>
<li>Overlay strike text for your melee and spell damage.
<ul>
<li><b style="color: white;">White</b> text for your melee damage.</li>
<li><b style="color: yellow;">Yellow</b> text for your spell damage and procs.</li>
<li><b style="color: gray;">Gray</b> for your damage shields.</li>
<li><b style="color: cyan;">Cyan</b> for heals you cast.</li>
<li><b style="color: #32CD32;">Green</b> for heals you receive.</li>
<li><b style="color: red;">Red</b> for damage done to you.</li>
</ul>
</li>
<li>Overlay "flying" text for your melee and spell damage.</li>
<li>Capture some common blockbuster DPS conditions in damage reports:
<ul>
<li><code>s</code> - Fateseer's Boon (Shaman epic 1.5 effect)</li>
Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package internal

const Version = "0.1.0"
const Version = "0.1.1"

0 comments on commit 8767fea

Please sign in to comment.