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.

37 lines
1.1 KiB

6 years ago
6 years ago
6 years ago
  1. # Changelog
  2. All notable changes to this project will be documented in this file.
  3. ## Unreleased
  4. ### Improvements
  5. - Load settings from environment variables
  6. - Add "List-Unsubscribe" header to alert and report emails
  7. - Don't send monthly reports to inactive accounts (no pings in 6 months)
  8. - Add search box in the "My Checks" page
  9. - Refactor API key checking code
  10. ### Bug Fixes
  11. - During DST transition, handle ambiguous dates as pre-transition
  12. ## 1.2.0 - 2018-10-20
  13. ### Improvements
  14. - Content updates in the "Welcome" page.
  15. - Added "Docs > Third-Party Resources" page.
  16. - Improved layout and styling in "Login" page.
  17. - Separate "Sign Up" and "Log In" forms.
  18. - "My Checks" page: support filtering checks by query string parameters.
  19. - Added Trello integration
  20. ### Bug Fixes
  21. - Timezones were missing in the "Change Schedule" dialog, fixed.
  22. - Fix hamburger menu button in "Login" page.
  23. ## 1.1.0 - 2018-08-20
  24. ### Improvements
  25. - A new "Check Details" page.
  26. - Updated django-compressor, psycopg2, pytz, requests package versions.
  27. - C# usage example.
  28. - Checks have a "Description" field.