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.

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