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.

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