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.

36 lines
1.0 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. ### Bug Fixes
  10. - During DST transition, handle ambiguous dates as pre-transition
  11. ## 1.2.0 - 2018-10-20
  12. ### Improvements
  13. - Content updates in the "Welcome" page.
  14. - Added "Docs > Third-Party Resources" page.
  15. - Improved layout and styling in "Login" page.
  16. - Separate "Sign Up" and "Log In" forms.
  17. - "My Checks" page: support filtering checks by query string parameters.
  18. - Added Trello integration
  19. ### Bug Fixes
  20. - Timezones were missing in the "Change Schedule" dialog, fixed.
  21. - Fix hamburger menu button in "Login" page.
  22. ## 1.1.0 - 2018-08-20
  23. ### Improvements
  24. - A new "Check Details" page.
  25. - Updated django-compressor, psycopg2, pytz, requests package versions.
  26. - C# usage example.
  27. - Checks have a "Description" field.