Releases: parasew/instiki
Release list
Instiki 0.40.4
Instiki 0.40.3
- 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
Instiki 0.40.1
Fixed content-negotiation for cached pages. Cached pages were being served as txet/html.
Instiki 0.40.0
-
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
This is a Security-Release. Please update.
For a full list of changes, see the CHANGELOG.
Instiki 0.30.2
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
Instiki 0.30.1
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
Instiki 0.30.0
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
Instiki 0.20.2
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki