File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
src/org/netpreserve/jwarc/tools Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.34.0 (2026-01-15)
4+
5+ ### New features
6+
7+ - Added ` view ` command: interactive TUI for exploring WARC files
8+ - view captures, WARC and HTTP headers
9+ - filter captures by type, status, method or url
10+ - save payload to a file, open in browser or external editor
11+
12+ ### Fixed
13+
14+ - HttpParser: lenient mode now accepts "0" as a status code for compatibility with Browsertrix WARCs
15+
316## 0.33.0 (2025-12-24)
417
518### New features
Original file line number Diff line number Diff line change 1+ /*
2+ * SPDX-License-Identifier: Apache-2.0
3+ * Copyright (C) 2025 National Library of Australia and the jwarc contributors
4+ */
5+
16package org .netpreserve .jwarc .tools ;
27
38import org .netpreserve .jwarc .*;
You can’t perform that action at this time.
0 commit comments