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.

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