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.

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