File tree Expand file tree Collapse file tree 3 files changed +37
-1
lines changed Expand file tree Collapse file tree 3 files changed +37
-1
lines changed Original file line number Diff line number Diff line change 87
87
uses : softprops/action-gh-release@v1
88
88
with :
89
89
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
Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change
1
+ 🚀 Features:
2
+ *
3
+
4
+
5
+ 🐛 Bug Fixes:
6
+ *
7
+
8
+
9
+ 🧰 Maintenance:
10
+ *
You can’t perform that action at this time.
0 commit comments