diff --git a/CHANGELOG.md b/CHANGELOG.md
index 66595777..8637745f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
@@ -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
@@ -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)
@@ -55,18 +63,18 @@ 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)
@@ -74,7 +82,7 @@ All notable changes to this project will be documented in this file.
- removed official support for nc19, but should work
- npm updates
-## [1.1.0]
+## 1.1.0
### Added
- add module activities
- chart scales more detailed
@@ -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
@@ -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
@@ -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
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 997b0587..5eb3bc65 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -22,9 +22,9 @@ Health is everything.]]>
organization
https://github.com/datenangebot/health
https://github.com/datenangebot/health/issues
- https://dl.datenangebot.de/nc%20health/screenshots/v1.2.x/person%20startpage.png
- https://dl.datenangebot.de/nc%20health/screenshots/v1.2.x/weight%20chart%20and%20data.png
- https://dl.datenangebot.de/nc%20health/screenshots/v1.2.x/weight%20overview.png
+ https://raw.githubusercontent.com/nextcloud/health/main/screenshots/health-start.png
+ https://raw.githubusercontent.com/nextcloud/health/main/screenshots/health-person-start.png
+ https://raw.githubusercontent.com/nextcloud/health/main/screenshots/health-weight.png
diff --git a/package.json b/package.json
index 5b0f82c8..cb7252ea 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "health",
"description": "Nextcloud health app",
- "version": "1.6.1",
+ "version": "1.6.3",
"author": "Florian Steffens ",
"contributors": [
"Florian Steffens "
diff --git a/screenshots/health-person-start.png b/screenshots/health-person-start.png
new file mode 100644
index 00000000..612cbcd9
Binary files /dev/null and b/screenshots/health-person-start.png differ
diff --git a/screenshots/health-preview.png b/screenshots/health-preview.png
new file mode 100644
index 00000000..0adea1e3
Binary files /dev/null and b/screenshots/health-preview.png differ
diff --git a/screenshots/health-start.png b/screenshots/health-start.png
new file mode 100644
index 00000000..a2a0ea2d
Binary files /dev/null and b/screenshots/health-start.png differ
diff --git a/screenshots/health-weight.png b/screenshots/health-weight.png
new file mode 100644
index 00000000..31fcb74d
Binary files /dev/null and b/screenshots/health-weight.png differ
diff --git a/src/App.vue b/src/App.vue
index c9801c3f..c0276b45 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -8,13 +8,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+