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

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <oparoz@users.noreply.github.com>2015-03-05 13:33:16 +0300
committerOlivier Paroz <oparoz@users.noreply.github.com>2015-03-05 13:33:16 +0300
commit914bf15cd17aa529567be8fd0dd3abee30623972 (patch)
treeabfc26fb1241bced50767df613d19f523da8f692 /CHANGELOG.md
parent77e155a901f7f92c1025d7f60c149bcab3059bd5 (diff)
Updated Changelog2.0.5
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a6ca7927..ae2c56d9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+owncloud-galleryplus (2.0.5)
+* Fix performance issues related to the initialisation of the view by only loading folders and media files belonging to the current folder #17 (@oparoz)
+* Don't scan folders containing a '.nomedia' file #58 (@oparoz based on @jsalatiel's idea)
+* Don't scan folders stored on external storage (@oparoz)
+* Disable search field (since it's not working) #37 (@oparoz)
+* Display an error message in the slideshow if something went wrong when generating the full screen preview (@oparoz)
+* Change the default background of large previews to white so that dark images with a transparent background can be viewed #40 (@oparoz)
+* Let the user change the background colour of large previews #40 (@oparoz)
+* Fix the path to media type icons so that it works on all configurations (@oparoz)
+* Calculate picture size properly on High DPI devices (@oparoz)
+* Fix controls on mobile devices (@oparoz)
+
owncloud-galleryplus (2.0.0)
* ownCloud 8 only
* Includes patch to previsualise Raw files (@oparoz)