Skip to content

Release 2.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Aug 15:05
· 1 commit to main since this release

Migration

Before proceeding with the migration from version 1.x.x (legacy), always perform a full backup of your dataset.

Despite significant structural changes in this release, your data remains fully compatible: upon first launch, you will simply need to reconfigure the wiki and set up an administrator user, after which all existing documents will function as expected.

The only manual adjustment required is moving the homepage document to the root directory, as the new index page is no longer located under that specific slug.

If are you using Docker you need to point to the new port 3210 instead of 80 and bind dataset volume to /var/lib/wikidocs/datasets.

Unsigned desktop applications

The dekstop packages in this release are not digitally signed.

An unsigned application lacks a digital certificate from Microsoft or Apple, causing operating systems to flag it as unverified and display security warnings even though the code is safe.

Digital signing is currently not planned because it requires recurring fees per year for developer certificates and Apple program memberships, which is not currently sustainable for this project.

To bypass these warnings, you can either build the application manually from the source code or follow the quick setup steps below:

Windows

If Microsoft Defender SmartScreen blocks the installer, select More info and then Run anyway. If Windows marks the downloaded file as blocked, right-click it, open Properties, select Unblock, and apply the change.

Mac

Move WikiDocs to Applications, Control-click the application, select Open, and confirm Open. Alternatively, use System Settings → Privacy & Security → Open Anyway.

If still blocks this specific application, remove only its quarantine attribute:

xattr -dr com.apple.quarantine /Applications/WikiDocs.app