Skip to content

Releases: parasew/instiki

Instiki 0.40.4

Choose a tag to compare

@distler distler released this 09 Jun 16:02
  • Fix an XSS vulnerability in the Sanitizer
  • Fix a couple of routing bugs

Instiki 0.40.3

Choose a tag to compare

@distler distler released this 25 May 06:28
  • Upgrade to Rails 8.1.3
  • Fix a File controller bug
  • Improve compatibility with frozen string literals
  • Restore itex endpoint
  • Switch SVG-Edit from IIFE to ES, fixing some rendering bugs
  • Various other bugfixes

Instiki 0.40.2

Choose a tag to compare

@distler distler released this 09 May 18:41

Various bugs fixed since 0.40.1.

Instiki 0.40.1

Choose a tag to compare

@distler distler released this 04 May 05:59

Fixed content-negotiation for cached pages. Cached pages were being served as txet/html.

Instiki 0.40.0

Choose a tag to compare

@distler distler released this 04 May 02:36
  • Modernized to run on Rails 7.1.6.

  • Requires Ruby ≥ 3.2 (tested on Ruby 4.0.3).

  • The preferred MySQL adapter is trilogy.

    Add "gem 'trilogy'" to your Gemfile.

  • Because of the large number of changes, you
    may prefer to start with a clean install, do a

     bundle install

and then copy over the contents of your

     webs/
     db/

directories, as well as the files

     config/database.yml
     secret

(changing the database adapter from "mysql" to "trilogy", if you're using MySQL).

The only user-visible change is that Instiki's URLs now adhere to RFC 3986, so that spaces are encoded as "%20", rather than as "+". This should (hopefully) be only a minor inconvenience; you can always use the "[[!redirects ...]]" feature to fix any broken external links.

Thanks to Claude Code, without which this would not have been feasible.

Instiki 0.30.3

Choose a tag to compare

@distler distler released this 30 May 13:29

This is a Security-Release. Please update.

For a full list of changes, see the CHANGELOG.

Instiki 0.30.2

Choose a tag to compare

@distler distler released this 29 Apr 03:03
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki

Instiki 0.30.1

Choose a tag to compare

@distler distler released this 09 May 04:54
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki

Instiki 0.30.0

Choose a tag to compare

@distler distler released this 28 Feb 19:09
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki

Instiki 0.20.2

Choose a tag to compare

@distler distler released this 21 Dec 21:36
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki