Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
datenangebot committed Jun 16, 2021
1 parent e150ec9 commit 7832cdc
Show file tree
Hide file tree
Showing 6 changed files with 435 additions and 331 deletions.
57 changes: 57 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
v1.2.1
- integrate new translations
- background updates
- new urls for app-store resources

v1.2.0
- many small fixes
- many string fixes
- add translations
- removed official support for nc19, but should work
- npm updates
> many thanks to @Valdnet
v1.1.0
- nc21 ready
- add module activities
- many small fixes
- clean up database tables < old ces tables will be removed
- chart scales more detailed

v1.0.2
- fix db definitions to work with nc21
- fix constructor parameter for mapper to work with nc21

v1.0.1
- remove beta from title

v1.0.0
- various bugfixes

v0.4.0 [beta]
- add module smoking
- add bmi column for the weight module
- add time range for data tables
- add download csv for data tables
- add multiple scales for charts
- small fixes

v0.3.0 [beta]
- charts for all modules
- show person creation time
- weight data bodyfat accepts decimals
- Rewriting backend for all modules except the weight module

**Note: No data migration except weight module. This is still beta software.**

v0.2.2 [beta]
- css fixes, specially for mobile use
- css fixes for dark theme compatibility

v0.2.1 [beta]
- no limitation to db with json support

v0.2.0 [beta]
- Start with changelog
- added some modules with basic data tables
- dependency for mysql, pgsql not tested
58 changes: 1 addition & 57 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Health
##### version 1.2.0
##### version 1.2.1
### Track your health. Use the advantages of a trusted platform.

The app provides different modules to track your health data.
Expand All @@ -11,59 +11,3 @@ Following modules are served:
- Sleep
- Smoking
- Activities


### Changelog

v1.2.0
- many small fixes
- many string fixes
- add translations
- removed official support for nc19, but should work
- npm updates
> many thanks to @Valdnet
v1.1.0
- nc21 ready
- add module activities
- many small fixes
- clean up database tables < old ces tables will be removed
- chart scales more detailed

v1.0.2
- fix db definitions to work with nc21
- fix constructor parameter for mapper to work with nc21

v1.0.1
- remove beta from title

v1.0.0
- various bugfixes

v0.4.0 [beta]
- add module smoking
- add bmi column for the weight module
- add time range for data tables
- add download csv for data tables
- add multiple scales for charts
- small fixes

v0.3.0 [beta]
- charts for all modules
- show person creation time
- weight data bodyfat accepts decimals
- Rewriting backend for all modules except the weight module

**Note: No data migration except weight module. This is still beta software.**

v0.2.2 [beta]
- css fixes, specially for mobile use
- css fixes for dark theme compatibility

v0.2.1 [beta]
- no limitation to db with json support

v0.2.0 [beta]
- Start with changelog
- added some modules with basic data tables
- dependency for mysql, pgsql not tested
10 changes: 5 additions & 5 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ Following modules are served:
- Activities
Health is everything.]]></description>
<version>1.2.0</version>
<version>1.2.1</version>
<licence>agpl</licence>
<author mail="[email protected]" >Florian Steffens</author>
<namespace>Health</namespace>
<category>tools</category>
<category>monitoring</category>
<category>organization</category>
<bugs>https://github.com/datenangebot/health/issues</bugs>
<screenshot small-thumbnail="https://datenangebot.de/s/CFtgiraAkafA6XM/download">https://datenangebot.de/s/3RdyGSRwBoeLSFB/download</screenshot>
<screenshot>https://datenangebot.de/s/btK5MzkBgcmatQo/download</screenshot>
<screenshot>https://datenangebot.de/s/5zraYrBTgmrtkAQ/download</screenshot>
<website>https://github.com/datenangebot/health</website>
<screenshot small-thumbnail="https://dl.datenangebot.de/nc%20health/screenshots/v1.2.x/preview.png">https://dl.datenangebot.de/nc%20health/screenshots/v1.2.x/person%20startpage.png</screenshot>
<screenshot>https://dl.datenangebot.de/nc%20health/screenshots/v1.2.x/weight%20chart%20and%20data.png</screenshot>
<screenshot>https://dl.datenangebot.de/nc%20health/screenshots/v1.2.x/weight%20overview.png</screenshot>
<dependencies>
<nextcloud min-version="20" max-version="21"/>
</dependencies>
Expand Down
Loading

0 comments on commit 7832cdc

Please sign in to comment.