We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3fd42a commit 4a283beCopy full SHA for 4a283be
2 files changed
CHANGELOG.md
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
## [Unreleased]
8
9
+## 1.0.1 – 2021-04-19
10
+### Added
11
+- setting to choose output dir
12
+
13
+### Changed
14
+- bump js libs
15
16
+### Fixed
17
+- potential mess with concurrent import jobs
18
19
## 1.0.0 – 2021-03-19
20
### Changed
21
- bump js libs
appinfo/info.xml
@@ -4,7 +4,7 @@
4
<name>Dropbox integration</name>
5
<summary>Import Dropbox data in Nextcloud</summary>
<description><![CDATA[Dropbox integration allows you to automatically import your Dropbox files into Nextcloud.]]></description>
- <version>1.0.0</version>
+ <version>1.0.1</version>
<licence>agpl</licence>
<author>Julien Veyssier</author>
<namespace>Dropbox</namespace>
0 commit comments