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.

31 lines
1.0 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.42] - 2018-02-17
  5. ### Added
  6. - Added Patreon link in Contribute admin page
  7. - Added Theme Code Injection functionality
  8. - Added Theme CSS Injection code minification
  9. - Added Page Delete functionality
  10. - Dev locale .yml files in `server/locales` are now loaded
  11. - Added SQLite dependencies in Docker image
  12. - Added rate limiting to login mutations
  13. ### Fixed
  14. - Fixed root admin refresh token fail
  15. - Fixed error page metadata title warning
  16. - Fixed telemetry
  17. - Await page render job to complete before resolving
  18. - Fixed JSON fields for MariaDB
  19. - Fixed MSSQL driver support
  20. ### Changed
  21. - Moved Insert Media button in Markdown editor
  22. - Use semver for DB migrations ordering
  23. ## [2.0.0-beta.11] - 2018-01-20
  24. - First beta release
  25. [2.0.0-beta.42]: https://github.com/Requarks/wiki/releases/tag/2.0.0-beta.42
  26. [2.0.0-beta.11]: https://github.com/Requarks/wiki/releases/tag/2.0.0-beta.11