-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e150ec9
commit 7832cdc
Showing
6 changed files
with
435 additions
and
331 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
Oops, something went wrong.