Skip to content

Commit 1f145bf

Browse files
committed
bump version & update changelog
1 parent 235307c commit 1f145bf

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG

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

5+
0.26.0 (2018-06-22)
6+
===================
7+
- Feature: Teach MFR to identify itself when requesting metadata from WaterButler. This will allow
8+
WaterButler to signal to the OSF when a render or export request occurs, letting OSF tally better
9+
metrics on file views.
10+
- Feature: When asked to export a file in its current format, return the unmodified file instead of
11+
complaining about the extension not having a supported exporter.
12+
- Fix: Don't show scrollbars on videos. They should be entirely visible without scrolling.
13+
- Fix: Render .tif files when extension is capitalized.
14+
- Docs: Remove obsolete documentation, fix markup errors, and edit existing docs.
15+
516
0.25.11 (2018-06-08)
617
====================
718
- Fix: Percent-encode quote characters in urls to avoid breaking some renderers.

mfr/version.py

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

0 commit comments

Comments
 (0)