File tree Expand file tree Collapse file tree 5 files changed +10
-3
lines changed
extensions/video/templates Expand file tree Collapse file tree 5 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 22ChangeLog
33*********
44
5+ 20.0.0 (2020-07-01)
6+ ===================
7+ - Happy Canada Day, everyone!
8+ - Feature: Stop preloading videos in MFR to save bandwidth/memory. Instead display a static poster
9+ with the COS logo. (thanks ro @allsey87 for the suggestion and thanks to @Johnetordoff for the
10+ alley-oop!)
11+
51219.1.0 (2019-09-25)
613===================
714- Feature: Update MFR's Dockerfile to be based off of Debian Buster and install LibreOffice via
Original file line number Diff line number Diff line change 66 }
77 </style >
88
9- <video controls height =" 100%" >
9+ <video controls poster = " /static/images/vid-thumbnail.png " preload = " none " height =" 100%" >
1010 <source src =" ${url}" >
1111 Your browser does not support the video tag.
1212</video >
Original file line number Diff line number Diff line change 1- __version__ = '19.1 .0'
1+ __version__ = '20.0 .0'
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ reportlab==3.4.0
4545docutils == 0.12
4646
4747# Tabular
48- pandas == 0.17 .1
48+ pandas == 0.25 .1
4949xlrd == 1.0.0
5050h5py == 2.7.0
5151scipy == 0.19.1
You can’t perform that action at this time.
0 commit comments