Skip to content

Commit

Permalink
0.0.4
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <[email protected]>
  • Loading branch information
Julien Veyssier committed Oct 12, 2020
1 parent 4c86edc commit 3418eb2
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 12 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## 0.0.4 – 2020-10-12
### Added
- photos import
- drive import

### Changed
- cleaner code

### Fixed
- avoid empty migration settings when OAuth config is not set

## 0.0.3 – 2020-10-03
### Fixed
- avoid crash when refresh_token is not given and be more explicit on this error
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Google integration in Nextcloud

🇬 Google integration allows you to automatically import your Google calendars and contacts into Nextcloud.

Google photos import is on the way.
🇬 Google integration allows you to automatically import your Google calendars, contacts, photos and files into Nextcloud.
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<id>integration_google</id>
<name>Google integration</name>
<summary>Import Google data into Nextcloud</summary>
<description><![CDATA[Google integration allows you to automatically import your Google calendars and contacts into Nextcloud.]]></description>
<version>0.0.3</version>
<description><![CDATA[Google integration allows you to automatically import your Google calendars, contacts, photos and files into Nextcloud.]]></description>
<version>0.0.4</version>
<licence>agpl</licence>
<author>Julien Veyssier</author>
<namespace>Google</namespace>
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@nextcloud/router": "^1.1.0",
"@nextcloud/auth": "^1.3.0",
"@nextcloud/vue": "^2.6.6",
"@nextcloud/vue": "^2.7.0",
"@nextcloud/webpack-vue-config": "^1.4.0",
"@nextcloud/vue-dashboard": "^1.0.1",
"@nextcloud/axios": "^1.3.3",
Expand Down

0 comments on commit 3418eb2

Please sign in to comment.