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.

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