Skip to content

Commit

Permalink
Version 0.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
distler committed May 9, 2019
1 parent 92a2d8a commit 7be8ab5
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ module Instiki
module VERSION #:nodoc:
MAJOR = 0
MINOR = 30
TINY = 0
TINY = 1
SUFFIX = '(MML+)'
PRERELEASE = false
if PRERELEASE
Expand Down

0 comments on commit 7be8ab5

Please sign in to comment.