Skip to content

Commit 5f851e9

Browse files
committed
update CHANGELOG
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
1 parent b901918 commit 5f851e9

File tree

2 files changed

+1071
-537
lines changed

2 files changed

+1071
-537
lines changed

CHANGELOG.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,32 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9-
## 1.0.9 – 2022-12-21
9+
## 1.0.9 – 2023-01-08
1010
### Added
11-
- contact group import
11+
- import contact groups
1212
[#124](https://github.com/nextcloud/integration_google/issues/124) @zgypa
13+
- import contact notes
14+
- import contact websites
15+
- set last modified date of imported directories
1316

1417
### Changed
15-
- update npm pkgs, adjust to @nextcloud/vue 7.2.0
18+
- update npm pkgs, adjust to @nextcloud/vue 7.3.0
19+
- improve and speedup calendar import, update existing events if needed
20+
- speedup drive size calculation
21+
- improve contact import, update existing ones if needed
1622

1723
### Fixed
1824
- import photos/albums with slashes in their name
19-
[#122](https://github.com/nextcloud/integration_google/pull/122) @Gp2mv3
25+
[#122](https://github.com/nextcloud/integration_google/pull/122) @Gp2mv3
26+
- recover after an import job is brutally stopped with a 1h timeout before everything can start again
27+
[#35](https://github.com/nextcloud/integration_google/issues/35)
28+
[#115](https://github.com/nextcloud/integration_google/issues/115)
29+
[#116](https://github.com/nextcloud/integration_google/issues/116)
30+
- preserve exif data when downloading photos (all except geolocation which is stripped by google)
31+
[#119](https://github.com/nextcloud/integration_google/issues/119) @Sid127
32+
- only add file name suffix (google file id) for duplicated names (yes, google allows multiple files with the same name in a directory)
33+
[#127](https://github.com/nextcloud/integration_google/issues/127) @Mezgrman
34+
- don't skip contacts with no names
2035

2136
## 1.0.8 – 2022-08-24
2237
### Added

0 commit comments

Comments
 (0)