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.

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