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.

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