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.4 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. ## 1.3.0 - 2018-11-21
  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. - Add read-only API key support
  10. - Remove Profile.bill_to field (obsolete)
  11. - Show a warning when running with DEBUG=True
  12. - Add "channels" attribute to the Check API resource
  13. - Can specify channel codes when updating a check via API
  14. - Add a workaround for email agents automatically opening "Unsubscribe" links
  15. - Add Channel.name field, users can now name integrations
  16. - Add "Get a List of Existing Integrations" API call
  17. ### Bug Fixes
  18. - During DST transition, handle ambiguous dates as pre-transition
  19. ## 1.2.0 - 2018-10-20
  20. ### Improvements
  21. - Content updates in the "Welcome" page.
  22. - Added "Docs > Third-Party Resources" page.
  23. - Improved layout and styling in "Login" page.
  24. - Separate "Sign Up" and "Log In" forms.
  25. - "My Checks" page: support filtering checks by query string parameters.
  26. - Added Trello integration
  27. ### Bug Fixes
  28. - Timezones were missing in the "Change Schedule" dialog, fixed.
  29. - Fix hamburger menu button in "Login" page.
  30. ## 1.1.0 - 2018-08-20
  31. ### Improvements
  32. - A new "Check Details" page.
  33. - Updated django-compressor, psycopg2, pytz, requests package versions.
  34. - C# usage example.
  35. - Checks have a "Description" field.