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.

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