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.

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