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.

30 lines
996 B

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] - 2018-XX-XX
  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. ### Fixed
  13. - Fixed root admin refresh token fail
  14. - Fixed error page metadata title warning
  15. - Fixed telemetry
  16. - Await page render job to complete before resolving
  17. - Fixed JSON fields for MariaDB
  18. - Fixed MSSQL driver support
  19. ### Changed
  20. - Moved Insert Media button in Markdown editor
  21. - Use semver for DB migrations ordering
  22. ## [2.0.0-beta.11] - 2018-01-20
  23. - First beta release
  24. [2.0.0-beta.12]: https://github.com/Requarks/wiki/releases/tag/2.0.0-beta.12
  25. [2.0.0-beta.11]: https://github.com/Requarks/wiki/releases/tag/2.0.0-beta.11