dolltags/CHANGELOG.md
2025-02-08 18:18:35 +01:00

1.2 KiB

Changelog

This will try to keep history of all changes and document impacts in deployment / hosting. All versions before v1.1.0 are ignored as the tool was only ready-ish at v1.1.0

v2.0.0

breaking change: configuration changes

  • added*: qrcode generation of tags
  • added: admin prod deployment instructions

the qrcode generation of tags introduces a new required configuration key, default.public_url. This should contain the canonical base URL of your instance (e.g. https://dolltags.pet/).

Example below.

[default]
secret_key=...
public_url="https://dolltags.pet/"

[...]

v1.3.0 - 2025-02-07

  • added: social tags; sharing in a social network should give a small preview of the base details

v1.2.0 - 2025-02-05

  • [dev]: implemented DB reseed as a CLI tool for test environments
  • added: an about page detailing some of the project notes and documenting things such as the data export format
  • fixed: bumped the audit logs level to warn
  • fixed: a tag's description will now properly render line returns
  • fixed: making passwords computed no matter what to avoid timing attacks

v1.1.0 - 2025-01-27

First stable version

  • base dolltags system
  • syslog audit logs
  • base admin accounts