Skip to content

Commit 42e5460

Browse files
committed
Merge tag '18.0.0' into develop
2 parents 9ccf15e + 291ed72 commit 42e5460

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG

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

5+
18.0.0 (2018-10-11)
6+
===================
7+
- UPDATE: MFR is now following the CalVer (https://calver.org/) versioning scheme to match the
8+
OSF. All new versions will use the `YY.MINOR.MICRO` format.
9+
- Fix: Move Hypothes.is toolbar toggle button down, so that it doesn't block the pdf.js controls on
10+
tiny mobile screens.
11+
- Fix: Don't crash when the image exporter receives a misformatted dimensions argument.
12+
- Fix: Show informative errors to users when a tabular file rendering action fails.
13+
514
0.27.1 (2018-07-25)
615
===================
716
- Feature: Tell Keen analytics to strip ip on upload.

mfr/version.py

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

0 commit comments

Comments
 (0)