File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 22ChangeLog
33*********
44
5+ 0.25.1 (2018-03-29)
6+ ===================
7+ - Fix: Temporarily disable rendering for csv files. csv continues to cause resource issues for MFR
8+ and so will be disabled until those are resolved in another hotfix.
9+
5100.25.0 (2018-03-28)
611===================
712- Feature: Large files can now be zoomed! Images are scaled to fit the window, but clicking on the
Original file line number Diff line number Diff line change 1- __version__ = '0.25.0 '
1+ __version__ = '0.25.1 '
Original file line number Diff line number Diff line change @@ -711,7 +711,7 @@ def parse_requirements(requirements):
711711 # '.svg = mfr.extensions.svg:SvgRenderer',
712712
713713 # tabular
714- '.csv = mfr.extensions.tabular:TabularRenderer' ,
714+ # '.csv = mfr.extensions.tabular:TabularRenderer',
715715 '.tsv = mfr.extensions.tabular:TabularRenderer' ,
716716 '.xls = mfr.extensions.tabular:TabularRenderer' ,
717717 '.xlsx = mfr.extensions.tabular:TabularRenderer' ,
You can’t perform that action at this time.
0 commit comments