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.

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