This commit is contained in:
John Molakvoæ (skjnldsv) 2021-01-04 16:10:47 +01:00
parent ada212cbd1
commit 7646cbf0d2
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
4 changed files with 19 additions and 3 deletions

View File

@ -1,5 +1,21 @@
# Changelog
## [v3.4.3](https://github.com/nextcloud/contacts/tree/v3.4.3) (2021-01-04)
[Full Changelog](https://github.com/nextcloud/contacts/compare/v3.4.2...v3.4.3)
### Fixed
- Remove Workaround for Postal Addresses Containing Commas
[\#2000](https://github.com/nextcloud/contacts/pull/2000) ([zlajo](https://github.com/zlajo))
- Fix masonry redraw
[\#1982](https://github.com/nextcloud/contacts/pull/1982) ([skjnldsv](https://github.com/skjnldsv))
- Fix generating the redirect url
[\#1972](https://github.com/nextcloud/contacts/pull/1972) ([juliushaertl](https://github.com/juliushaertl))
- Change to the name of the app
[\#1965](https://github.com/nextcloud/contacts/pull/1965) ([Valdnet](https://github.com/Valdnet))
- Add favicons
[\#1960](https://github.com/nextcloud/contacts/pull/1960) ([st3iny](https://github.com/st3iny))
## 3.4.2 - 2020-11-18
[Full Changelog](https://github.com/nextcloud/contacts/compare/v3.4.1...v3.4.2)

View File

@ -12,7 +12,7 @@
* 🙈 **Were not reinventing the wheel!** Based on the great and open SabreDAV library.
</description>
<version>3.4.2</version>
<version>3.4.3</version>
<licence>agpl</licence>
<author>John Molakvoæ</author>

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "contacts",
"version": "3.4.2",
"version": "3.4.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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