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.

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