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

CHANGELOG.md - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8fd9f260a2abb540ecb79de20dc70deb67de1505 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
owncloud-galleryplus (2.0.8)
* Remove permission loading routine and send the information about the current folder with the files (@oparoz)
* Remove extra slash in preview URL #100 (@oparoz)
* Fix thumbnail rendering so that the view doesn't break when a new request is made while the previous one is still not completed #56 (@oparoz)
* Introduce album configuration via a text file #85 (@oparoz)
* Introduce image labels #106 (@oparoz)

owncloud-galleryplus (2.0.7)
* Improved IE11 compatibility

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)
* 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)

owncloud-galleryplus (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)
* Download a file straight from the slideshow (@libasys,@oparoz)
* Download all the pictures shown in a public gallery (@oparoz)
* Fullscreen previews with zoom support (@davidrapin, @oparoz)
* Batch loading of thumbnails (@icewind1991, @oparoz)
* Prettier albums (@libasys,@oparoz)
* Native SVG support, without conversion (@oparoz)
* Loads the gallery exactly where you were in the Files app (@oparoz)
* Various fixes to the preview generator (@oparoz)
* Make the gallery button available in the Files app (non-shared area) (@oparoz)
* Generate gallery links straight from the share dialogue in the Files app (@oparoz)
* Includes performance patches to avoid constantly generating new previews (@oparoz)