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.

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