Updated translations
authorThierry Florac <tflorac@ulthar.net>
Sun, 11 Mar 2018 11:23:24 +0100
changeset 86 66f5636ccc54
parent 85 1180c43bf40a
child 87 a6e290d79a2e
Updated translations
docs/HISTORY.txt
src/pyams_file.egg-info/PKG-INFO
src/pyams_file.egg-info/SOURCES.txt
--- a/docs/HISTORY.txt	Wed Mar 07 14:42:31 2018 +0100
+++ b/docs/HISTORY.txt	Sun Mar 11 11:23:24 2018 +0100
@@ -1,6 +1,11 @@
 History
 =======
 
+0.1.13
+------
+ - added schema fields for medias and videos with thumbnails
+ - changes images actions 'view' argument from IImageWidget to IMediaWidget
+
 0.1.12
 ------
  - updated image widget
--- a/src/pyams_file.egg-info/PKG-INFO	Wed Mar 07 14:42:31 2018 +0100
+++ b/src/pyams_file.egg-info/PKG-INFO	Sun Mar 11 11:23:24 2018 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyams-file
-Version: 0.1.12
+Version: 0.1.13
 Summary: PyAMS file interfaces and classes
 Home-page: http://hg.ztfy.org/pyams/pyams_file
 Author: Thierry Florac
@@ -12,6 +12,11 @@
         History
         =======
         
+        0.1.13
+        ------
+         - added schema fields for medias and videos with thumbnails
+         - changes images actions 'view' argument from IImageWidget to IMediaWidget
+        
         0.1.12
         ------
          - updated image widget
--- a/src/pyams_file.egg-info/SOURCES.txt	Wed Mar 07 14:42:31 2018 +0100
+++ b/src/pyams_file.egg-info/SOURCES.txt	Sun Mar 11 11:23:24 2018 +0100
@@ -38,8 +38,8 @@
 src/pyams_file/widget/__init__.py
 src/pyams_file/widget/templates/file-display.pt
 src/pyams_file/widget/templates/file-input.pt
-src/pyams_file/widget/templates/image-display.pt
-src/pyams_file/widget/templates/image-input.pt
+src/pyams_file/widget/templates/media-display.pt
+src/pyams_file/widget/templates/media-input.pt
 src/pyams_file/zmi/__init__.py
 src/pyams_file/zmi/file.py
 src/pyams_file/zmi/image.py