Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

54 lines (34 loc) · 1.22 KB

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.

v0.2 - 2024-07-02

Removes the dependency on allow- and deny-list files and manages this feature through the UI.

Added

  • Pluggable allow- and deny-list filters (@sidneys1).
  • UI management for the deny-list, allow-list entries, and their filters (@sidneys1).

Removed

  • The old file-base allow- and deny-list filters.

v0.1 - 2024-06-06

Initial project commit, basic functionality intact.

Added

  • All base functionality.
  • GitHub Actions to build and publish Python packages and container images.