Update to urlscan-0.9.1
OBS-URL: https://build.opensuse.org/package/show/utilities/urlscan?expand=0&rev=12
This commit is contained in:
parent
7657073df9
commit
b158ff739c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ca880c048dca0b839c21d130845fbb7cc540cbdf670b65adcaad98125bbd579
|
||||
size 24338
|
3
urlscan-0.9.1.tar.gz
Normal file
3
urlscan-0.9.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d5c2537e1f05a3419d5dcac341c3d692d5c25a8549ab82a63b112af91ff332c
|
||||
size 28706
|
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 12 10:15:06 UTC 2018 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Update to version 0.9.1
|
||||
* Add incremental search feature. (#13)
|
||||
* Other misc bug fixes/enhancements (PR #74)
|
||||
* Fix crash when URL list not visible. Closes #68
|
||||
* Fix unescape bug. Closes #67
|
||||
* Bugfix in browser handling. Fixes #70
|
||||
* Fix crash caused by webbrowser module bug.
|
||||
* 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
|
||||
* Update minimum urwid version
|
||||
* Type number to jump to URL
|
||||
* Bugfix
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 12 10:02:50 UTC 2018 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: urlscan
|
||||
Version: 0.8.6
|
||||
Version: 0.9.1
|
||||
Release: 0
|
||||
Summary: An other URL extractor/viewer
|
||||
License: GPL-2.0-or-later
|
||||
@ -52,7 +52,8 @@ install -m 0644 %{S:1} %{buildroot}%{_defaultdocdir}/%{name}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README.rst COPYING
|
||||
%license COPYING
|
||||
%doc README.rst
|
||||
%{_bindir}/%{name}
|
||||
%{python_sitelib}/*
|
||||
%{_mandir}/man1/%{name}.1.gz
|
||||
|
Loading…
x
Reference in New Issue
Block a user