Skip to content

Commit

Permalink
Merge pull request #171 from nextcloud/chore/bumping-version
Browse files Browse the repository at this point in the history
Chore/bumping version
  • Loading branch information
Florian authored Dec 13, 2023
2 parents 87450ac + ae2bc28 commit f4f8946
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 30 deletions.
46 changes: 27 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,38 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.6.2] - 2023-04-28
## 1.6.3 - 2023-12-13
### Updated
- Startpage
- Translations
- Updated dependencies
- Make compatible with Nextcloud 28
- Cut support for Nextcloud 24 and older

## 1.6.2 - 2023-04-28
### Updated
- translations
- compatible nextcloud versions up to 27

## [1.6.1] - 2022-11-08
## 1.6.1 - 2022-11-08
### Updated
- Translations
- Things to make this app compatible with Nextcloud 25

## [1.6.0] - 2022-07-10
## 1.6.0 - 2022-07-10
### Added
- Medication module (many thanks to kenda)

### Updated
- translations

## [1.5.1] - 2022-04-28
## 1.5.1 - 2022-04-28
### Updated
- translations
- Nextcloud 24 compatible
- Add donations link

## [1.5.0] - 2022-02-01
## 1.5.0 - 2022-02-01
### Added
- API v1 - you can request and interact with every data within this app
- The API follows the internal structure, no official formats and structures are implemented
Expand All @@ -35,7 +43,7 @@ All notable changes to this project will be documented in this file.
- update dependencies
- updated translations

## [1.4.0] - 2021-10-10
## 1.4.0 - 2021-10-10
### Added
- support for nextcloud 23

Expand All @@ -44,7 +52,7 @@ All notable changes to this project will be documented in this file.
- merged 2 pulls (thanks)
- updated translations

## [1.3.0] - 2021-10-10
## 1.3.0 - 2021-10-10
### Added
- calculate bmi with lb unit correctly (thanks for help)

Expand All @@ -55,26 +63,26 @@ All notable changes to this project will be documented in this file.
- CSV export use correct labels and text values
- Smaller fixes

## [1.2.2]
## 1.2.2
### Changed
- npm updates
- nc22 compatible - db fix

## [1.2.1]
## 1.2.1
### Changed
- integrate new translations
- background updates
- new urls for app-store resources

## [1.2.0]
## 1.2.0
### Changed
- many small fixes
- many string fixes (many thanks to @Valdnet)
- add translations
- removed official support for nc19, but should work
- npm updates

## [1.1.0]
## 1.1.0
### Added
- add module activities
- chart scales more detailed
Expand All @@ -84,20 +92,20 @@ All notable changes to this project will be documented in this file.
- many small fixes
- clean up database tables < old ces tables will be removed

## [1.0.2]
## 1.0.2
### Changed
- fix db definitions to work with nc21
- fix constructor parameter for mapper to work with nc21

## [1.0.1]
## 1.0.1
### Changed
- remove beta from title

## [1.0.0]
## 1.0.0
### Changed
- various bugfixes

## [0.4.0beta]
## 0.4.0-beta
### Added
- add module smoking
- add bmi column for the weight module
Expand All @@ -108,7 +116,7 @@ All notable changes to this project will be documented in this file.
### Changed
- small fixes

## [0.3.0beta]
## 0.3.0-beta
## Added
- charts for all modules
- show person creation time
Expand All @@ -118,16 +126,16 @@ All notable changes to this project will be documented in this file.
- Rewriting backend for all modules except the weight module
**Note: No data migration except weight module. This is still beta software.**

## [0.2.2beta]
## 0.2.2-beta
### Changed
- css fixes, specially for mobile use
- css fixes for dark theme compatibility

## [0.2.1beta]
## 0.2.1-beta
### Changed
- no limitation to db with json support

## [0.2.0beta]
## 0.2.0-beta
### Added
- Start with changelog
- added some modules with basic data tables
Expand Down
6 changes: 3 additions & 3 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ Health is everything.]]></description>
<category>organization</category>
<website>https://github.com/datenangebot/health</website>
<bugs>https://github.com/datenangebot/health/issues</bugs>
<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>
<screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/health/main/screenshots/health-preview.png">https://raw.githubusercontent.com/nextcloud/health/main/screenshots/health-start.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/health/main/screenshots/health-person-start.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/health/main/screenshots/health-weight.png</screenshot>
<dependencies>
<nextcloud min-version="25" max-version="29"/>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "health",
"description": "Nextcloud health app",
"version": "1.6.1",
"version": "1.6.3",
"author": "Florian Steffens <[email protected]>",
"contributors": [
"Florian Steffens <[email protected]>"
Expand Down
Binary file added screenshots/health-person-start.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/health-preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/health-start.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/health-weight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
</NcActions>
</div>
<PersonsContent v-if="person && activeModule === 'person'" />
<WeightContent v-if="person && activeModule === 'weight' && person.enabledModuleWeight" />
<FeelingContent v-if="person && activeModule === 'feeling' && person.enabledModuleFeeling" />
<MeasurementContent v-if="person && activeModule === 'measurement' && person.enabledModuleMeasurement" />
<SleepContent v-if="person && activeModule === 'sleep' && person.enabledModuleSleep" />
<SmokingContent v-if="person && activeModule === 'smoking' && person.enabledModuleSmoking" />
<ActivitiesContent v-if="person && activeModule === 'activities' && person.enabledModuleActivities" />
<MedicationContent v-if="person && activeModule === 'medicine' && person.enabledModuleMedicine" />
<WeightContent v-else-if="person && activeModule === 'weight' && person.enabledModuleWeight" />
<FeelingContent v-else-if="person && activeModule === 'feeling' && person.enabledModuleFeeling" />
<MeasurementContent v-else-if="person && activeModule === 'measurement' && person.enabledModuleMeasurement" />
<SleepContent v-else-if="person && activeModule === 'sleep' && person.enabledModuleSleep" />
<SmokingContent v-else-if="person && activeModule === 'smoking' && person.enabledModuleSmoking" />
<ActivitiesContent v-else-if="person && activeModule === 'activities' && person.enabledModuleActivities" />
<MedicationContent v-else-if="person && activeModule === 'medicine' && person.enabledModuleMedicine" />
<Startpage v-else />
</NcAppContent>
<Sidebar :loading="loading" />
Expand Down

0 comments on commit f4f8946

Please sign in to comment.