diff -r 50da03e1114f -r 659c6a416426 src/pyams_file.egg-info/PKG-INFO --- a/src/pyams_file.egg-info/PKG-INFO Wed Oct 24 16:29:46 2018 +0200 +++ b/src/pyams_file.egg-info/PKG-INFO Wed Oct 24 16:34:49 2018 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-file -Version: 0.1.20 +Version: 0.1.21 Summary: PyAMS file interfaces and classes Home-page: http://hg.ztfy.org/pyams/pyams_file Author: Thierry Florac @@ -11,6 +11,14 @@ History ======= + 0.1.21 + ------ + - updated "picture" TALES extension renderer + - updated blob opening mode from "c" to "r" when creating thumbnails to handle uncommitted changes + - updated thumbnails adapter to be able to get thumbnail for a given selection in a single step, + using IThumbnails(image).get_thumbnails('selection:size') notation + - updated "picture" TALES extension to also handle SVG images + 0.1.20 ------ - updated picture tag template