diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-03-27 15:31:13 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2025-03-27 15:31:13 -0400 |
| commit | 4b8efcba9bec96f03e55ce3151cf02c0f269ca02 (patch) | |
| tree | 40e114e9c7040d25c27f9bb061ab7a443a83a6d5 | |
| parent | 7d4be0dcecdbe8deca8d055c0e2f10a369dc86e6 (diff) | |
| download | anubis-4b8efcba9bec96f03e55ce3151cf02c0f269ca02.tar.xz anubis-4b8efcba9bec96f03e55ce3151cf02c0f269ca02.zip | |
version 1.15.0release/v1.15.0
Signed-off-by: Xe Iaso <me@xeiaso.net>
| -rw-r--r-- | VERSION | 2 | ||||
| -rw-r--r-- | docs/docs/CHANGELOG.md | 17 |
2 files changed, 16 insertions, 3 deletions
@@ -1 +1 @@ -1.14.2 +1.15.0 diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index 352d6d7..86c728f 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -11,7 +11,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## v1.15.0 + +Zenos yae Galvus + +> Yes...the coming days promise to be most interesting. Most interesting. + +Headline changes: + - ed25519 signing keys for Anubis can be stored in the flag `--ed25519-private-key-hex` or envvar `ED25519_PRIVATE_KEY_HEX`; if one is not provided when Anubis starts, a new one is generated and logged +- Add the ability to set the cookie domain with the envvar `COOKIE_DOMAIN=techaro.lol` for all domains under `techaro.lol` +- Add the ability to set the cookie partitioned flag with the envvar `COOKIE_PARTITIONED=true` + +Many other small changes were made, including but not limited to: + - Fixed and clarified installation instructions - Introduced integration tests using Playwright - Refactor & Split up Anubis into cmd and lib.go @@ -19,10 +32,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix default difficulty setting that was broken in a refactor - Linting fixes - Make dark mode diff lines readable in the documentation -- Add the ability to set the cookie domain with the envvar `COOKIE_DOMAIN=techaro.lol` for all domains under `techaro.lol` -- Add the ability to set the cookie partitioned flag with the envvar `COOKIE_PARTITIONED=true` - Fix CI based browser smoke test +Users running Anubis' test suite may run into issues with the integration tests on Windows hosts. This is a known issue and will be fixed at some point in the future. In the meantime, use the Windows Subsystem for Linux (WSL). + ## v1.14.2 Livia sas Junius: Echo 2 |
