Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
Updated to 0.9.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Gullmark committed Jan 21, 2019
1 parent d1db0ad commit 74b31ed
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.9.13] - 2019-XX-XX
## [0.9.13] - 2019-01-21
- Reworked how gain per hour is calculated
- Settings are now cached, to improve the performance of Exilence
- Added a dialog for resolving errors related to fetching the character-list
Expand Down
2 changes: 1 addition & 1 deletion ExilenceClient/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "exilence",
"version": "0.9.12",
"version": "0.9.13",
"author": {
"name": "Viktor Gullmark",
"email": "[email protected]"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ <h3 class="mat-h3">Changes included in version {{appVersion}}</h3>
<ul>
<li>Reworked how gain per hour is calculated</li>
<li>Added a dialog for resolving errors related to fetching the character-list</li>
<li>Minor text-changes</li>
<li>Settings are now cached, to improve the performance of Exilence</li>
<li>Added a dialog for resolving errors related to fetching the character-list</li>
<li>Changed rate-limit for maps, net worth fluctuations should now be a rare occurence</li>
<li>Updated error-texts on login-screen</li>
<li>Updated informative text in maptab info-dialog</li>
<li>Minor text-changes</li>
</ul>
<p class="mat-body-1">
To see the full changelog, please go to <a class="inline-link" (click)="openLink('https://github.com/viktorgullmark/exilence/blob/master/CHANGELOG.md')">this
Expand Down

0 comments on commit 74b31ed

Please sign in to comment.