Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
This commit is contained in:
Richard Steinmetz 2023-02-02 10:35:57 +01:00
parent cf1107659c
commit 2bd4c824ae
No known key found for this signature in database
GPG Key ID: 27137D9E7D273FB2
4 changed files with 22 additions and 4 deletions

View File

@ -1,5 +1,23 @@
# Changelog # Changelog
## 5.1.0 - 2023-02-02
### Added
- Support for Nextcloud 26
- Support for PHP 8.2
- Allow social avatars from telegram
- Move app settings to a modal
### Removed
- Support for PHP 7.3 (EOL)
- Support for PHP 7.4 (EOL)
### Changed
- Use composer's authoritative classmap
- Rephrase "There is no member in this circle"
- Rename 'Groups' to 'Contact groups'
- Changed grammar of email address field label
### Fixed
- Prioritize local users in mastodon avatar download
- Empty content for settings dialogs
## 5.0.3 - 2023-01-24 ## 5.0.3 - 2023-01-24
### Fixed ### Fixed
- Social avatar background update - Social avatar background update

View File

@ -11,7 +11,7 @@
* 🙈 **Were not reinventing the wheel!** Based on the great and open SabreDAV library. * 🙈 **Were not reinventing the wheel!** Based on the great and open SabreDAV library.
</description> </description>
<version>5.1.0-alpha.1</version> <version>5.1.0</version>
<licence>agpl</licence> <licence>agpl</licence>
<author>Christoph Wurst</author> <author>Christoph Wurst</author>

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "contacts", "name": "contacts",
"version": "5.1.0-alpha1", "version": "5.1.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "contacts", "name": "contacts",
"version": "5.1.0-alpha1", "version": "5.1.0",
"license": "agpl", "license": "agpl",
"dependencies": { "dependencies": {
"@mattkrick/sanitize-svg": "^0.4.0", "@mattkrick/sanitize-svg": "^0.4.0",

View File

@ -1,7 +1,7 @@
{ {
"name": "contacts", "name": "contacts",
"description": "A contacts app for Nextcloud. Easily sync contacts from various devices, share and edit them online.", "description": "A contacts app for Nextcloud. Easily sync contacts from various devices, share and edit them online.",
"version": "5.1.0-alpha1", "version": "5.1.0",
"author": "John Molakvoæ <skjnldsv@protonmail.com>", "author": "John Molakvoæ <skjnldsv@protonmail.com>",
"contributors": [ "contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>", "John Molakvoæ <skjnldsv@protonmail.com>",