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.

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