Releases: firecat53/urlscan
Releases · firecat53/urlscan
1.0.4
1.0.3
1.0.2
- Add flake.nix to the project
- docs: add build badge
- feat: add Github Actions build
- Correct escaped pipe character in urlscan.1
- license: use
GPL-2.0-or-later
(asGPL-2.0
is deprecated spdx id) - fix: patch invalid escape sequence in regex argument help text to support py3.12
- read me update - neomutt term color compatability
- Fix for newer urwid versions
1.0.1
1.0.0
0.9.10
0.9.9
0.9.8: Internal updates
- Update TLD list
- Merge branch 'multi-select' into develop
- Fix #118, crash on navigating to non-existant line
- Pylint fixes
- Move to subprocess run instead of call and Popen
- Switch to f-strings
0.9.7
- User-option -W --whitespace-off: remove blank lines and ellipses
- Update documentation for feature --whitespace-off
- Correct regex example in urlscan.1
- Sort and align docstrings
- Merge branch 'palette' into develop
- Fix for #115
- Revert "Hopefully fix #105. Escapes every "&" in the URL". Fixes #107
- Update packaging and setup to current best practices
v0.9.6
- Python 3.6+ required
- Convert to newer email.message.EmailMessage format for processing. Closes #98
- Hopefully fix #105. Escapes every "&" in the URL
- Attempt --run-safe implementation
- Fixes #106
- Scan a selection of email headers for URLs. Closes #97.
- Add option for custom regex. Closes #79.
- Allow $ as an acceptable trailing character
- Fix urwid reverse error. Thanks to @pavoljuhas. Closes #99