Skip to content

Releases: firecat53/urlscan

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

0.9.3

29 May 18:07
0.9.3
Compare
Choose a tag to compare
  • Cycle through opening links with webbrowser module, xdg-open or --run argument
  • Add option to copy to primary selection or clipboard. Fix #87
  • Generate new config file using command line switch instead of keybinding
  • Allow remapping a key to open url in addition to space and enter
  • Show help menu with F1 and show dynamic keybindings
  • Allow editing key bindings in config.json. Fix #72.

v0.9.2

21 Jan 23:14
0.9.2
Compare
Choose a tag to compare
  • Add shortcut to copy URL to clipboard (primary).
  • Add option to pipe URL into external command.

0.9.1

30 Nov 23:17
0.9.1
Compare
Choose a tag to compare
  • Add incremental search feature. (#13)
  • Other misc bug fixes/enhancements (PR #74)

Version 0.9.0

18 Aug 19:55
0.9.0
Compare
Choose a tag to compare
  • Fix crash when URL list not visible. Closes #68
  • Fix unescape bug. Closes #67
  • Bugfix in browser handling. Fixes #70

0.8.9

10 Aug 18:12
0.8.9
Compare
Choose a tag to compare
  • Fix crash caused by webbrowser module bug.

Version 0.8.8

04 Aug 17:06
0.8.8
Compare
Choose a tag to compare
  • PEP8 fixes/modifications
  • Update tld list
  • Fix up arrow bug. Closes #66
  • Add optional config file for editing/adding palettes.
  • Simplify palette variable to only used values. Cycle through available palettes
  • Merge branch 'runtime_palette_switch' of https://github.com/machinedgod/urlscan into machinedgod-runtime_palette_switch
  • Fix crash when BROWSER not set. Closes #60, Fixes #63
  • Don't handle mouse events. Fixes #65.
  • Hitting 'b' key now switches palettes
  • Allow https URLs for images
  • Add #51. Execute arbitrary expression for URL in place of opening browser.
  • More fixes for #48. Refresh screen after text browser use
  • Fix #49. Deduplication display issue.
  • Fix #50. Detect and add ability to remove escape char \ from URLs.
  • Fix #48. Prevent loading thread from affecting screen when using
  • terminal browsers.
  • Add g/G as top/bottom keyboard shortcuts. Fix #47

0.8.7

01 Mar 21:16
0.8.7
Compare
Choose a tag to compare
  • Update minimum urwid version
  • Type number to jump to URL
  • Bugfix