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-07-25 21:15:07 +0300
committerOlivier Paroz <github@oparoz.com>2015-07-25 21:15:07 +0300
commit8502f07afa36e3fae795213269fc85a8bcc7bb9b (patch)
tree5eb3efa89455b2260bf2af1566bbac3973ebeae4 /CHANGELOG.md
parent6c69848200488549d45e0fe8788fecd694b8e015 (diff)
Move to Gallery namespace
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md22
1 files changed, 11 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 730f3166..6aea7b28 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-owncloud-galleryplus (13.0.0)
+owncloud-gallery (13.0.0)
* Caching and JS performance improvements (@oparoz)
* Make the app compatible with the "back" button #160 (@oparoz,@setnes)
* Fix broken view when going back to a nested folder #206 (@oparoz)
@@ -8,7 +8,7 @@ owncloud-galleryplus (13.0.0)
* Render native SVGs directly and use fallback for older browsers (@oparoz)
* fix image titles / labels #191 (@jancborchardt )
-owncloud-galleryplus (12)
+owncloud-gallery (12)
* Use IDs instead of paths to retrieve thumbnails #27 (@oparoz)
* Cache albums instead of parsing the folders every time #41 (@oparoz)
* Dont send back media type icon #174 (@oparoz)
@@ -28,21 +28,21 @@ owncloud-galleryplus (12)
* Fix EOF for some patches (@setnes, @oparoz)
* Fix bullet point style for Markdown text #147 (@oparoz)
-owncloud-galleryplus (8.1.11)
+owncloud-gallery (8.1.11)
* Keep the browsing position in the Files app when exiting the slideshow #126 (@oparoz)
-owncloud-galleryplus (2.0.10)
+owncloud-gallery (2.0.10)
* Add the possibility to enable external shares via the configuration file (only works on 8.1) (@oparoz)
* Fix slideshow loading for when the app is installed in a custom folder #121 (@oparoz)
* Don't load the slideshow on the files public page for single items #123 (@oparoz)
* Make album labels tighter #117 (@oparoz)
* Only load supported image formats in the Files slideshow #127 (@oparoz)
-owncloud-galleryplus (2.0.9)
+owncloud-gallery (2.0.9)
* Restore the ability to see images located on local, shared folders #120 (@oparoz)
* Fix Url builder for public side (@oparoz)
-owncloud-galleryplus (2.0.8)
+owncloud-gallery (2.0.8)
* Introduce album configuration via a text file #85 (@oparoz)
* Introduce buttons to sort content by name and upload date #90 and #91 (@oparoz)
* Introduce image labels #106 (@oparoz)
@@ -53,10 +53,10 @@ owncloud-galleryplus (2.0.8)
* Fix searching algorithm to only return a maximum of 4 images per album #112 (@oparoz)
* Javascript cleanup #57 (@oparoz)
-owncloud-galleryplus (2.0.7)
+owncloud-gallery (2.0.7)
* Improved IE11 compatibility
-owncloud-galleryplus (2.0.6)
+owncloud-gallery (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)
@@ -65,7 +65,7 @@ owncloud-galleryplus (2.0.6)
* 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)
+owncloud-gallery (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)
@@ -77,11 +77,11 @@ owncloud-galleryplus (2.0.5)
* Calculate picture size properly on High DPI devices (@oparoz)
* Fix controls on mobile devices (@oparoz)
-owncloud-galleryplus (2.0.0)
+owncloud-gallery (2.0.0)
* ownCloud 8 only
* Includes patch to previsualise Raw files (@oparoz)
-owncloud-galleryplus (1.0.3)
+owncloud-gallery (1.0.3)
* First release using the AppFramework (@oparoz)
* ownCloud 7 compatible (@oparoz)
* Supports all the media types ownCloud has been configured to convert to PNG (@oparoz)