Skip to content

Releases: requarks/wiki

1.0 Release - Beta 12

10 Jun 17:07
Compare
Choose a tag to compare

Added

  • Deploy: Heroku support
  • Localization: All UI text elements are now localized
  • Localization: Chinese locale is now available (thanks to @choicky)
  • Localization: Korean locale is now available (thanks to @junwonpk)
  • Localization: Portuguese locale is now available (thanks to @felipeplets)
  • Localization: Russian locale is now available (thanks to @efimlosev)
  • Localization: Spanish locale is now available (thanks to @MatiasArriola)
  • Misc: Copy to clipboard modal when clicking on header anchor
  • Print: Optimized layout and colors for print view

Changed

  • Misc: Refactored all client-side code into Vue components
  • Misc: Updated dependencies
  • UI: Reveal 'Top of Page' only on scroll + icon only
  • UI: Updated navigation buttons design
  • UI: Updated editor toolbar + page design

Fixed

  • Configuration Wizard: Public option is now saved properly in config file
  • Configuration Wizard: Git check no longer fails when unable to remove existing remotes
  • Editor: Large size content can now be saved up to 1 MB
  • Editor: Editor no longer fails to initialize if it contains unescaped mustache content
  • Misc: Page content no longer renders non-highlighted HTML content enclosed in code blocks
  • Misc: Empty anchors no longer crash the rendering process
  • Misc: Commented headers no longer appear in page contents
  • Misc: CJK + Arabic validators are now working properly
  • Move: It is now possible to move a page to non-existant sub-directory (or deeper)
  • Search: Content is now indexed properly and handles more scenarios
  • Search: CJK search terms are no longer stripped
  • UI: Markdown is now stripped from page contents items
  • UI: Page contents no longer disappear when scrolling down

1.0 Release - Beta 11

29 Apr 22:36
Compare
Choose a tag to compare

Added

  • Auth: Azure AD authentication provider is now available
  • Auth: Can now specify Read Access by default for all providers (except Local)
  • Configuration Wizard: Added Public Access option
  • Git: Commits author is now set to current user
  • Navigation: All Pages section
  • UI: Beatiful new logo!
  • View: MathML and TeX math equations support

Changed

  • Auth: Provider Strategies are now only loaded if enabled
  • Misc: Server files are now in their own /server path
  • Misc: Trailing slashes in URL are now removed
  • Misc: Updated dependencies
  • UI: Footer is now always at the bottom of the page (but not fixed)

Fixed

  • Configuration Wizard: Git version detection no longer fails on MacOS
  • Init: Malformed config file is now being reported correctly
  • Init: Git remote is now always updated to current settings
  • Misc: CJK (Chinese, Japanese & Korean) characters are now fully supported for pages, content and uploads
  • UI: Move dialog is no longer crashing and preventing further actions
  • UI: Scrollbar is no longer always shown in code blocks
  • Search: Search is now working for guest users when public mode is enabled

1.0 Release - Beta 10

08 Apr 20:51
Compare
Choose a tag to compare

Added

  • Installation: Wiki.js can now install via local tarball
  • Installation: RAM check during install to prevent crashing due to low memory

Changed

  • Updated dependencies + snyk policy

Fixed

  • UI: Code blocks longer than page width are now displayed with scrollbars
  • Configuration Wizard: Git version check no longer fails if between 2.7.4 and 2.11.0
  • Init: Admin account is no longer attempted to be created during init

1.0 Release - Beta 9

06 Apr 00:40
Compare
Choose a tag to compare

This is HUGE update. 😱

The installation / configuration experience has been greatly improved with a web-based configuration wizard. You no longer need to edit the config file manually or figure out if you have all the necessary dependencies installed.

Native Node.js compilation is no longer needed. All compiled modules have been replaced by pure javascript implementation. This means it can be installed on even more systems and requires less RAM for installation!

You can now use GitHub, Slack and Active Directory (LDAP) as authentication providers!

To upgrade, simply run the following command at the root of your wiki installation:

npm install wiki.js@latest

Added

  • Interactive setup
  • Auth: GitHub and Slack authentication providers are now available
  • Auth: LDAP authentication provider is now available
  • Logs: Support for the logging services: Bugsnag, Loggly, Papertrail, Rollbar and Sentry
  • Config: Can now use ENV variable to specify DB connection string ($VARNAME as db value in config.yml)

Changed

  • Native Compilation Removal: Replaced farmhash with md5
  • Native Compilation Removal: Replaced leveldown with memdown
  • Native Compilation Removal: Replaced sharp with jimp
  • Sidebar: Contents is now Page Contents
  • Sidebar: Start is now Top of Page
  • UI: Content headers are now showing an anchor icon instead of a #
  • Dev: Replaced Gulp with Fuse-box

Fixed

  • Auth: Authentication would fail if email has uppercase chars and provider callback is in lowercase
  • Markdown: Fixed potential crash on markdown processing of video links
  • Search: Search index should now update upon article creation
  • Search: Search results are no longer duplicated upon article update
  • UI: Missing icons on login page
  • UI: Image alignement center and right should now behave correctly
  • Uploads: Error notification when upload is too large for server
  • Uploads: Fix uploads and temp-uploads folder permissions on unix-based systems

1.0 Release - Beta 8

19 Feb 21:19
Compare
Choose a tag to compare

Added

  • Automated Upgrade / Re-install feature UI only
  • npm installation improvements

Fixed

  • wiki executable shortcut on linux
  • Settings page is now displaying the correct current version

1.0 Release - Beta 7

15 Feb 01:54
Compare
Choose a tag to compare

Added

  • Automated process management
  • npm automatic site installation

Important Changes ⚠️

Wiki.js can now be installed / ugpraded using:

npm install wiki.js@latest

Additionally, Wiki.js is now started using the following command:

node wiki start

# On Windows, if using a Powershell prompt, you can instead use the following syntax:
.\wiki start

You no longer need to deal with pm2 directly. Wiki.js is now handling this process. Therefore, if you used previous builds, it is recommended to delete the current entry from pm2 before installing the latest version:

pm2 stop wiki
pm2 delete wiki

Please report any issues / suggestions if using this new installation method.

1.0 Release - Beta 6

14 Feb 20:33
Compare
Choose a tag to compare

IMPORTANT: It is recommended to skip this beta release. It introduces new process management concepts which are still being developed and tested.

Added

  • Automated Upgrade / Re-install feature
  • Automated process management
  • npm automatic site installation

1.0 Release - Beta 5

12 Feb 20:45
Compare
Choose a tag to compare

Added

  • Offline mode (no remote git sync) can now be enabled by setting git: false in config.yml
  • Improved search engine (Now using search-index engine instead of MongoDB text search)

Changed

  • Cache is now flushed when starting / restarting the server

1.0 Release - Beta 4

11 Feb 21:29
Compare
Choose a tag to compare

Fixed

  • Fixed folder name typo during uploads folder permissions check
  • Fixed SSH authentication for Git

Changed

  • Removed separate OAuth authentication option. Select basic authentication to use tokens.

1.0 Release - Beta 3

10 Feb 18:19
Compare
Choose a tag to compare

Added

  • Added Create / Authorize User feature
  • Added Delete / De-authorize User feature
  • Added Login as... button to Forbidden page

Fixed

  • Fixed issue with social accounts with empty name
  • Fixed standard error page styling

Changed

  • Updated dependencies + snyk policy
  • Conversion to Standard JS compliant code
  • Accounts that are not pre-authorized are no longer added with no rights