Releases: firecat53/urlscan
Releases · firecat53/urlscan
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
0.9.5
- 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
0.9.3
- 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
0.9.1
Version 0.9.0
0.8.9
Version 0.8.8
- 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