Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [4.2.0] - 2025-10-10

### Added

- Support timezones in calendar events #276 @MarcelRobitaille
- Support recurrence exceptions #281 @MarcelRobitaille
- Add configurable "shared with me" output directory #285 @Bungeefan

### Changed

- Removing url encoding from calendar names #280 @lukasdotcom
- Add logging to when job execution is delayed for drive import #284 @Bungeefan

### Fixed

- Replaced mdi download icon with Material Symbol variant #273 @AndyScherzinger

## [4.1.0] - 2025-07-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>Google integration</name>
<summary>Import Google data into Nextcloud</summary>
<description><![CDATA[Google integration allows you to automatically migrate your Google calendars, contacts, and files into Nextcloud.]]></description>
<version>4.1.0</version>
<version>4.2.0</version>
<licence>agpl</licence>
<author>Julien Veyssier</author>
<namespace>Google</namespace>
Expand Down