From 7be8ab5258311655a864c1df2b8cf62335d65f3f Mon Sep 17 00:00:00 2001 From: Jacques Distler Date: Wed, 8 May 2019 23:49:34 -0500 Subject: [PATCH] Version 0.30.1 --- CHANGELOG | 22 ++++++++++++++++++++++ app/controllers/application_controller.rb | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 17c1a3759..6d8c976cf 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,28 @@ N.B.: You *must* run after installing the new software, to enjoy the benefits of this new version. +------------------------------------------------------------------------------ +* 0.30.1 + +New Features: + +* Recently Revised now lists only the last 50 modified pages (instead + of all of them) +* Use Roboto Mono web fonts for code blocks +* Improve Markdown Help +* Improve Search page +* Improve Tikz output +* Implement proper Tikz support for TeX output +* SVG-Edit 5.0.0 +* Bundler 2.0.1 +* itextomml 1.6.0 + +Bugs Fixed: + +* Fix Heroku deployment +* Additions to Sanitizer +* Improvements to the test framework + ------------------------------------------------------------------------------ * 0.30.0 diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 28f02c45b..78805212e 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -298,7 +298,7 @@ module Instiki module VERSION #:nodoc: MAJOR = 0 MINOR = 30 - TINY = 0 + TINY = 1 SUFFIX = '(MML+)' PRERELEASE = false if PRERELEASE