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.

54 lines
1.6 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. - Set Pushover alert priorities for "down" and "up" events separately
  6. ### Bug Fixes
  7. - Fix after-login redirects (the "?next=" query parameter)
  8. ## 1.3.0 - 2018-11-21
  9. ### Improvements
  10. - Load settings from environment variables
  11. - Add "List-Unsubscribe" header to alert and report emails
  12. - Don't send monthly reports to inactive accounts (no pings in 6 months)
  13. - Add search box in the "My Checks" page
  14. - Add read-only API key support
  15. - Remove Profile.bill_to field (obsolete)
  16. - Show a warning when running with DEBUG=True
  17. - Add "channels" attribute to the Check API resource
  18. - Can specify channel codes when updating a check via API
  19. - Add a workaround for email agents automatically opening "Unsubscribe" links
  20. - Add Channel.name field, users can now name integrations
  21. - Add "Get a List of Existing Integrations" API call
  22. ### Bug Fixes
  23. - During DST transition, handle ambiguous dates as pre-transition
  24. ## 1.2.0 - 2018-10-20
  25. ### Improvements
  26. - Content updates in the "Welcome" page.
  27. - Added "Docs > Third-Party Resources" page.
  28. - Improved layout and styling in "Login" page.
  29. - Separate "Sign Up" and "Log In" forms.
  30. - "My Checks" page: support filtering checks by query string parameters.
  31. - Added Trello integration
  32. ### Bug Fixes
  33. - Timezones were missing in the "Change Schedule" dialog, fixed.
  34. - Fix hamburger menu button in "Login" page.
  35. ## 1.1.0 - 2018-08-20
  36. ### Improvements
  37. - A new "Check Details" page.
  38. - Updated django-compressor, psycopg2, pytz, requests package versions.
  39. - C# usage example.
  40. - Checks have a "Description" field.