diff --git a/README.md b/README.md index 0f119a7a..c72b2b37 100644 --- a/README.md +++ b/README.md @@ -33,4 +33,5 @@ Make sure you have `node`, `npm` and `make` installed on your system. 4. Add `releaseNotes`, this is an array of strings, for localization those are translated using `t('firstrunwizard', 'YOUR MESSAGE')` 5. Change the `videoAltText` for the Hub release animation if needed (alternative text for accessibility) 6. Adjust the `shareSubject` which is used when users share their thoughts about the release on social media -7. Replace `img/nextcloudHub.mp4` and `img/nextcloudHub.webm` with updated animations +7. Replace `img/nextcloudHub.mp4` and `img/nextcloudHub.webm` (VP9) with updated animations +8. Update the current changelog version in `lib/Constants.php` diff --git a/img/nextcloudHub.mp4 b/img/nextcloudHub.mp4 new file mode 100644 index 00000000..27d59e02 Binary files /dev/null and b/img/nextcloudHub.mp4 differ diff --git a/img/nextcloudHub.webm b/img/nextcloudHub.webm new file mode 100644 index 00000000..2419f11e Binary files /dev/null and b/img/nextcloudHub.webm differ diff --git a/src/components/pages/HubRelease.vue b/src/components/pages/HubRelease.vue index cf220b6a..89a6bba2 100644 --- a/src/components/pages/HubRelease.vue +++ b/src/components/pages/HubRelease.vue @@ -27,7 +27,7 @@ playsinline autoplay muted> - + {{ HUBRelease.videoAltText }} diff --git a/src/components/pages/WhatsNew.vue b/src/components/pages/WhatsNew.vue index bf365765..3f097116 100644 --- a/src/components/pages/WhatsNew.vue +++ b/src/components/pages/WhatsNew.vue @@ -21,7 +21,7 @@ -->