Skip to content

Releases: firecat53/urlscan

1.0.8

25 Jan 18:14
1.0.8
de9fd27

Choose a tag to compare

* Update flake.lock and tld list
* Fix macOS piping error by forcing urwid to use selectors.SelectSelector

1.0.7

18 May 00:20
1.0.7
44c0151

Choose a tag to compare

1.0.7

  • Update TLD list
  • Add urwid extended color support. Fixes #154
  • Update flake.lock and add .envrc and .direnv/ to gitignore
  • Use python3 instead of python312 in flake.nix

1.0.6

22 Nov 18:26
1.0.6
90dfe44

Choose a tag to compare

* Bugfix in GitHub Action

1.0.4

18 Nov 18:47
1.0.4
16a20aa

Choose a tag to compare

  • 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

16 Jul 14:48
1.0.3

Choose a tag to compare

  • fix: clipboard in macos
  • Feature suggestion: Jump directly to next/previous URL (#151)
  • Add fallback-version to pyproject.toml
  • Fix flake python version

1.0.2

29 Apr 17:31
1.0.2
8143a0e

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

Choose a tag to compare

  • Add man page to package

1.0.0

01 Jun 18:38
1.0.0
0048524

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

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

Choose a tag to compare

  • Bugfix in f-string
  • Updated setup.py after tagging previous version