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.

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