Skip to content

Releases: thebeanogamer/hstsparser

Chrome STS File v2 Support

10 Jun 13:47
489dcc1
Compare
Choose a tag to compare

This release adds support for Chrome STS File v2 (added in chromium/chromium@911e448). hstsparser will automatically figure out what version of the file has been used and parse it appropriately. This doesn't grant any additional information, it's the same data in a slightly easier to parse format.

Full Changelog: 1.1.9...1.2.0

Fix Review Feedback for Fedora

03 Jun 23:17
d7b31cc
Compare
Choose a tag to compare

This release includes a variety of small quality-of-life changes to help with this package's acceptance into Fedora (https://bugzilla.redhat.com/show_bug.cgi?id=2210561).

Full Changelog: 1.1.8...1.1.9

Fedora COPR Support

27 May 00:20
914abaa
Compare
Choose a tag to compare

HSTS Parser is now available from Fedora COPR! This means you can install HSTS Parser on any Fedora 38+ system using dnf.

We also have a man page now, which is auto-generated based on the help text.

Full Changelog: 1.1.6...1.1.8

Migrate Table Library

21 May 01:26
9e4d545
Compare
Choose a tag to compare

Migrate from the unmaintained PTable to prettytable. Updates are nice, but has been done primarily because prettytable is packaged by Fedora.

Full Changelog: 1.1.5...1.1.6

Update Dependancies and Rework CI

21 May 01:17
bdd85ae
Compare
Choose a tag to compare

Nothing user-facing has changed in this release, however the actual deployment pipeline creating the release has been redesigned.

Additionally, any dependencies with known vulnerabilities have been updated. However, this only impacts development dependencies.

Full Changelog: v1.1.4...1.1.5

Add PyPi support

18 Jan 15:07
7ac6abe
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

Add CSV argument to readme

18 Jan 12:41
b1cb65c
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

Catch long datetime exceptions

13 Jan 23:13
e07a67e
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

Update Dependencies

12 Jan 02:05
f6852a1
Compare
Choose a tag to compare

Changes:

  • f6852a1 Migrate pipeline (#14)
  • 0a08401 Add type hints and docstrings (#13)
  • a6bec97 Bump dodgy from 0.1.9 to 0.2.1 (#9)
  • bdb50b3 Bump flake8-tidy-imports from 3.1.0 to 4.0.0 (#12)
  • 74a1d5b Bump flake8-bugbear from 20.1.0 to 20.1.2 (#11)
  • 14c8fd2 Merge pull request #10 from thebeanogamer/dependabot/pip/flake8-bugbear-20.1.0
  • 905b5de Bump flake8-bugbear from 19.8.0 to 20.1.0
  • 0e4606c Update requirements-ci.txt
  • 982b8ce Merge pull request #8 from thebeanogamer/dependabot/pip/flake8-tidy-imports-3.1.0
  • 0a504ab Bump flake8-tidy-imports from 3.0.0 to 3.1.0

This list of changes was auto generated.

Now with CSV support!

16 Nov 22:47
Compare
Choose a tag to compare

Changes:

  • 6a58abb Add CSV Support
  • 6b3565e Merge pull request #7 from thebeanogamer/dependabot/pip/flake8-bandit-2.1.2
  • f8b3d26 Bump flake8-bandit from 1.0.2 to 2.1.2
  • 443ddb1 Merge pull request #6 from thebeanogamer/dependabot/pip/flake8-import-order-0.18.1
  • 105ab8d Bump flake8-import-order from 0.18 to 0.18.1
  • 1ed584f Merge pull request #5 from thebeanogamer/dependabot/pip/safety-1.8.5
  • 87c88a6 Bump safety from 1.8.4 to 1.8.5
  • 6fbca1a Merge pull request #4 from thebeanogamer/dependabot/pip/flake8-bugbear-19.8.0
  • 1b84f01 Bump flake8-bugbear from 18.8.0 to 19.8.0
  • e4c652d Merge pull request #3 from thebeanogamer/dependabot/pip/flake8-tidy-imports-3.0.0
See More
  • d1a8a25 Bump flake8-tidy-imports from 1.1.0 to 3.0.0
  • bf86a3c Merge pull request #2 from thebeanogamer/dependabot/pip/flake8-3.7.9
  • f1d4d00 Bump flake8 from 3.6.0 to 3.7.9
  • f4f8e70 Encoding is a mess
  • ae86b71 Re-add license badge
  • 2d08859 Remove License Badge
  • 6125faf Add link to releases

This list of changes was auto generated.