This repository was archived by the owner on Sep 24, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ Unreleased ]
7+ ## [ 0.3.2 ] - 2021-09-26
88### Added
99* The module version number in ` webarchive.__version__ ` .
1010* Initial support for command-line arguments in ` extractor-gui.py ` .
@@ -92,7 +92,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9292### Added
9393* Initial public release.
9494
95- [ Unreleased ] : https://github.com/bmjcode/pywebarchive/compare/v0.3.1...HEAD
95+ [ Unreleased ] : https://github.com/bmjcode/pywebarchive/compare/v0.3.2...HEAD
96+ [ 0.3.2 ] : https://github.com/bmjcode/pywebarchive/compare/v0.3.1...v0.3.2
9697[ 0.3.1 ] : https://github.com/bmjcode/pywebarchive/compare/v0.3.0...v0.3.1
9798[ 0.3.0 ] : https://github.com/bmjcode/pywebarchive/compare/v0.2.4...v0.3.0
9899[ 0.2.4 ] : https://github.com/bmjcode/pywebarchive/compare/v0.2.3...v0.2.4
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ Webarchive Extractor converts webarchives to standard HTML documents. It allows
1212### Downloads
1313File | Size | Description
1414---- | ---- | -----------
15- [ Webarchive.Extractor.exe] ( https://github.com/bmjcode/pywebarchive/releases/download/v0.3.1 /Webarchive.Extractor.exe ) | 7.3 MB | Windows (32-bit, standalone)
16- [ Webarchive.Extractor.x64.exe] ( https://github.com/bmjcode/pywebarchive/releases/download/v0.3.1 /Webarchive.Extractor.x64.exe ) | 8.1 MB | Windows (64-bit, standalone)
17- [ pywebarchive-0.3.1 .zip] ( https://github.com/bmjcode/pywebarchive/archive/refs/tags/v0.3.1 .zip ) | | source code (zip)
18- [ pywebarchive-0.3.1 .tar.gz] ( https://github.com/bmjcode/pywebarchive/archive/refs/tags/v0.3.1 .tar.gz ) | | source code (tar.gz)
15+ [ Webarchive.Extractor.exe] ( https://github.com/bmjcode/pywebarchive/releases/download/v0.3.2 /Webarchive.Extractor.exe ) | 7.4 MB | Windows (32-bit, standalone)
16+ [ Webarchive.Extractor.x64.exe] ( https://github.com/bmjcode/pywebarchive/releases/download/v0.3.2 /Webarchive.Extractor.x64.exe ) | 8.1 MB | Windows (64-bit, standalone)
17+ [ pywebarchive-0.3.2 .zip] ( https://github.com/bmjcode/pywebarchive/archive/refs/tags/v0.3.2 .zip ) | | source code (zip)
18+ [ pywebarchive-0.3.2 .tar.gz] ( https://github.com/bmjcode/pywebarchive/archive/refs/tags/v0.3.2 .tar.gz ) | | source code (tar.gz)
1919
2020### Notes
2121The Windows version runs on Windows 7 and higher. It is a standalone executable -- no installation required.
Original file line number Diff line number Diff line change 2424from .webresource import WebResource
2525from .exceptions import WebArchiveError
2626
27- __version__ = "0.3.1 "
27+ __version__ = "0.3.2 "
2828
2929__all__ = ["__version__" ,
3030 "WebArchive" , "WebResource" , "WebArchiveError" ]
You can’t perform that action at this time.
0 commit comments