File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 22ChangeLog
33*********
44
5+ 0.25.0 (2018-03-28)
6+ ===================
7+ - Feature: Large files can now be zoomed! Images are scaled to fit the window, but clicking on the
8+ image will show a higher-resolution version. The mousewheel or two-finger drag will zoom in up to
9+ the maximum image size of 2400x2400px (increased from 1200x1200px). The zoomed image can be panned
10+ around the display port by moving the mouse.
11+ - Feature: Refuse to render tabular files (.xls, .xlsx, .csv) larger than 10Mb. Rendering these
12+ files consumes a lot of memory and can crash MFR.
13+ - Feature: Cached files now have the renderer that generated them appended to their names. This
14+ allows DevOps to do more targeted cache-cleaning after a feature release.
15+ - Fix: Make Libreoffice download mirror url configurable in the Dockerfile. The current mirror
16+ was having difficulty serving requests for awhile. This makes it easier to switch mirrors during
17+ times of trouble. The official mirror is working again, and MFR will continue to use that.
18+ - Code: Update MFR to support setuptools versions greater than v30.4.0. MFR's `__version__`
19+ declaration has moved from `mfr.__init__` to `mfr.version`. (thanks, @johnetordoff!)
20+
5210.24.2 (2018-02-09)
622===================
723- Fix: Update UNOCONV_BIN setting to reflect the default pip install path.
Original file line number Diff line number Diff line change 1- __version__ = '0.24.2 '
1+ __version__ = '0.25.0 '
You can’t perform that action at this time.
0 commit comments