We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a5f04 commit e551effCopy full SHA for e551eff
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## [1.0.3] - 2019-05-28
2
+- Fix multiple rescan requests and add ignoring events while rescan running
3
+- Fix cache invalidation in Bulk mode for files update
4
+- CheckBundle after uploadFiles to ensure no missingFiles left
5
+
6
## [1.0.2] - 2019-05-25
7
- Bugfixing and better support for refactoring
8
build.gradle
@@ -35,6 +35,7 @@ patchPluginXml {
35
untilBuild 202
36
37
changeNotes """
38
+ 1.0.3 - Bugfixing and optimization of bulk file changes<br>
39
1.0.2 - Bugfixing and better support for refactoring<br>
40
1.0.1 - Updated Java-client and added support for Java 8, required for Android Studio<br>
41
1.0.0 - First public beta release.<br>
0 commit comments