Skip to content

Commit 7dfab38

Browse files
committed
release: update to Firefox 148, rewrite CHANGELOG, fix npm peer dep
1 parent 584316c commit 7dfab38

File tree

3 files changed

+3681
-3657
lines changed

3 files changed

+3681
-3657
lines changed

CHANGELOG.md

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,36 @@
11
# Changelog
22

3-
## v0.32.0 - 2026-02-20
3+
## v0.32.0 - 2026-03-01
44

5-
Bump to Firefox 147
6-
Update profile validation for Firefox 137's localStorage migration from webappsstore.sqlite to storage.sqlite
7-
Fix Firefox Linux build archive format change from bz2 to xz
5+
Bump to Firefox 148
6+
7+
### Breaking changes
8+
9+
- Cookie `same_site` is now reported as `"unspecified"` instead of `"no_restriction"` for cookies without an explicit SameSite attribute
10+
- 404 responses are no longer reported as cache hits (`fromCache`)
11+
12+
### Fixes & improvements
13+
14+
- Fix Firefox Linux build archive format change from bz2 to xz
15+
- Update profile validation for Firefox 137's localStorage migration (webappsstore.sqlite → storage.sqlite)
16+
- Fix coverage collection from multiprocess child processes
17+
- Fix `browse` command to recover to original URL after link-click failure
18+
- Fix dead studies link in README
19+
20+
### CI & tooling
21+
22+
- Replace codecov package with codecov-action and add actionlint
23+
- Use pytest-split for optimal test distribution
24+
- Improve tool detection and error handling in scripts
25+
- Merge environment check and prune into single script
26+
- Add NixOS dev environment under nix/
27+
28+
### Documentation
29+
30+
- Add AGENTS.md with project guidance for AI coding agents
31+
- Add Architecture-Internals.md with detailed internals documentation
32+
- Fill in missing and outdated configuration documentation
33+
- Fix stale references in Platform-Architecture.md and README
834

935
## v0.31.0 - 2025-01-15
1036

0 commit comments

Comments
 (0)