diff --git a/content/blog/lektor-32-released/coffee-ground-1171092-1599x1066.jpg b/content/blog/lektor-32-released/coffee-ground-1171092-1599x1066.jpg new file mode 100644 index 00000000..0d775751 Binary files /dev/null and b/content/blog/lektor-32-released/coffee-ground-1171092-1599x1066.jpg differ diff --git a/content/blog/lektor-32-released/contents.lr b/content/blog/lektor-32-released/contents.lr index c0f3f0bb..dfc1e018 100644 --- a/content/blog/lektor-32-released/contents.lr +++ b/content/blog/lektor-32-released/contents.lr @@ -8,6 +8,12 @@ summary: What's changed with Lektor 3.2 --- body: +#### banner #### +image: coffee-ground-1171092-1599x1066.jpg +---- +height: 500 +---- +contents: #### text-block #### text: @@ -21,7 +27,7 @@ A big shoutout to all the contributors who help make Lektor awesome! !! Since Python 2 is EOL and its [final release ever](https://blog.python.org/2020/04/python-2718-last-release-of-python-2.html) happened on April 20th, 2020, this will be the last Lektor release with Python 2 support. This is also the last release supporting Python 3.5 since it is [very near EOL](https://devguide.python.org/#status-of-python-branches) and we want to have opportunity to work with several benefits of Python 3.6 going forward. -!!!! The slugify change may mean that your URLs will change when you update to Lektor 3.2. This could lead to broken links from external sites such as search engines. This can be fixed by providing a custom slug for the necessary pages. We don't have any plans to change the slug algorithm in the future. +!!!! The slugify change may mean that your URLs will change when you update to Lektor 3.2. This could lead to broken links from external sites such as search engines. This can be fixed by providing a custom slug for the necessary pages. # Changelog @@ -34,6 +40,7 @@ A big shoutout to all the contributors who help make Lektor awesome! * Fix mismatch between reported thumbnail size and on-disk image when both width & height are provided. (thank you [Ionuț Ciocîrlan](https://github.com/xlotlu)) * Return JPEG dimensions swapped when EXIF rotation is in effect. (thank you [Ionuț Ciocîrlan](https://github.com/xlotlu)) * Fix off-by-1px rounding discrepancy between reported thumbnail dimensions and actual dimensions. (thank you [Ionuț Ciocîrlan](https://github.com/xlotlu)) +* Fix off-by-one error in pagintaion's iter_pages in the interpretation of the right_current argument, and adding an appropriate trailing `None` for some uses. (thank you [Jeff Dairiki](https://github.com/dairiki)) ## New features @@ -63,6 +70,5 @@ A big shoutout to all the contributors who help make Lektor awesome! * Relative urls are now as short as possible. (thank you [Oleg Geier](https://github.com/relikd) and [Ionuț Ciocîrlan](https://github.com/xlotlu)) * Automatically include setup.cfg configured for universal wheels when creating plugins (thank you [George Kussumoto](https://github.com/georgeyk)) * Changed default slug creation to use [python-slugify](https://github.com/un33k/python-slugify). This should mean greater language support, but this may produce slightly different results than before for some users (thank you [Joseph Nix](https://github.com/nixjdm) and [Ionuț Ciocîrlan](https://github.com/xlotlu)) - ---- class: default