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 <github@oparoz.com>2015-03-12 21:56:32 +0300
committerOlivier Paroz <github@oparoz.com>2015-03-12 21:56:32 +0300
commit6138edf1fc8206b8699806dcf327196367ef4f25 (patch)
tree99151a7384184d64d8886ceb499dadedc21f9d45 /CHANGELOG.md
parent03bc4efc2f2649012384764fbc369e030579ed5f (diff)
Preparing for 2.0.6
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ae2c56d9..d13d9a4b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+owncloud-galleryplus (2.0.6)
+* Fix the logic implemented to limit the number of thumbnails to preload #60 (@oparoz)
+* Fix all thumbnails instead of just the square ones. Preview in core can return previews of the wrong dimensions, so we fix them (@oparoz)
+* Always fill the albums with up to 4 pictures if we find enough at a lower level #65 (@oparoz)
+* Fix converted SVGs #63 (@oparoz)
+* Ignore broken files and folders when building a map of the current folder #69 (@oparoz)
+* Only return pictures of the first 2nd level sub-folder which contains pictures bug #79 (@oparoz)
+* Always show the Gallery button in the files app, making it possible to start the Gallery from any folder #73 (@oparoz)
+
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)