Skip to content

Commit 7274d17

Browse files
committed
feat: add hub release information for Hub 25 Autumn
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent aa27add commit 7274d17

6 files changed

Lines changed: 17 additions & 21 deletions

File tree

REUSE.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ SPDX-FileCopyrightText = "2019 Nextcloud GmbH"
4242
SPDX-License-Identifier = "LicenseRef-NextcloudTrademarks"
4343

4444
[[annotations]]
45-
path = ["img/nextcloudHub.mp4", "img/nextcloudHub.webm"]
45+
path = ["img/nextcloudHub.mp4", "img/nextcloudHub.webm", "img/nextcloudHub.webp"]
4646
precedence = "aggregate"
4747
SPDX-FileCopyrightText = "2024 Nextcloud GmbH"
4848
SPDX-License-Identifier = "LicenseRef-NextcloudTrademarks"

img/nextcloudHub.mp4

79.5 KB
Binary file not shown.

img/nextcloudHub.webm

123 KB
Binary file not shown.

img/nextcloudHub.webp

79.5 KB
Loading

lib/Constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ class Constants {
1212
* Version for which the latest changelog entries are available
1313
* This is used to decide if we show the wizard for users on an update
1414
*/
15-
public const CHANGELOG_VERSION = '31.0.0';
15+
public const CHANGELOG_VERSION = '32.0.0';
1616
}

src/hub-release.ts

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12,33 +12,29 @@ import { t } from '@nextcloud/l10n'
1212
*/
1313
export default {
1414
/** The HUB release version */
15-
version: '10',
15+
version: '25 Autumn',
1616

1717
/** Link to further information (e.g. blog post) */
18-
link: 'https://nextcloud.com/blog/nextcloud-hub10/',
18+
link: 'https://nextcloud.com/blog/nextcloud-hub25-autumn/',
1919

2020
/** Release notes in list format */
2121
releaseNotes: [
22-
'🔒 ' + t('firstrunwizard', 'End-to-end encryption in calls and web'),
23-
24-
'⚡ ' + t('firstrunwizard', 'Performance improvements across all our products'),
25-
26-
'⚙️ ' + t('firstrunwizard', 'Thousands of tweaks for improved UX and stability'),
27-
28-
'✨ ' + t('firstrunwizard', 'Your own new personal assistant'),
29-
30-
'🔄 ' + t('firstrunwizard', 'Seamless file conversions'),
31-
32-
'👥 ' + t('firstrunwizard', 'Smarter team sharing with Team folders'),
33-
34-
'💬 ' + t('firstrunwizard', 'Schedule meetings directly in Talk'),
35-
36-
'📧 ' + t('firstrunwizard', 'Mail you love again: translations, summaries, and mentions'),
22+
'🫧 ' + t('firstrunwizard', 'Global redesign and usability lift'),
23+
'🎨 ' + t('firstrunwizard', 'New Office UI: colors, tabs, bars'),
24+
'💪 ' + t('firstrunwizard', 'Performance and stability boost'),
25+
'🧠 ' + t('firstrunwizard', 'New AI Agency tools unlocked'),
26+
'💬 ' + t('firstrunwizard', 'Talk threads & live transcription'),
27+
'📅 ' + t('firstrunwizard', 'Calendar: date poll for participants'),
28+
'🔎 ' + t('firstrunwizard', 'Intuitive file search'),
29+
'👥 ' + t('firstrunwizard', 'Teams 2.0 & quick Guest accounts'),
30+
'👑 ' + t('firstrunwizard', 'Quick presets & many other admin updates'),
31+
'⚡ ' + t('firstrunwizard', 'Vue3, WebSockets and more OpenAPI for devs'),
32+
t('firstrunwizard', '… and much more!'),
3733
],
3834

3935
/** Alternative text for the release animation */
40-
videoAltText: t('firstrunwizard', 'Get to know the new features of Hub {version}', { version: '10' }),
36+
videoAltText: t('firstrunwizard', 'Get to know the new features of Hub {version}', { version: '25 Autumn' }),
4137

4238
/** Subject that is used when sharing the post */
43-
shareSubject: t('firstrunwizard', 'Nextcloud Hub 10 is here – your modular & unified digital workspace! 💫'),
39+
shareSubject: t('firstrunwizard', 'Nextcloud Hub 25 Autumn – Your digital workspace, ready in no time ⚡'),
4440
}

0 commit comments

Comments
 (0)