Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
datenangebot committed Feb 25, 2021
1 parent fde1655 commit 81d5d7d
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 12 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Health
##### [beta] version 0.3.0
##### version 1.0.0
### Track your health. Use the advantages of a trusted platform.

The app provides different modules to track your health data.
Expand All @@ -9,18 +9,14 @@ Following modules are served
- Feeling
- Measurement
- Sleep

More modules are scheduled
- Breaks
- Medicine
- Activities
- Nutrition
- Smoking

>Ideas for modules and functions are welcome. Please create issues on github.

### Changelog

v1.0.0
- various bugfixes

v0.4.0 [beta]
- add module smoking
- add bmi column for the weight module
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Following modules are served
- Smoking
Health is everything.]]></description>
<version>0.4.0</version>
<version>1.0.0</version>
<licence>agpl</licence>
<author mail="[email protected]" >Florian Steffens</author>
<namespace>Health</namespace>
Expand Down
20 changes: 20 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/Controller/PageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function index() {
// $this->cesService->transformDatasets();
// Util::addScript($this->appName, 'vue-chartjs.min');
Util::addScript($this->appName, 'health-main');
Util::addScript($this->appName, 'health');
// Util::addScript($this->appName, 'health');
Util::addStyle($this->appName, 'icons');
//Util::addStyle($this->appName, 'bulma.min');

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "health",
"description": "Nextclud health app",
"version": "0.4.0",
"description": "Nextcloud health app",
"version": "1.0.0",
"author": "Florian Steffens <[email protected]>",
"contributors": [
"Florian Steffens <[email protected]>"
Expand Down

0 comments on commit 81d5d7d

Please sign in to comment.