summaryrefslogtreecommitdiff
path: root/urlscan
Commit message (Expand)AuthorAge
* New upstream version 0.9.9Marcin Kulisz2022-06-03
* New upstream version 0.9.5Marcin Kulisz2020-07-26
* Remove python2 compatibilityScott Hansen2019-08-30
* Cycle through opening links with webbrowser module, xdg-open or --run argumentScott Hansen2019-05-28
* Add option to copy to primary selection or clipboard. Fix #87Scott Hansen2019-04-04
* Generate new config file using command line switch instead of keybindingScott Hansen2019-04-04
* Pylint fixScott Hansen2019-02-25
* Fix #81 (bug after empty search)Scott Hansen2019-02-15
* Update TLD list and added the URL to the READMEScott Hansen2019-02-15
* Allow remapping a key to open url in addition to space and enterScott Hansen2019-02-10
* Show help menu with F1 and show dynamic keybindingsScott Hansen2019-02-09
* Allow editing key bindings in config.json. Fix #72.Scott Hansen2019-02-09
* Refactor key handling to use methods and a dictionary lookupScott Hansen2019-02-07
* Allow help menu to be hidden. Fix #80Scott Hansen2019-02-07
* Version 0.9.2Scott Hansen2019-01-21
* Add shortcut to copy URL to clipboard. Closes #78Scott Hansen2019-01-21
* Simplify some if True/False checksScott Hansen2019-01-21
* Add option to pipe URL into external command. Closes #77.Arvedui2019-01-15
* Add search highlightingScott Hansen2018-11-30
* Add incremental case-insensitive search. Closes #13Scott Hansen2018-11-27
* Consider 7bit a raw content-transfer-encoding as wellTruls Asheim2018-10-23
* TypoTruls Asheim2018-10-23
* Improved handling of multipart messages using 8bit content-xfer-encTruls Asheim2018-10-23
* Be tolerant towards stray end tagsTruls Asheim2018-10-23
* Fix crash when URL list not visible. Closes #68Scott Hansen2018-08-18
* Fix unescape bug. Closes #67Scott Hansen2018-08-18
* Bugfix in browser handling. Fixes #70Scott Hansen2018-08-18
* Workaround webbrowser module bug. Fixes #69Scott Hansen2018-08-10
* Ignore text inside <style>/<script> in HTMLMarius Gedminas2018-08-06
* PEP8 fixes/modificationsScott Hansen2018-08-04
* Update tld listScott Hansen2018-07-30
* Fix up arrow bug. Closes #66Scott Hansen2018-07-30
* Add optional config file for editing/adding palettes.Scott Hansen2018-07-29
* Simplify palette variable to only used values. Cycle through available palettesScott Hansen2018-07-28
* Merge branch 'runtime_palette_switch' of https://github.com/machinedgod/urlsc...Scott Hansen2018-07-26
|\
| * Hitting 'b' key now switches palettesJohn Z2018-05-25
* | Fix crash when BROWSER not set. Closes #60, Fixes #63Scott Hansen2018-07-26
* | Don't handle mouse events. Fixes #65.Scott Hansen2018-07-26
* | Revert "Filter out mouse click events to prevent a crash"Scott Hansen2018-07-26
* | Filter out mouse click events to prevent a crashScott Hansen2018-07-26
* | Allow https URLs for imagesMarius Gedminas2018-05-22
* | Remove unused codeScott Hansen2018-05-22
* | Add #51. Execute arbitrary expression for URL in place of opening browser.Scott Hansen2018-05-22
* | More fixes for #48. Refresh screen after text browser useScott Hansen2018-05-22
* | Fix #49. Deduplication display issue.Scott Hansen2018-05-22
* | Fix #50. Detect and add ability to remove escape char \ from URLs.Scott Hansen2018-05-22
* | Fix #48. Prevent loading thread from affecting screen when usingScott Hansen2018-04-15
|/
* Add g/G as top/bottom keyboard shortcuts. Fix #47Scott Hansen2018-04-12
* Update minimum urwid version, README and version numberScott Hansen2018-03-01
* Type number to jump to URL. Fixes #42Scott Hansen2017-11-08