diff options
author | Christoph Wurst <ChristophWurst@users.noreply.github.com> | 2023-01-24 17:40:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-24 17:40:50 +0100 |
commit | e53c27c64f850d652dd4be61efac9431f8de1dd8 (patch) | |
tree | 0cd8b8b822743da1c17719b54a833314256f999f | |
parent | eb77a5dc98f00185ab5585746ddf8603dfe5dba0 (diff) | |
parent | cb3543a963e02e4632a9ebf6752b754608c7cbb4 (diff) |
v5.0.3
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | appinfo/info.xml | 2 | ||||
-rw-r--r-- | package-lock.json | 4 | ||||
-rw-r--r-- | package.json | 2 |
4 files changed, 11 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 770e1abf..4f5da989 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 5.0.3 - 2023-01-24 +### Fixed +- Social avatar background update +- Double scrollbar in contact details pane +- Use mastodon API instead of scraping HTML +- Mime case matching + ## 5.0.2 – 2022-12-15 ### Fixed - Undefined array offset error diff --git a/appinfo/info.xml b/appinfo/info.xml index 38a99797..64eea9ea 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>5.0.2</version> + <version>5.0.3</version> <licence>agpl</licence> <author>Christoph Wurst</author> diff --git a/package-lock.json b/package-lock.json index f55c6ed2..2950cc07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "contacts", - "version": "5.0.2", + "version": "5.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "contacts", - "version": "5.0.2", + "version": "5.0.3", "license": "agpl", "dependencies": { "@mattkrick/sanitize-svg": "^0.4.0", diff --git a/package.json b/package.json index 953a0049..34f03880 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": "5.0.2", + "version": "5.0.3", "author": "John Molakvoæ <skjnldsv@protonmail.com>", "contributors": [ "John Molakvoæ <skjnldsv@protonmail.com>", |