Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1007 Bytes

File metadata and controls

27 lines (19 loc) · 1007 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.1.0 - TBD

Added

  • Added CUSTOM_HEADER_FILE environment variable to allow inserting custom HTML into the page header.
  • Added CUSTOM_FOOTER_FILE environment variable to allow inserting custom HTML into the page footer.
  • Updated docker-compose.yml with examples for using CUSTOM_HEADER_FILE and CUSTOM_FOOTER_FILE with mounts.
  • Added a "Fork on GitHub" badge to the index page.
  • Added version number on page.

1.0.0 - 2026-04-27

  • Initial release of the Philterd Redaction Policy Editor.

Added

  • Support for generating Philter redaction policies.
  • Support for PhEye and Dictionaries in policies.
  • Support for PDF redaction and splitting options.

Changed

  • Upgraded to Spring Boot 4.0.6 and fixed related test issues.