summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Steinmetz <richard@steinmetz.cloud>2023-01-24 17:43:18 +0100
committerGitHub <noreply@github.com>2023-01-24 17:43:18 +0100
commitd8168c7a407953b48ab3a44512eee5e1a9c5f008 (patch)
tree8cd1b8fd70efb4537b24e232c8dd0969e1f91363
parent3708d13a36511cd2023185861f0c98b53599c4ff (diff)
parent3c3e44609c42e4b494c0927b23071a4fb5050fb1 (diff)
Merge pull request #3203 from nextcloud/release/4.2.4v4.2.4
v4.2.4
-rw-r--r--CHANGELOG.md7
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 11 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4a116a5f..e4abf6eb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## 4.2.4 - 2023-01-24
+### Fixed
+- Social avatar background update
+- Double scrollbar in contact details pane
+- Use mastodon API instead of scraping HTML
+- Mime case matching
+
## 4.2.3 – 2022-12-15
### Fixed
- Undefined array offset error
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 99e9adda..d0325fa5 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -11,7 +11,7 @@
* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library.
</description>
- <version>4.2.3</version>
+ <version>4.2.4</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
diff --git a/package-lock.json b/package-lock.json
index d1ba1078..7eae7f7e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "contacts",
- "version": "4.2.3",
+ "version": "4.2.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "contacts",
- "version": "4.2.3",
+ "version": "4.2.4",
"license": "agpl",
"dependencies": {
"@mattkrick/sanitize-svg": "^0.4.0",
diff --git a/package.json b/package.json
index f0561513..55db4ad1 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "contacts",
"description": "A contacts app for Nextcloud. Easily sync contacts from various devices, share and edit them online.",
- "version": "4.2.3",
+ "version": "4.2.4",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>",