Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-12-17 14:35:57 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2021-12-17 18:27:06 +0300
commitbd741a92a6b2eec64432744b7b65e2c8b78862be (patch)
tree0ad9d2901cd0f917aae86292c4148553b46b0a1e /changelog
parent934da5b219e4774fe0f4ec422ed067437ac44e3c (diff)
Add changelog entry for win-vfs
(cherry picked from commit 2b83f0b82392cdbc803d2cb81a50eda382f89fee)
Diffstat (limited to 'changelog')
-rw-r--r--changelog/unreleased/client-desktop-vfs-win-126
-rw-r--r--changelog/unreleased/client-desktop-vfs-win-136
2 files changed, 12 insertions, 0 deletions
diff --git a/changelog/unreleased/client-desktop-vfs-win-12 b/changelog/unreleased/client-desktop-vfs-win-12
new file mode 100644
index 000000000..aa7c3aae0
--- /dev/null
+++ b/changelog/unreleased/client-desktop-vfs-win-12
@@ -0,0 +1,6 @@
+Enhancement: Add the syncroot to the search indexed with Windows VFS
+
+Microsoft recommends adding the syncroot to search indexer to improve
+the performance with the file status icons.
+
+https://github.com/owncloud/client-desktop-vfs-win/pull/12
diff --git a/changelog/unreleased/client-desktop-vfs-win-13 b/changelog/unreleased/client-desktop-vfs-win-13
new file mode 100644
index 000000000..8d17c2789
--- /dev/null
+++ b/changelog/unreleased/client-desktop-vfs-win-13
@@ -0,0 +1,6 @@
+Bugfix: We fixed a possible crash
+
+We fixed a possible crash that could happen during the
+initialisation of the vfs plugin.
+
+https://github.com/owncloud/client-desktop-vfs-win/pull/13