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.

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