@@ -12,33 +12,29 @@ import { t } from '@nextcloud/l10n'
1212 */
1313export 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