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.

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