~~~~~~~~~~~
Released on 2014-05-10.
- Refactor the way to store album and media informations. Albums, images and
videos are now represented by objects, and these objects are directly
available in the templates. The following template variables have been
renamed:
- ``albums`` => ``album.albums``
- ``breadcrumb`` => ``album.breadcrumb``
- ``description`` => ``album.description``
- ``index_url`` => ``album.index_url``
- ``medias`` => ``album.medias``
- ``title`` => ``album.title``
- ``media.file`` => ``media.filename``
- ``media.thumb`` => ``media.thumbnail``
- ``zip_gallery`` => ``album.zip``
- New settings to define the sort order for albums and medias:
``albums_sort_reverse``, ``medias_sort_attr``, ``medias_sort_reverse`` [:issue:`2`].
- New setting (``autorotate_images``) to disable autorotation of images, and
warn about the incompatibility between autorotation and EXIF copy [:issue:`72`].
- New settings to filter directories and files with pattern matching
(``ignore_directories`` and ``ignore_files``) [:issue:`63`].
- New setting to customize the column width of the colorbox theme
(``colorbox_column_size``).
- New setting to choose the media format used for ZIP archives
(``zip_media_format``).
- Update galleria to 1.3.5 and add the history plugin [:issue:`93`].
- Skip image instead of failing when the image is corrupted [:issue:`69`].
- Better handling of album urls (quoting special caracters).