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.

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