Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable29] feat: Add Nextcloud Hub changelog #1162

Merged
merged 5 commits into from
Apr 9, 2024
Merged

Commits on Apr 8, 2024

  1. fix: Split code to allow easier addition of new wizard pages

    * Split `App.vue` into `App.vue` and `SlideShow.vue`
    * Add `WizardPage` as common base for all pages
    * Use `script setup` to reduce boiler plate code and better TypeScript support
    * Rename pages so the name makes sense
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    a6159a8 View commit details
    Browse the repository at this point in the history
  2. feat: Implemented Nextcloud Hub changelog

    This adds additional slides to the wizard for changes in the current Nextcloud Hub release
    and for sharing it with other users.
    Also modified the menu entry from "About" to "About & What's new".
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    8647d55 View commit details
    Browse the repository at this point in the history
  3. feat: Only show wizard on updates if the user did not seen the changelog

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    b4d4cb6 View commit details
    Browse the repository at this point in the history
  4. feat: Add content for Nextcloud Hub 8 changelog

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    9ae492a View commit details
    Browse the repository at this point in the history
  5. chore: Compile assets

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    cc1728c View commit details
    Browse the repository at this point in the history