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.

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