magcms/docs/changelog.rst

80 lines
4.0 KiB
ReStructuredText
Raw Normal View History

2016-04-18 14:25:38 +02:00
Changelog
=========
2018-03-28 10:58:06 +02:00
0.8.1 (2018-03-28)
* Fix some css error
* Update Material theme
* Add fadeInUp effect in exposure theme
2018-02-28 15:57:59 +01:00
0.8 (2018-02-28)
2018-02-27 13:53:48 +01:00
* Add night mode https://prosopopee.readthedocs.io/en/latest/configuration.html#night_mode
2018-02-28 15:57:59 +01:00
* Add a test command to build html without generating media files
2018-02-27 13:53:48 +01:00
* fix some bugs
2017-10-04 04:12:33 +02:00
0.7 (2017-10-04)
2017-09-29 05:43:01 +02:00
* Add password access (based on https://robinmoisson.github.io/staticrypt/)
2017-07-14 14:28:44 +02:00
0.6 (2017-07-14)
2017-07-13 17:43:00 +02:00
* Compatibility python 2 and 3
2017-07-14 14:32:22 +02:00
* Possibility to add custom css and js http://prosopopee.readthedocs.io/en/latest/theming.html
2017-07-18 14:46:37 +02:00
* Add reverse option by titoko https://prosopopee.readthedocs.io/en/latest/configuration.html#reverse
2017-07-13 17:43:00 +02:00
2017-06-04 22:00:14 +02:00
0.5 (2017-06-04)
2017-03-03 17:30:42 +01:00
2017-05-06 09:25:34 +02:00
* Add audio HTML5 player https://prosopopee.readthedocs.org/en/latest/sections.html#audio by beudbeud
* Update Material theme by beudbeud
2017-05-15 14:05:26 +02:00
* Add iframe section https://prosopopee.readthedocs.org/en/latest/sections.html#iframe by beudbeud
2017-05-09 14:42:30 +02:00
* Add quotes section https://prosopopee.readthedocs.org/en/latest/sections.html#quote by beudbeud
2017-05-06 09:25:34 +02:00
* Add deploy and preview option https://prosopopee.readthedocs.io/en/latest/build.html#preview by beudbeud
* Load only css and jss if the section is used by beudbeud
* Possibility to add floating image in paragraph by beudbeud https://prosopopee.readthedocs.org/en/latest/sections.html#paragraph
2017-06-04 21:59:03 +02:00
* fix some bugs
2017-03-03 17:30:42 +01:00
2016-12-11 19:02:32 +01:00
0.4 (2016-12-11)
2016-04-18 14:25:38 +02:00
2016-11-01 14:03:07 +01:00
* greatly improved loading speed of pages with several different technics (see below)
2016-04-18 14:25:38 +02:00
* RSS https://prosopopee.readthedocs.org/en/latest/configuration.html#rss by beudbeud
2016-05-12 12:06:48 +02:00
* possibility to use video in section and cover by beudbeud (and a bit of Bram)
2016-11-01 14:01:13 +01:00
* add lazyload for pics by beudbeud
2016-05-04 09:36:49 +02:00
* if a theme doesn't have a section, fallback on exposure theme which is considered the default one by titoko
2016-11-01 14:03:07 +01:00
* code and templates cleaning by Bram
2016-05-12 12:06:48 +02:00
* make code a bit more robust by Bram
* basic CI on travis by Bram
2016-05-30 17:55:13 +02:00
* Light mode by beudbeud
2016-08-22 04:11:58 +02:00
* progressive JPEG/GIF/PNG by default for a better loading experience by 0x010C following sebian's blogpost
2016-11-01 14:03:07 +01:00
* <picture> element support for smoother loading by Bram
* resposive mode of baguette by Bram
* several background images for smoother loading by Bram
2016-11-02 15:29:16 +01:00
* optimise write time to avoid blank pages during regeneration by Bram
2016-12-11 19:00:09 +01:00
* optional opengraph support by beudbeud https://prosopopee.readthedocs.io/en/latest/configuration.html#open-graph-meta
2016-04-18 14:25:38 +02:00
0.3.1 (2016-04-13)
* fix: cover date was hidden by default, this was a backward breaking behavior
0.3 the "beudbeud release" (2016-04-13)
* caption support on bordered picture and pictures group https://prosopopee.readthedocs.org/en/latest/sections.html#advanced-options by beudbeud
* configure licence https://prosopopee.readthedocs.org/en/latest/configuration.html#licence in footer by beudbeud
* possibility to use a range for the full picture date https://prosopopee.readthedocs.org/en/latest/sections.html#full-screen-picture by beudbeud
* Update material theme by beudbeud
* social share https://prosopopee.readthedocs.org/en/latest/configuration.html#share by beudbeud
* Define background and text color of section https://prosopopee.readthedocs.org/en/latest/sections.html#advanced-options by beudbeud
0.2 (2016-02-23)
* a lot new contributors stepped in, see https://prosopopee.readthedocs.org/en/latest/authors.html
* possibility to specify an (optional) menu https://prosopopee.readthedocs.org/en/latest/configuration.html#menu made by beudbeud
* configure Graphics Magick options on a global or per images fashion https://prosopopee.readthedocs.org/en/latest/configuration.html#gm and https://prosopopee.readthedocs.org/en/latest/configuration.html#images-handling by capslock and jmk
* support for various themes and a new material theme in addition of the default one https://prosopopee.readthedocs.org/en/latest/configuration.html#themes by beudbeud
* tags support in gallery settings https://prosopopee.readthedocs.org/en/latest/configuration.html#example by beudbeud
* introduce internal CACHE format version to avoid breaking build when changing it
0.1 (2016-02-09)
* First pypi release