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.

124 lines
4.5 KiB

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