Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
New features:

* Add --redirect-file option to build synthentic redirects
* Add -v and -q options to control logging verbosity
* Reduced default log level

Bugs fixed:

* Fixed reading of non-ASCII filenames from new.txt
* Handle new.txt lines with blank mime and etag
* We now try fix up paths ending in .delayed when possible
* Fixed 'is a directory' exception on some crawls
* Handle filenames containing spaces when using --rewrite-links
  • Loading branch information
ato committed Apr 16, 2021
1 parent 3867b80 commit 7f1e474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>au.gov.nla</groupId>
<artifactId>httrack2warc</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 7f1e474

Please sign in to comment.