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 May 18, 2014
2 parents 06a7c97 + 76194d0 commit 1f68cb9
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG
Expand Up @@ -5,6 +5,30 @@ N.B.: You *must* run

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

------------------------------------------------------------------------------
* 0.19.7

New Features:
* Supports Ruby 2.0 and 2.1
* itex2MML 1.5.1:
* readers can access TeX source by
- double-clicking on a formula (Firefox)
- using the MathJax contextual menu (other browsers)
* Several new commands, including
\begintoggle{expr1}{expr2}...{exprN}\endtoggle
* Support for LaTeX \cite{} command (with auto-linking of
INSPIRE and MathSciNet Bibtex keys).
* MathJax 2.3
* SVG-Edit 2.7.1
* Rails 2.3.18

Bugs Fixed:
* Many SVG-Edit and Maruku bugs fixed
* Maruku is now up to 50% faster
* Fixed DNSBLcheck
* Redirect #new to #edit if the page already exists
* Unvendored several gems

------------------------------------------------------------------------------
* 0.19.6

Expand Down
2 changes: 1 addition & 1 deletion app/controllers/application_controller.rb
Expand Up @@ -292,7 +292,7 @@ module Instiki
module VERSION #:nodoc:
MAJOR = 0
MINOR = 19
TINY = 6
TINY = 7
SUFFIX = '(MML+)'
PRERELEASE = false
if PRERELEASE
Expand Down

0 comments on commit 1f68cb9

Please sign in to comment.