Skip to content

Releases: saimn/sigal

1.0.1

24 Apr 21:31
Compare
Choose a tag to compare
  • Simplify a bit photoswipe's style [#181].
  • Improves CSP compatibility (Remove an inline javascript line) [#179].
  • Warn that Pillow 3.0 is broken [#184].

1.0.0

24 Apr 21:32
Compare
Choose a tag to compare
  • Colorbox: Use the media title if available (fix #145).
  • Adds a thumb_video_delay parameter for the creation of thumbnails with fade-in
    videos [#143].
  • Add fullscreen display support to Galleria theme [#149].
  • Add watermark plugin [#148].
  • Allow more settings for font, color, position in the copyright plugin [#150].
  • Tables support in markdown [#155].
  • Honor 'use_orig' for videos [#153].
  • Fix for the relative path checks for Windows [#160].
  • Add support for mp4 [#159].
  • Add size property into Image object [#164].
  • Make sure that bad exif data does not crash sigal.
  • Strip spaces for some exif tags (fix #154).
  • Add support for piwik [#165].
  • Add a theme using photoswipe [#163].
  • Add a setting to disable google fonts and jquery [#168].
  • Add swipe to colorbox theme [#116].
  • Map view for albums in galleria theme [#45].

Version 0.8.0

30 Aug 13:56
Compare
Choose a tag to compare
  • Add a setting and a cli option to specify the gallery title (title and
    --title) (ref #91).
  • Add a mailing list at Librelist (sigal at librelist.com).
  • Add an option to specify the port to use for the serve command.
  • Replace argh with click.
  • Don't overwrite existing config file (with the init command).
  • Don't fail if there are no pictures.
  • Use plain css to simplify theme customizing (no more sass).
  • Upgrade colorbox 1.5.13
  • Upgrade galleria 1.4.2
  • Use HTML5 output for Markdown.
  • Allow to read additional data for images from markdown files.
  • Use case insensitive check for file extensions (fix #99).
  • Add a plugin system with blinker, and make plugins for copyright and adjust.
  • Mention the irc channel on freenode and add travis notifications.
  • Avoid failure if GPS tags contain zero values (fix #96).
  • Remove output file when the ffmpeg process has been interrupted (ref #90).
  • Fix thumbnail urls to always use slashes (ref #81).