diff --git a/frontend/.env b/frontend/.env index 652bd555..83b72765 100644 --- a/frontend/.env +++ b/frontend/.env @@ -1 +1 @@ -VUE_APP_VERSION="0.1.0" +VUE_APP_VERSION="0.1.1" diff --git a/frontend/src/components/modals/changelog.vue b/frontend/src/components/modals/changelog.vue index 16ee69e8..01cd6b8c 100644 --- a/frontend/src/components/modals/changelog.vue +++ b/frontend/src/components/modals/changelog.vue @@ -13,18 +13,15 @@
Added a settings popup under the User dropdown.
-Currently the only setting is to change your theme for the coloured BIS List displays on the team page and in the colours popup.
-However we have laid the groundwork to add more customisation in the future!
+We have a wiki now!
+ +Removed a lot of the help text from the pages since it's all in the wiki now!
- Changed current gear display on BIS tables in the team page to use tooltips instead of the HTML title element. -
Page titles now update so your tab and history displays will have more detail to them!
-Any 404 errors will keep the URL used to generate them, instead of replacing it the /404.
-Moved the system to dedicated infrastructure!
+Prevented any issues forming from Teams or Characters generating duplicate tokens by preventing that from happening altogether.
+Added wiki and github links to the footer.
+Footer now also displays the current version.
+Footer links now use tooltips instead of titles.