Skip to content

Commit

Permalink
Update About and CHANGELOG.md for 0.19.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brodeurlv committed Jan 24, 2021
1 parent e7e6d94 commit 87974fb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ freeline_project_description.json
# keystore
release.properties
debug.properties
/local.properties.backup
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## Change Log

### 0.19.5: January 24, 2021\n
- Enhancement: Add 1 Max Rep in graph (#185 - Thank you @realGWM)
- Enhancement: Updated graph function - view rep count (#182)
- Enhancement: Added Russian language (#187 - Thank you @zayn1991)
- Bug: Unable to import after fresh install (#180)
- Bug: Fix wrong names for exported files (#183)

### 0.19.4: Setpember 28, 2020\n
- Enhancement: Add Italian language (#179 - Thank you @mimo84)
- Bug: Incomplete program name in history (#171)
- Bug: BMI wrong when weight is not in kg (#174)

### 0.19.3: August 3, 2020
- Enhancement : Update auto clear mechanism for Exercise (#154) (Thank you @ironjan)
- Enhancement : Added max length graphic for isometric exercises
Expand Down
7 changes: 5 additions & 2 deletions app/src/main/res/values/about.xml
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>
Expand All @@ -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>
Expand Down

0 comments on commit 87974fb

Please sign in to comment.