From c6f9549ca3becc4280b8ff280b3b09d108a517a2 Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 30 Aug 2024 12:25:45 +1200 Subject: [PATCH] Updated release notes --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 130aa5c..aa11e4c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Webarchiver allows you to create Safari .webarchive files from the command line. $./webarchiver - webarchiver 0.9 + webarchiver 0.12 Usage: webarchiver -url URL [-js JAVASCRIPT] -output FILE Example: webarchiver -url https://www.google.com -output google.webarchive -url http:// or path to local file @@ -29,6 +29,10 @@ The easiest way to install webarchiver is by using HomeBrew or MacPorts. ## Release notes +Version 0.12 : Updated help output + +Version 0.11 : Added LICENSE and clarified license file as required by [homebrew](https://github.com/Homebrew/homebrew-core) + Version 0.10 : Added the ability to execute custom javascript on page load. Thanks [Viktor Szakats](https://github.com/vszakats) Version 0.9 : Removed man page template. Updated Version number in code. Thanks [Kurt Hindenburg][]