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.

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