You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

151 lines
5.8 KiB

8 years ago
  1. # Change Log
  2. All notable changes to this project will be documented in this file.
  3. This project adheres to [Semantic Versioning](http://semver.org/).
  4. ## Unreleased
  5. ### Added
  6. - **History**: History section to list all changes
  7. - **Localization**: All UI text elements are now localized
  8. - **Localization**: Chinese locale is now available (thanks to @choicky)
  9. ### Changed
  10. - **Misc**: Updated dependencies
  11. - **UI**: Reveal 'Top of Page' only on scroll + icon only
  12. ### Fixed
  13. - **Configuration Wizard**: Public option is now saved properly in config file
  14. - **Configuration Wizard**: Git check no longer fails when unable to remove existing remotes
  15. - **Editor**: Large size content can now be saved up to 1 MB
  16. - **Misc**: Empty anchors no longer crash the rendering process
  17. - **UI**: Markdown is now stripped from page contents items
  18. - **UI**: Page contents no longer disappear when scrolling down
  19. ## [v1.0.0-beta.11] - 2017-04-29
  20. ### Added
  21. - **Auth**: Azure AD authentication provider is now available
  22. - **Auth**: Can now specify Read Access by default for all providers (except Local)
  23. - **Configuration Wizard**: Added Public Access option
  24. - **Git**: Commits author is now set to current user
  25. - **Navigation**: All Pages section
  26. - **UI**: Beatiful new logo!
  27. - **View**: MathML and TeX math equations support
  28. ### Changed
  29. - **Auth**: Provider Strategies are now only loaded if enabled
  30. - **Misc**: Server files are now in their own /server path
  31. - **Misc**: Trailing slashes in URL are now removed
  32. - **Misc**: Updated dependencies
  33. - **UI**: Footer is now always at the bottom of the page (but not fixed)
  34. ### Fixed
  35. - **Configuration Wizard**: Git version detection no longer fails on MacOS
  36. - **Init**: Malformed config file is now being reported correctly
  37. - **Init**: Git remote is now always updated to current settings
  38. - **Misc**: CJK (Chinese, Japanese & Korean) characters are now fully supported for pages, content and uploads
  39. - **UI**: Move dialog is no longer crashing and preventing further actions
  40. - **UI**: Scrollbar is no longer always shown in code blocks
  41. - **Search**: Search is now working for guest users when public mode is enabled
  42. ## [v1.0.0-beta.10] - 2017-04-08
  43. ### Added
  44. - **Installation**: Wiki.js can now install via local tarball
  45. - **Installation**: RAM check during install to prevent crashing due to low memory
  46. ### Changed
  47. - Updated dependencies + snyk policy
  48. ### Fixed
  49. - **UI**: Code blocks longer than page width are now displayed with scrollbars
  50. - **Configuration Wizard**: Git version check no longer fails if between 2.7.4 and 2.11.0
  51. - **Init**: Admin account is no longer attempted to be created during init
  52. ## [v1.0.0-beta.9] - 2017-04-05
  53. ### Added
  54. - Interactive setup
  55. - **Auth**: GitHub and Slack authentication providers are now available
  56. - **Auth**: LDAP authentication provider is now available
  57. - **Logs**: Support for the logging services: Bugsnag, Loggly, Papertrail, Rollbar and Sentry
  58. - **Config**: Can now use ENV variable to specify DB connection string ($VARNAME as db value in config.yml)
  59. ### Changed
  60. - **Native Compilation Removal**: Replaced farmhash with md5
  61. - **Native Compilation Removal**: Replaced leveldown with memdown
  62. - **Native Compilation Removal**: Replaced sharp with jimp
  63. - **Sidebar**: Contents is now Page Contents
  64. - **Sidebar**: Start is now Top of Page
  65. - **UI**: Content headers are now showing an anchor icon instead of a #
  66. - **Dev**: Replaced Gulp with Fuse-box
  67. ### Fixed
  68. - **Auth**: Authentication would fail if email has uppercase chars and provider callback is in lowercase
  69. - **Markdown**: Fixed potential crash on markdown processing of video links
  70. - **Search**: Search index should now update upon article creation
  71. - **Search**: Search results are no longer duplicated upon article update
  72. - **UI**: Missing icons on login page
  73. - **UI**: Image alignement center and right should now behave correctly
  74. - **Uploads**: Error notification when upload is too large for server
  75. - **Uploads**: Fix uploads and temp-uploads folder permissions on unix-based systems
  76. ## [v1.0.0-beta.8] - 2017-02-19
  77. ### Added
  78. - Automated Upgrade / Re-install feature UI only
  79. - npm installation improvements
  80. ### Fixed
  81. - wiki executable shortcut on linux
  82. - Settings page is now displaying the correct current version
  83. ## [v1.0.0-beta.7] - 2017-02-14
  84. ### Fixed
  85. - npm installation fixes
  86. ## [v1.0.0-beta.6] - 2017-02-14
  87. ### Added
  88. - Settings page UI
  89. - Automated process management
  90. - npm automatic site installation
  91. ## [v1.0-beta.5] - 2017-02-12
  92. ### Added
  93. - Offline mode (no remote git sync) can now be enabled by setting `git: false` in config.yml
  94. - Improved search engine (Now using search-index engine instead of MongoDB text search)
  95. ### Changed
  96. - Cache is now flushed when starting / restarting the server
  97. ## [v1.0-beta.4] - 2017-02-11
  98. ### Fixed
  99. - Fixed folder name typo during uploads folder permissions check
  100. - Fixed SSH authentication for Git
  101. ### Changed
  102. - Removed separate OAuth authentication option. Select basic authentication to use tokens.
  103. ## [v1.0-beta.3] - 2017-02-10
  104. ### Added
  105. - Change log
  106. - Added .editorconfig, .eslintrc.json and .pug-lintrc.json for code linting
  107. - Added Create / Authorize User feature
  108. - Added Delete / De-authorize User feature
  109. - Added Login as... button to Forbidden page
  110. ### Fixed
  111. - Fixed issue with social accounts with empty name
  112. - Fixed standard error page styling
  113. ### Changed
  114. - Updated dependencies + snyk policy
  115. - Conversion to Standard JS compliant code
  116. - Accounts that are not pre-authorized are no longer added with no rights
  117. ## [v1.0-beta.2] - 2017-01-30
  118. ### Added
  119. - Save own profile under My Account
  120. ### Changed
  121. - Updated dependencies + snyk policy
  122. [Unreleased]: https://github.com/Requarks/wiki/compare/v1.0-beta.4...HEAD
  123. [v1.0-beta.4]: https://github.com/Requarks/wiki/releases/tag/v1.0-beta.4
  124. [v1.0-beta.3]: https://github.com/Requarks/wiki/releases/tag/v1.0-beta.3
  125. [v1.0-beta.2]: https://github.com/Requarks/wiki/releases/tag/v1.0-beta.2