@@ -6,17 +6,32 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
## [ Unreleased]
8
8
9
- ## 1.0.9 – 2022-12-21
9
+ ## 1.0.9 – 2023-01-08
10
10
### Added
11
- - contact group import
11
+ - import contact groups
12
12
[ #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
13
16
14
17
### 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
16
22
17
23
### Fixed
18
24
- 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
20
35
21
36
## 1.0.8 – 2022-08-24
22
37
### Added
0 commit comments