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.

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