Skip to content

Latest commit

 

History

History
225 lines (113 loc) · 11.7 KB

CHANGELOG.md

File metadata and controls

225 lines (113 loc) · 11.7 KB

Changelog

Features

3.1.1 (2024-06-21)

Bug Fixes

3.1.0 (2024-05-22)

Features

3.0.1 (2024-05-21)

Miscellaneous Chores

3.0.0 (2024-05-21)

Miscellaneous Chores

3.0.0 (2024-05-16)

⚠ BREAKING CHANGES

  • force a new version?

Features

3.0.0 (2024-03-09)

Bug Fixes

  • replace comma-separated fields' tuples with lists (#89) (e554406)

2.1.0 (2024-02-22)

Features

2.0.0 (2024-01-31)

Features

  • add ability to use non-queryset iterators in excel/csv export utils (#84)
  • fix csv name issue (#85) (8738958)

1.2.0 (2023-10-25)

Features

1.1.1 (2023-10-03)

Miscellaneous Chores

1.1.0 (2023-10-03)

Features

  • templatetag for inlining the content of an svg from an app's static files in to a template (#59) (238799d)

1.0.6 (2023-09-27)

Bug Fixes

  • Fixes session timeout dialog accuracy (2cc4038), closes #53

1.0.5 (2023-09-26)

Bug Fixes

  • for real, final fix to the slack logging filter code. Another dumb code typo that slipped through (1cf4c11)

1.0.4 (2023-09-26)

Bug Fixes

  • ... second hotfix for the slack logging webhook's noisy logger filter, I forgot to convert it to the correct class syntax when I refactored additional_filter_configs pattern. I'll follow up with a proper PR to make sure the tests actually cover this (d931cb1)

1.0.3 (2023-09-26)

Features

Bug Fixes

  • fix typo in the default logging config, only reachable when a slack webhook url is provided (2ef56b1)

1.0.2 (2023-09-26)

Features

  • logging utilities and (opt-in) default logging configuration (#38) (1776952)

1.0.1 (2023-09-20)

Features

  • DTL template tag and Jinja2 util func for rendering a template from one language inside another (#43) (8bde55f)

1.0.0 (2023-09-19)

⚠ BREAKING CHANGES

  • deps: Drop python 3.8 and 3.9 support, unify github action jobs (#44)

Miscellaneous Chores

  • deps: Drop python 3.8 and 3.9 support, unify github action jobs (#44) (1874608)

0.7.0 (2023-08-31)

Features

  • add more utils (excel, vanilla python stuff, custom model fields) (#33) (8433a60)

0.6.0 (2023-07-11)

Features

  • support URL query params (including 'next' redirect) (#25) (8c99399)

0.5.1 (2023-06-16)

Bug Fixes

  • Include translation files in release (37e165d)

0.5.0 (2023-06-08)

Features

  • Added support to sign in using the Microsoft Identity Platform (c430b5f)

0.4.4 (2023-03-06)

Bug Fixes

  • Ensure .env file from root of project dir is read by django-environ (05dc452)

0.4.3 (2023-02-22)

Bug Fixes

  • Removed tests from templatetags directory (c801855)

0.4.2 (2023-02-10)

Bug Fixes

  • Added utility to alter settings during unit tests (540228f)

0.4.1 (2023-02-09)

Bug Fixes

  • Updated incorrect django version dependency (82f1218)

0.4.0 (2023-01-10)

Features

  • AC-7: Implemented account lockout controls (c5f07ef)

0.3.1 (2023-01-09)

Documentation

  • Updated import statement in readme file (76d6856)

0.3.0 (2023-01-06)

Features

  • Environment variable support (8383e8b)

0.2.1 (2022-12-22)

Bug Fixes

  • Namespaced base css to avoid conflicts with bootstrap (d6fc06f)
  • removed dependency on jQuery which can cause errors (ad53b35)

0.2.0 (2022-12-21)

Features

  • Replaced built in WET with CDN hosted version (74e6b77)

0.1.1 (2022-12-20)

Bug Fixes

  • Update packaging config to include all required files (43ad20d)

0.1.0 (2022-12-20)

Features

  • security: Session Timeouts (AC-11) (84f08ec)