Skip to content

Releases: firecat53/urlscan

1.0.2

29 Apr 17:31
1.0.2
8143a0e
Compare
Choose a tag to compare
  • 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 (as GPL-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

24 Jul 16:08
1.0.1
Compare
Choose a tag to compare
  • Add man page to package

1.0.0

01 Jun 18:38
1.0.0
0048524
Compare
Choose a tag to compare
  • Fix search with -c flag. Fixes #131.
  • Add support for IPv6 URLs. Closes #127
  • Mark items in url queue with a *
  • Add version flag
  • Update to pyproject.toml/hatch for builds

0.9.10

03 Aug 22:37
0.9.10
8d34065
Compare
Choose a tag to compare
  • Add "*" to allowed URL characters. Fix #125
  • Strip whitespace from URLs. Fixes #124
  • Redo redirection of sterr/stdout. Fix #122

0.9.9

29 Jan 04:40
39dd049
Compare
Choose a tag to compare
  • Bugfix in f-string
  • Updated setup.py after tagging previous version

0.9.8: Internal updates

20 Dec 20:23
71afc30
Compare
Choose a tag to compare
  • 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

06 Oct 18:16
0.9.7
b0d65e5
Compare
Choose a tag to compare
  • 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

23 Mar 05:07
0.9.6
450b401
Compare
Choose a tag to compare
  • 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

0.9.5

09 Jul 17:35
0.9.5
Compare
Choose a tag to compare
  • Change shebang to specifically call python3
  • Add --width flag to change displayed width. Closes #92.
  • Update tlds and copyright dates
  • Remove workaround for fixed python webbrowser bug (#94)
  • Add -R option to reverse URL/context output. Closes #90
  • Add --single option to quit after opening/copying first link. Closes #95
  • Support wl-clipboard. Resolve #88.

0.9.4

30 Aug 21:43
0.9.4
Compare
Choose a tag to compare
  • Remove Python 2 compatibility