You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/CHANGELOG.md
+15-2Lines changed: 15 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,18 +11,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
## [Unreleased]
13
13
14
+
## v1.15.0
15
+
16
+
Zenos yae Galvus
17
+
18
+
> Yes...the coming days promise to be most interesting. Most interesting.
19
+
20
+
Headline changes:
21
+
14
22
- 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
23
+
- Add the ability to set the cookie domain with the envvar `COOKIE_DOMAIN=techaro.lol` for all domains under `techaro.lol`
24
+
- Add the ability to set the cookie partitioned flag with the envvar `COOKIE_PARTITIONED=true`
25
+
26
+
Many other small changes were made, including but not limited to:
27
+
15
28
- Fixed and clarified installation instructions
16
29
- Introduced integration tests using Playwright
17
30
- Refactor & Split up Anubis into cmd and lib.go
18
31
- Fixed bot check to only apply if address range matches
19
32
- Fix default difficulty setting that was broken in a refactor
20
33
- Linting fixes
21
34
- Make dark mode diff lines readable in the documentation
22
-
- Add the ability to set the cookie domain with the envvar `COOKIE_DOMAIN=techaro.lol` for all domains under `techaro.lol`
23
-
- Add the ability to set the cookie partitioned flag with the envvar `COOKIE_PARTITIONED=true`
24
35
- Fix CI based browser smoke test
25
36
37
+
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).
0 commit comments