2020-03-08 17:51:54 by Thomas Klausner | Files touched by this commit (2833) |
Log message:
*: recursive bump for libffi
|
2020-01-03 15:55:27 by Leonardo Taccari | Files touched by this commit (2) |
Log message:
vimb: Update to 3.6.0
Changes:
3.6.0
=====
Added
-----
* `:cleardata [listOfDataTypes] [timeSpan]` command to clear various types of
stored website data modified in the last _timeSpan_.
* Setting `hint-match-element` to allow to disable the hinting to filter hints
by the elements text content. This is useful if 'hint-keys' are set the
chars instead of numbers.
* New autocmd event `LoadStarting` to run auto commands before the first page
content is loaded (Thanks to Patrick Steinhardt).
* Setting `geolocation` with values ('ask', 'always' and 'never') to allow the
user to permit or disable geolcation requests by default (Thanks to Alva).
* Setting `dark-mode` to switch the webview into dark mode, which might be
picked up by pages media query to setup dark styling (Thanks to Alva).
* Option `--cmd, -C` to run ex commands on startup.
Removed
-------
* `:clearcache` was removed in favor of more advanced `:cleardata` command.
The previous behaviour of `:clearcache` could be replaces by
`:cleardata memory-cache,disk-cache`.
|
2019-09-11 00:53:54 by Leonardo Taccari | Files touched by this commit (7) |
Log message:
*: recursive bump for webkit-gtk-2.26.0
|
2019-07-31 18:33:43 by Leonardo Taccari | Files touched by this commit (5) | |
Log message:
vimb: Update to 3.5.0
Changes:
3.5.0
=====
Vimb 3.5.0 is out now with following changes.
Added
-----
* Add external download command #543 #348.
* Added ephemeral mode by new option `--incognito` #562.
Changed
-------
* Hinting shows the current focused elements URI in the statusbar.
* Show error if printing with `:hardcopy` fails #564.
Fixed
-----
* Fixed compilation if source is not in a git repo (Thanks to Patrick Steinhardt).
* Fixed partial hidden hint labels on top of screen.
* Fix segfault on open in new tabe from context menu #556.
* Fix "... (null)" shown in title during url sanitization.
Removed
-------
* Setting `private-browsing` was removed in favor of `--incognito` option.
Thanks to the contributors for their work!
|
2019-07-22 00:26:08 by Thomas Klausner | Files touched by this commit (1256) |
Log message:
*: recursive bump for gdk-pixbuf2-2.38.1
|
2019-05-26 22:25:13 by Leonardo Taccari | Files touched by this commit (4) |
Log message:
vimb: Do not crash when opening a new tab via context menu
Backported from upstream commit 79c69ba194db0e4ddfb4ff985bc51c3b14ac8dd3.
PKGREVISION++
|
2019-04-03 02:33:20 by Ryo ONODERA | Files touched by this commit (748) |
Log message:
Recursive revbump from textproc/icu
|
2019-03-31 22:52:16 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
vimb: Update to 3.4.0
Changes:
3.4.0
=====
Added
-----
* Allow to show video in fullscreen, without statusbar and inputbox, if requested.
* Added option `--no-maximize` to no start with maximized window #483.
* New setting `prevent-newwindow` to enforce opening links into same window
even if they are crafted by `target="_blank"` or using \
`window.open(...)` #544.
Changed
-------
* Increased min required webkit version to 2.20.x.
* Use man page date instead of build date to make reproducible builds.
* URLs shown on statusbar and title are now shown as punicode if they contain
homographs.
Fixed
-----
* Fix out-of-bounds buffer access in parse_command (Thanks to Sören Tempel) #529.
* Fixed none shown hint labels by Content-Security-Policy headers #531.
* Fixed segfault on JavaScript `window.close()` call #537.
* Fixed no char inserted in input mode after timeout and imap/inoremap
candidate #546.
|
2019-01-26 12:27:51 by Leonardo Taccari | Files touched by this commit (1) | |
Log message:
vimb: Reintroduce SunOS build fixes accidentally lost in vimb 3.x update
From wip/vimb2, should hopefully fix build on SunOS.
PKGREVISION++
|
2018-12-09 19:52:52 by Adam Ciarcinski | Files touched by this commit (724) |
Log message:
revbump after updating textproc/icu
|