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.

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