We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f45746 commit 3b673adCopy full SHA for 3b673ad
CHANGELOG
@@ -2,6 +2,12 @@
2
ChangeLog
3
*********
4
5
+0.21.0 (2017-04-07)
6
+===================
7
+- Feature: Turn on scrolling for the MFR iframe to support wide JASP files.
8
+- Fix: Fix rendering of Google Drawing (.gdraw) files by directing them to the image renderer
9
+rather than the unoconv renderer.
10
+
11
0.20.1 (2017-03-02)
12
===================
13
- Fix: Cast OSF file size metadata to an int before comparing to our maximum supported file size
mfr/__init__.py
@@ -1,2 +1,2 @@
1
-__version__ = '0.20.1'
+__version__ = '0.21.0'
__import__('pkg_resources').declare_namespace(__name__)
0 commit comments