From ce56447031c7644d87d802d5f5b22afbc7b7b923 Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 8 Mar 2021 12:38:32 +0100 Subject: [PATCH 1/2] Update changelog and version --- CHANGELOG.md | 12 ++++++++++++ customize.dist/pages.js | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03beab596..81918d5dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# 4.2.1 + +This minor release addresses a few bugs discovered after deploying 4.2.0: + +* The 4.2.0 release included major improvements to the sheet application. This introduced breaking changes to the "lock" system in the application. Existing spreadsheets (before 4.2.0) that were closed by a user without "unlocking" all cells first became impossible to open after the 4.2.0 changes. This has been fixed. +* Team owners can now properly upload a team avatar. +* We've improved the file upload script to better recognize markdown files. +* We've fixed a few issues resulting in an error screen: + * New users were unable to create a drive without registering first. + * Snapshots in the sheet application couldn't be loaded. + * Loading an existing drive as an unregistered user could fail. + # 4.2.0 (C) ## Goals diff --git a/customize.dist/pages.js b/customize.dist/pages.js index 708041915..3ea9606d6 100644 --- a/customize.dist/pages.js +++ b/customize.dist/pages.js @@ -62,7 +62,7 @@ define([ var imprintUrl = AppConfig.imprint && (typeof(AppConfig.imprint) === "boolean" ? '/imprint.html' : AppConfig.imprint); - Pages.versionString = "v4.2.0"; + Pages.versionString = "v4.2.1"; // used for the about menu Pages.imprintLink = AppConfig.imprint ? footLink(imprintUrl, 'imprint') : undefined; diff --git a/package.json b/package.json index 52f3fbaed..98207db86 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cryptpad", "description": "realtime collaborative visual editor with zero knowlege server", - "version": "4.2.0", + "version": "4.2.1", "license": "AGPL-3.0+", "repository": { "type": "git", From 82f85d1bde419d2f9d54f6fc291d2fef85f48e25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Mon, 15 Mar 2021 17:03:52 +0000 Subject: [PATCH 2/2] Fix website link Save button on profile --- www/profile/app-profile.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/profile/app-profile.less b/www/profile/app-profile.less index 0e5c1dd4f..128510de6 100644 --- a/www/profile/app-profile.less +++ b/www/profile/app-profile.less @@ -115,7 +115,7 @@ min-width: 0; } button { - height: 48px !important; + height: 38px !important; } } & > button:empty {