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.

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