Skip to content

Commit c17fe0c

Browse files
committed
Merge tag '26.0.0' into develop
2 parents 1a3cac6 + 8532602 commit c17fe0c

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG

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

5+
26.0.0 (2026-03-26)
6+
===================
7+
- Add newerlic support to MFR. (thanks, @antkryt!)
8+
- Fix datetime conversion issue in tabular renderer. (thanks, @antkryt!)
9+
- Fix searching/filterinf in tabular renderer. (thanks, @Vlad0n20!)
10+
- Fix ability to zoom/pan on images.
11+
- Improve error message for unrenderable spreadsheets.
12+
513
25.0.0 (2025-11-18)
614
===================
715
- Upgrade MFR and dependencies to python v3.13.

mfr/version.py

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mfr"
3-
version = "25.0.0"
3+
version = "26.0.0"
44
description = "Modular File Renderer"
55
authors = ["Center for Open Science <contact@cos.io>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)