forked from brodeurlv/fastnfitness
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update About and CHANGELOG.md for 0.19.5 release
- Loading branch information
Showing
3 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,3 +53,4 @@ freeline_project_description.json | |
# keystore | ||
release.properties | ||
debug.properties | ||
/local.properties.backup |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation"> | ||
<string name="app_version" translatable="false">0.19.5BETA</string> | ||
<string name="app_version" translatable="false">0.19.5</string> | ||
<string name="database_version_label" translatable="false">Database version: </string> | ||
<string name="author_label">Author: </string> | ||
<string name="author" translatable="false">Charles Combes</string> | ||
|
@@ -10,8 +10,11 @@ | |
<string name="email_url" translatable="false">[email protected]</string> | ||
<string name="revision_history_label" translatable="false">Revision History: </string> | ||
<string name="revision_history" translatable="false">\n | ||
v0.19.5: December 27, 2020\n | ||
v0.19.5: January 24, 2021\n | ||
\t- Enhancement: Add 1 Max Rep (Brzycki\'s formula) in graph (#185 - Thank you @realGWM)\n | ||
\t- Enhancement: Updated graph function - view rep count (#182)\n | ||
\t- Enhancement: Added Russian language (#187 - Thank you @zayn1991)\n | ||
\t- Enhancement: Source code improvements (#184 - Thank you @TacoTheDank)\n | ||
\t- Bug: Unable to import after fresh install (#180)\n | ||
\t- Bug: Fix wrong names for exported files (#183)\n | ||
</string> | ||
|