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.

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