Skip to content

Commit

Permalink
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
Browse files Browse the repository at this point in the history
  • Loading branch information
distler committed Feb 28, 2019
2 parents b8df5bf + 3059402 commit c160c1c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ N.B.: You *must* run

after installing the new software, to enjoy the benefits of this new version.

------------------------------------------------------------------------------
* 0.30.0

New Features:

* Optionally support \begin{tikzpicture}...\end{tikzpicture} and
\begin{tikzcd}...\end{tikzcd} environments. Requires an additional
install: https://github.com/distler/tex2svg and then needs to be
enabled in config/environments/production.rb
* Support Ruby 2.6
* Much faster saving (eliminate the double-rendering that used to
happen every time you saved a page).
* Bundler 1.17.3
* itextomml 1.5.8

Bugs Fixed:

* Trim whitespace from page names (according to David Tanzer, the
source of some caching bugs).
* Update to Nokogiri 1.8.x (required by Windows)

------------------------------------------------------------------------------
* 0.20.2

Expand Down
4 changes: 2 additions & 2 deletions app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,8 @@ def charset=(encoding)
module Instiki
module VERSION #:nodoc:
MAJOR = 0
MINOR = 20
TINY = 2
MINOR = 30
TINY = 0
SUFFIX = '(MML+)'
PRERELEASE = false
if PRERELEASE
Expand Down

0 comments on commit c160c1c

Please sign in to comment.