Skip to content

Commit 076b64e

Browse files
v2.1.0-2-nightly
1 parent 0ef2180 commit 076b64e

4 files changed

Lines changed: 13 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [2.1.0-2-nightly] - 2024-03-08
8+
9+
### Changed
10+
11+
- Improve error messages in browser popup
12+
- Possible appName fix
13+
- Documentation and related changes
14+
15+
716
## [2.1.0-1] - 2024-02-28
817

918
### Changed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<name>Google Synchronization</name>
55
<summary>Import Google data into Nextcloud</summary>
66
<description><![CDATA[Google Synchronization automatically keeps your Nextcloud calendar up to date with your Google Calendar.]]></description>
7-
<version>2.1.0-1</version>
7+
<version>2.1.0-2-nightly</version>
88
<licence>agpl</licence>
99
<author>Marcel Robitaille</author>
1010
<namespace>Google</namespace>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google_synchronization",
3-
"version": "2.1.0-1",
3+
"version": "2.1.0-2-nightly",
44
"description": "A Nextcloud app to continuously synchronize Google Calendar",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)