Releases: firecat53/urlscan
Releases · firecat53/urlscan
1.0.6
1.0.4
- Github action update to release to pypi and github on tag push and release to testpypi on commit.
- Keybindings for page up/down
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