Skip to content

Commit

Permalink
Update to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
freyamade committed Jan 20, 2022
1 parent e9f97f7 commit 78d9621
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion frontend/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VUE_APP_VERSION="0.1.0"
VUE_APP_VERSION="0.1.1"
17 changes: 7 additions & 10 deletions frontend/src/components/modals/changelog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,15 @@
<div class="card-content content">
<h2 class="has-text-primary subtitle">{{ version }}</h2>
<div class="divider"><i class="material-icons icon">expand_more</i> Major Changes <i class="material-icons icon">expand_more</i></div>
<p>Added a settings popup under the User dropdown.</p>
<p>Currently the only setting is to change your theme for the coloured BIS List displays on the team page and in the colours popup.</p>
<p>However we have laid the groundwork to add more customisation in the future!</p>
<p>We have a wiki now!</p>
<p><a href="https://wiki.savageaim.com" target="_blank">wiki.savageaim.com</a></p>
<p>Removed a lot of the help text from the pages since it's all in the wiki now!</p>

<div class="divider"><i class="material-icons icon">expand_more</i> Minor Changes <i class="material-icons icon">expand_more</i></div>
<p>
Changed current gear display on BIS tables in the team page to use tooltips instead of the HTML title element.
<ul><li>This means that mobile users can now tap on slots in the tables to see a tooltip indicating the current gear in the slot.</li></ul>
</p>
<p>Page titles now update so your tab and history displays will have more detail to them!</p>
<p>Any 404 errors will keep the URL used to generate them, instead of replacing it the /404.</p>
<p>Moved the system to dedicated infrastructure!</p>
<p>Prevented any issues forming from Teams or Characters generating duplicate tokens by preventing that from happening altogether.</p>
<p>Added wiki and github links to the footer.</p>
<p>Footer now also displays the current version.</p>
<p>Footer links now use tooltips instead of titles.</p>
</div>
</div>
</template>
Expand Down

0 comments on commit 78d9621

Please sign in to comment.