Skip to content

v0.4 - Updating the updater

Compare
Choose a tag to compare
@sbrl sbrl released this 14 Mar 19:11
· 1817 commits to master since this release

I have prepared another release for your enjoyment :)

This release contains an initial implementation of a semi-automatic update system that pulls the latest version of the code from this repository by default.. You can access the new update page either the help or credits pages. Note that you must be an administrator to update the site. If you wish to disable this feature, you can simply set your $sitesecret to a number, since the update mechanism is the first action to require your site's secret, and it performs type checking when working out whether the site secret is correct.

Other things include a few bugfixes and a quick <meta /> tag to make mobile devices behave.

This release comes with a new theme: I wrote another quick one called Microsoft-esque, which, as you can imagine, is based on the Microsoft website.

Changelog

I worked out how to generate a changelog based on the commit history, so here it is:

This command came in handy generating the above:

git log v0.3..master --pretty=format:'[%s](//github.com/sbrl/Pepperminty-Wiki/commit/%H)' --reverse >changes.md