Skip to content

Releases: msufa/tracking-id-injector

Upgrade dependencies and remove workarounds

24 Oct 16:14
17c4998
Compare
Choose a tag to compare

The old version of beautifulsoup4 was too eager to close stray tags
and a workaround was needed to ensure that embed tags fork correctly.
This is no longer an issue with the latest release.

Remove stray tags added by BeautifulSoup

20 Dec 16:40
Compare
Choose a tag to compare

BeautifulSoup's parser is sometimes to eager to close tags, which produces output like
<embed></embed>, which some HTML validators fail to accept. This release removes
the stray tags if found.

Fix for unicode encoding of the output file

12 Dec 16:59
Compare
Choose a tag to compare

First major release

11 Dec 01:47
Compare
Choose a tag to compare

The code is now properly structured, installable via setuptools, with proper tests and CI.

Initial release

09 Dec 15:49
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

First version of the script.