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.

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