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.

56 lines
1.8 KiB

  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. ## [v1.0.0-beta.6] - 2017-02-14
  6. ### Added
  7. - Automated Upgrade / Re-install feature
  8. - Automated process management
  9. - npm automatic site installation
  10. ## [v1.0-beta.5] - 2017-02-12
  11. ### Added
  12. - Offline mode (no remote git sync) can now be enabled by setting `git: false` in config.yml
  13. - Improved search engine (Now using search-index engine instead of MongoDB text search)
  14. ### Changed
  15. - Cache is now flushed when starting / restarting the server
  16. ## [v1.0-beta.4] - 2017-02-11
  17. ### Fixed
  18. - Fixed folder name typo during uploads folder permissions check
  19. - Fixed SSH authentication for Git
  20. ### Changed
  21. - Removed separate OAuth authentication option. Select basic authentication to use tokens.
  22. ## [v1.0-beta.3] - 2017-02-10
  23. ### Added
  24. - Change log
  25. - Added .editorconfig, .eslintrc.json and .pug-lintrc.json for code linting
  26. - Added Create / Authorize User feature
  27. - Added Delete / De-authorize User feature
  28. - Added Login as... button to Forbidden page
  29. ### Fixed
  30. - Fixed issue with social accounts with empty name
  31. - Fixed standard error page styling
  32. ### Changed
  33. - Updated dependencies + snyk policy
  34. - Conversion to Standard JS compliant code
  35. - Accounts that are not pre-authorized are no longer added with no rights
  36. ## [v1.0-beta.2] - 2017-01-30
  37. ### Added
  38. - Save own profile under My Account
  39. ### Changed
  40. - Updated dependencies + snyk policy
  41. [Unreleased]: https://github.com/Requarks/wiki/compare/v1.0-beta.4...HEAD
  42. [v1.0-beta.4]: https://github.com/Requarks/wiki/releases/tag/v1.0-beta.4
  43. [v1.0-beta.3]: https://github.com/Requarks/wiki/releases/tag/v1.0-beta.3
  44. [v1.0-beta.2]: https://github.com/Requarks/wiki/releases/tag/v1.0-beta.2