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.

152 lines
5.9 KiB

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