Skip to content

Commit e9707f7

Browse files
committed
Merge tag '19.0.0' into develop
2 parents d2f19a1 + 87d6c55 commit e9707f7

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
ChangeLog
33
*********
44

5+
19.0.0 (2019-06-19)
6+
===================
7+
- Fix: Add white background to transparent .gifs to improve zooming appearance. The zooming code
8+
keeps a copy of the image behind the zoomed version to improve performance. If the image is
9+
transparent the actual-size copy will be visible behind the zoomed version. Making the background
10+
opaque hides the original.
11+
- Feature: Track when the hypothes.is sidebar is opened via Google Analytics. (thanks, @adlius!)
12+
- Feature: Add timeouts to renderers that shell out to external processes for conversion. If a
13+
conversion takes longer than the configured number of seconds, MFR will return an error message
14+
instead of waiting forever. (thanks, @ExProbitasFiducia!)
15+
- Code: Remove Rackspace cache-management tasks. MFR is now hosted on GoogleCloud, and these are no
16+
longer needed. (thanks, @ExProbitasFiducia!)
17+
518
18.0.0 (2018-10-11)
619
===================
720
- UPDATE: MFR is now following the CalVer (https://calver.org/) versioning scheme to match the

mfr/version.py

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

0 commit comments

Comments
 (0)