Skip to content

Commit 57361f9

Browse files
committed
Add CHANGELOG.md
1 parent f826c28 commit 57361f9

File tree

3 files changed

+37
-1
lines changed

3 files changed

+37
-1
lines changed

.github/workflows/android-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,5 @@ jobs:
8787
uses: softprops/action-gh-release@v1
8888
with:
8989
files: build/app/outputs/bundle/release/app-release.aab
90-
tag_name: ${{ steps.get_version.outputs.VERSION }}
90+
tag_name: ${{ steps.get_version.outputs.VERSION }}
91+
body_path: CHANGELOG.md

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
🚀 Features:
2+
* Allow users to give meals a description #89
3+
* Allow users to delete workout log entries #97
4+
* Allow users to log individual ingredients/products #114
5+
* New loading animation during first run #99
6+
* Added reference from log to meal #105
7+
8+
9+
🐛 Bug Fixes:
10+
* Improve usability for workout logs #91
11+
* Preselect correct time in session form #93
12+
* Fixed infinite loader bug during auth #96
13+
* Fix error not showing up in auth screen #102
14+
* Fix for chart legend bug #112
15+
* Fix for RiR slider #113
16+
17+
18+
🧰 Maintenance:
19+
* Better linting #87 #98
20+
* Improve automatic build system for publication on play store
21+
* Notify the user when saving entries in gym mode #92
22+
* Consistenly display nutritional values #94
23+
* Add minimum required server version #29
24+
* Make order field of sets required #109
25+

CHANGELOG.template.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
🚀 Features:
2+
*
3+
4+
5+
🐛 Bug Fixes:
6+
*
7+
8+
9+
🧰 Maintenance:
10+
*

0 commit comments

Comments
 (0)