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.

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