Skip to content

Commit eb9cccf

Browse files
committed
Merge tag '0.25.0' into develop
2 parents c049b1d + 91e0944 commit eb9cccf

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22
ChangeLog
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+
521
0.24.2 (2018-02-09)
622
===================
723
- Fix: Update UNOCONV_BIN setting to reflect the default pip install path.

mfr/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.24.2'
1+
__version__ = '0.25.0'

0 commit comments

Comments
 (0)