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.

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