Accepting request 344625 from home:DarkSS
- Updated to 0.2.0: * New features: + Added support for back/forward mouse buttons (#334), + Tabs can be closed with a middle click, + Ctrl/Shift+click or middle click on a link opens it in a new tab (#403), + Implemented selective docset update and removal, + Added show and hide entries to the AppIndicator menu, + Now Zeal checks for updates on startup, + New dependency on X11 platforms: QtX11Extras; * Improvements: + Improved search performance by utilizing database indexes, + Previously selected tab becomes active when the current tab closes, + Download error message box now provides a retry option, + Improved search result list rendering performance (#211), + Improved global shortcut support on XCB platforms; * Fixed issues: + Drastically reduced memory consumption during docset download (#362, #394), + Fixed in-page search not hiding on Escape (#129), + Fixed AppIndicator support (#321), + Fixed minimize to tray (#325), + Fixed broken page navigation for ZDash docsets (#328), + Fixed wrong tab being closed on Ctrl+W (#329, #402), + Fixed ignored mouse clicks in search edit (#330), + Fixed search result sorting order (#407), + Fixed problem with missing keywords when parsing dash-plugin URI (#411), + Fixed global shortcut resets (#413), OBS-URL: https://build.opensuse.org/request/show/344625 OBS-URL: https://build.opensuse.org/package/show/devel:tools/zeal?expand=0&rev=7
This commit is contained in:
parent
adf523c6a4
commit
cc79fbf2ba
3
v0.2.0.tar.gz
Normal file
3
v0.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a27dcdd94324575eb43a9f67aeea93b4b912691ab6df6e575d51ef104679e084
|
||||
size 914934
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b96f21d608755990876ac613eb3037624a37f82c2da9557103281106e956b9ca
|
||||
size 530728
|
35
zeal.changes
35
zeal.changes
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 15 19:06:37 UTC 2015 - dap.darkness@gmail.com
|
||||
|
||||
- Updated to 0.2.0:
|
||||
* New features:
|
||||
+ Added support for back/forward mouse buttons (#334),
|
||||
+ Tabs can be closed with a middle click,
|
||||
+ Ctrl/Shift+click or middle click on a link
|
||||
opens it in a new tab (#403),
|
||||
+ Implemented selective docset update and removal,
|
||||
+ Added show and hide entries to the AppIndicator menu,
|
||||
+ Now Zeal checks for updates on startup,
|
||||
+ New dependency on X11 platforms: QtX11Extras;
|
||||
* Improvements:
|
||||
+ Improved search performance by utilizing database indexes,
|
||||
+ Previously selected tab becomes active
|
||||
when the current tab closes,
|
||||
+ Download error message box now provides a retry option,
|
||||
+ Improved search result list rendering performance (#211),
|
||||
+ Improved global shortcut support on XCB platforms;
|
||||
* Fixed issues:
|
||||
+ Drastically reduced memory consumption
|
||||
during docset download (#362, #394),
|
||||
+ Fixed in-page search not hiding on Escape (#129),
|
||||
+ Fixed AppIndicator support (#321),
|
||||
+ Fixed minimize to tray (#325),
|
||||
+ Fixed broken page navigation for ZDash docsets (#328),
|
||||
+ Fixed wrong tab being closed on Ctrl+W (#329, #402),
|
||||
+ Fixed ignored mouse clicks in search edit (#330),
|
||||
+ Fixed search result sorting order (#407),
|
||||
+ Fixed problem with missing keywords
|
||||
when parsing dash-plugin URI (#411),
|
||||
+ Fixed global shortcut resets (#413),
|
||||
+ Fixed crash on docset removal (#420).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 18:08:11 UTC 2015 - dap.darkness@gmail.com
|
||||
|
||||
|
@ -18,12 +18,12 @@
|
||||
|
||||
Name: zeal
|
||||
Summary: Offline API documentation browser
|
||||
Version: 0.1.1+git117
|
||||
Version: 0.2.0
|
||||
Release: 0
|
||||
License: GPL-3.0
|
||||
URL: http://zealdocs.org
|
||||
Group: Development/Tools/Other
|
||||
Source0: zeal-%{version}.tar.xz
|
||||
Source0: https://github.com/zealdocs/zeal/archive/v%{version}.tar.gz
|
||||
# PATCH-FIX-OPENSUSE vs. file-contains-current-date WARNING:
|
||||
Patch0: zeal-no-date-and-time.diff
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user