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.

43 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. ## 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. - 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. - Added a workaround for email agents automatically opening "Unsubscribe" links
  15. - Add Channel.name field, users can now name integrations
  16. ### Bug Fixes
  17. - During DST transition, handle ambiguous dates as pre-transition
  18. ## 1.2.0 - 2018-10-20
  19. ### Improvements
  20. - Content updates in the "Welcome" page.
  21. - Added "Docs > Third-Party Resources" page.
  22. - Improved layout and styling in "Login" page.
  23. - Separate "Sign Up" and "Log In" forms.
  24. - "My Checks" page: support filtering checks by query string parameters.
  25. - Added Trello integration
  26. ### Bug Fixes
  27. - Timezones were missing in the "Change Schedule" dialog, fixed.
  28. - Fix hamburger menu button in "Login" page.
  29. ## 1.1.0 - 2018-08-20
  30. ### Improvements
  31. - A new "Check Details" page.
  32. - Updated django-compressor, psycopg2, pytz, requests package versions.
  33. - C# usage example.
  34. - Checks have a "Description" field.