From c24cb059b75e7e9ab63d1a9d85ae400036b09314 Mon Sep 17 00:00:00 2001 From: Peter Ringelmann Date: Mon, 6 Jul 2026 09:26:57 +0200 Subject: [PATCH] v4.8.0 Signed-off-by: Peter Ringelmann --- CHANGELOG.md | 38 ++++++++++++++++++++++++++++++++++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 42 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 735e9505..643645e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,44 @@ All notable changes to this project will be documented in this file. +## 4.8.0 +### Features +* feat(deps): Add Nextcloud 35 support by @nickvergessen in https://github.com/nextcloud/guests/pull/1568 +* feat(whitelisting): Explicitly tell which app is blocked to user by @artonge in https://github.com/nextcloud/guests/pull/1611 +* feat(settings): add a default quota selector for new guest accounts by @ernolf in https://github.com/nextcloud/guests/pull/1618 + +### Fixes +* fix(settings): use @update:modelValue so admin switches save again by @ernolf in https://github.com/nextcloud/guests/pull/1598 +* fix(settings): save the guest allowlist again by @ernolf in https://github.com/nextcloud/guests/pull/1616 +* fix: add missing index on email in the guest_users table by @CarlSchwan in https://github.com/nextcloud/guests/pull/1600 +* fix: avoid TypeError when the session user is null by @solracsf in https://github.com/nextcloud/guests/pull/1592 +* fix: convert recipient to user ID for email shares by @susnux in https://github.com/nextcloud/guests/pull/1572 + +### Other +* test(playwright): add happy-path e2e suite by @pringelmann in https://github.com/nextcloud/guests/pull/1565 +* chore: migrate away from deprecated OC_App by @susnux in https://github.com/nextcloud/guests/pull/1612 +* Dependency and tooling updates (@nextcloud/vue 9.6.0 → 9.8.2, and others) by @dependabot and @nextcloud-command + +## 4.7.5 +### Fixes +* fix(invite): guard against double-mount when init.ts evaluates twice by @pringelmann in https://github.com/nextcloud/guests/pull/1576 + +## 4.7.4 +### Fixes +* fix(invite): send welcome email when creating guest from share dialog by @pringelmann in https://github.com/nextcloud/guests/pull/1566 + +## 4.7.3 +### Fixes +* fix: apply username from backend instead of guessing by @susnux in https://github.com/nextcloud/guests/pull/1571 + +## 4.7.2 +### Fixes +* fix(src): resolve 20 bugs, logic flaws, type issues and prose errors across the frontend by @copilot-swe-agent in https://github.com/nextcloud/guests/pull/1552 + +### Other +* Chore(deps): Bump @nextcloud/axios from 2.5.2 to 2.6.0 by @dependabot[bot] in https://github.com/nextcloud/guests/pull/1549 +* Chore(deps): Bump axios from 1.15.0 to 1.16.0 by @dependabot[bot] in https://github.com/nextcloud/guests/pull/1554 + ## 4.7.1 ### Fixes * fix(vue3): expose t() in components broken by Vue 3 migration by @pringelmann in https://github.com/nextcloud/guests/pull/1551 diff --git a/appinfo/info.xml b/appinfo/info.xml index fe6c7bb9..14104f5c 100755 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -14,7 +14,7 @@ Guests accounts can be created from the share menu by entering either the recipients email or name and choosing "create guest account", once the share is created the guest user will receive an email notification about the mail with a link to set their password. Guests users can only access files shared to them and cannot create any files outside of shares, additionally, the apps accessible to guest accounts are whitelisted.]]> - 4.8.0-dev.1 + 4.8.0 agpl Nextcloud diff --git a/package-lock.json b/package-lock.json index a9e6d03e..12cad697 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "guests", - "version": "4.8.0-dev.0", + "version": "4.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "guests", - "version": "4.8.0-dev.0", + "version": "4.8.0", "license": "agpl", "dependencies": { "@mdi/svg": "^7.4.47", diff --git a/package.json b/package.json index e41b66bc..c3250dc3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "guests", "description": "Create guest users which can only see files shared with them", - "version": "4.8.0-dev.0", + "version": "4.8.0", "type": "module", "author": "Robin Appelman ", "contributors": [