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.

44 lines
1.3 KiB

5 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. ## [2.0.0-beta.XX] - 2019-XX-XX
  5. ### Added
  6. - Added Git changes processing (add/modify/delete)
  7. - Added Storage last sync date in status panel
  8. - Added Dev Flags
  9. - Added HTTP to HTTPS redirect server option
  10. ### Fixed
  11. - Fixed SQLite migrations
  12. ### Changed
  13. - Split admin dev section into separate pages
  14. ## [2.0.0-beta.42] - 2019-02-17
  15. ### Added
  16. - Added Patreon link in Contribute admin page
  17. - Added Theme Code Injection functionality
  18. - Added Theme CSS Injection code minification
  19. - Added Page Delete functionality
  20. - Dev locale .yml files in `server/locales` are now loaded
  21. - Added SQLite dependencies in Docker image
  22. - Added rate limiting to login mutations
  23. ### Fixed
  24. - Fixed root admin refresh token fail
  25. - Fixed error page metadata title warning
  26. - Fixed telemetry
  27. - Await page render job to complete before resolving
  28. - Fixed JSON fields for MariaDB
  29. - Fixed MSSQL driver support
  30. ### Changed
  31. - Moved Insert Media button in Markdown editor
  32. - Use semver for DB migrations ordering
  33. ## [2.0.0-beta.11] - 2019-01-20
  34. - First beta release
  35. [2.0.0-beta.42]: https://github.com/Requarks/wiki/releases/tag/2.0.0-beta.42
  36. [2.0.0-beta.11]: https://github.com/Requarks/wiki/releases/tag/2.0.0-beta.11