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.

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