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.

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