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.

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