Skip to content

Commit

Permalink
v0.3.0 'Jiyugaoka'
Browse files Browse the repository at this point in the history
  • Loading branch information
hibiyasleep committed Aug 18, 2020
1 parent 2c432d7 commit 0965017
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
20 changes: 19 additions & 1 deletion components/layout/changelog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,25 @@
</checkbox>
<hr />
<version />
<group name="0.2.1 'Ookayama'" :opened="true">
<group name="0.3.0 'Jiyugaoka'" opened>
<p>
Fixed noisy logs and some bugs (CDH count fix, etc)
</p>
<p>
Job icons are now <u>vector</u>; monochrome also added.
<br />
Can be rollbacked to old friendly raster one.
</p>
<p>
DPS % option added.
</p>
<p>
thinner sticks is now configurable.
<br />
Now healed stats will be shown default, instead of crits.
</p>
</group>
<group name="0.2.1 'Ookayama'" >
<p>
<u @click="toggleLayoutMode()">Layout mode</u>
added for precise overlay placement.
Expand Down
4 changes: 3 additions & 1 deletion components/version.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@
<path opacity="0.25" fill="#FFA500" d="M114,8h8v3h11v2h-11v3h-8v-8h8l-2,2h-4v4h4v-4l2,-2z"/>
<path opacity="0.25" fill="#FFA500" d="M133,8h8v3h11v2h-11v3h-8v-8h8l-2,2h-4v4h4v-4l2,-2z"/>
<path opacity="0.25" fill="#FFA500" d="M152,8h8v3h11v2h-11v3h-8v-8h8l-2,2h-4v4h4v-4l2,-2z"/>
<path opacity="0.25" fill="#FFA500" d="M171,8h8v3h11v2h-11v3h-8v-8h8l-2,2h-4v4h4v-4l2,-2z"/>
<path opacity="1.00" fill="#FFA500" d="M171,8h8v3h11v2h-11v3h-8v-8h8l-2,2h-4v4h4v-4l2,-2z"/>
<!-- toyoko | | -->
<path opacity="0.25" fill="#DA0442" d="M174,8V0h2v8zm0,8h2v8h-2z" />
<path opacity="0.25" fill="#FFA500" d="M190,8h8v3h11v2h-11v3h-8v-8h8l-2,2h-4v4h4v-4l2,-2z"/>
<!-- express passthrough -->
<path opacity="1.00" fill="#FFA500" d="M209,8m-0,3h-19v2h19z"/>
<path opacity="1.00" fill="#FFA500" d="M209,8h8v3h11v2h-11v3h-8v-8h8l-2,2h-4v4h4v-4l2,-2z"/>
<!-- meguro / / -->
<path opacity="0.25" fill="#009CD2" d="M217,8h-1.4l8,-8l1.4,1.4l-8,8z m-8,8 h1.4 l-8,8 l-1.4,-1.4 l8,-8 z" />
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ikegami",
"version": "0.2.1",
"releasename": "Ookayama",
"version": "0.3.0",
"releasename": "Jiyugaoka",
"description": "experimental vertical FFXIV Miniparse overlay",
"dependencies": {
"vue": "2.x",
Expand Down

0 comments on commit 0965017

Please sign in to comment.