Changelog for
vimb-3.7.0+git20240108.dd7c3a6-5.7.x86_64.rpm :
* Mon Jan 08 2024 scott.bradnickAATTsuse.com- Update to version 3.7.0+git20240108.dd7c3a6:
* Check return value of ext_proxy_eval_script_sync.
* Fix broken link for Arch Linux package in README.md
* Wed Dec 20 2023 scott.bradnickAATTsuse.com- Update to version 3.7.0+git20231205.3827b92:
* Fix typo
* Change :autocmd! behavior to match documentation
* Prevent use-after-free
* Escape special keys in mappings using backslash
* Document how the config file works.
* Mon Jun 26 2023 scott.bradnickAATTsuse.com- Update to version 3.7.0+git20230626.e7140eb:
* Update CHANGELOG.md
* Tue Jun 20 2023 scott.bradnickAATTsuse.com- Update to version 3.7.0+git20230620.e442041:
* Update version in Makefile
* Tue Jun 20 2023 scott.bradnickAATTsuse.com- Update to version 3.7.0+git20230619.7864d00:
* Released version 3.7.0.
* Remove unused variable.
* Update Changelog.
* Fri May 19 2023 scott.bradnickAATTsuse.com- Update to version 3.6.0+git20230509.087bf7a:
* Fix typo
* Prevent use-after-free
* Update default user-agent to WebKitGTK 2.40.0 default
* Add link to Fedora package
* Enable installation of metainfo.xml file
* Add directory for metainfo.xml file
* Create vimb.metainfo.xml
* Update autocmd.c
* Update ascii.h
* Add global marks
* Tue Feb 21 2023 scott.bradnickAATTsuse.com- Update to version 3.6.0+git20230105.66d9da4:
* Fix possible wrong dimension use for scrolling #723.
* config.mk: link against webkit-gtk 4.1
* global: Convert use of `SoupURI` to use `GUri`
* js.c: Remove unused function
* util.c: Convert deprecated use of JSValueRef
* main: fix compilation with FEATURE_NO_XEMBED
* Sun Nov 06 2022 scott.bradnickAATTsuse.com- Update to version 3.6.0+git20221005.c7dfc84:
* Improve certain default settings
* Allow bookmark parsing for reading queue
* README.md: update Gentoo overlays: remove hsoft, add jjakob
* Set z-index on hint container to max value
* Add hints for
elements
* Set ssl policy on website data manager.
* Add version check around ITP option
* Add option for WebKit Intelligent Tracking Prevention
* Adapt man page to slightly changed real status bar settings used.
* add ability to map PgUp & PgDown
* a better fix for scroll percentage
* change scroll_percent from guint to guint16
* Thu Oct 07 2021 Bjørn Lie - Switch to pkgconfig style BuildRequires, ensure we pull in what the package really needs (fixes build in current Factory).
* Fri Jan 03 2020 Michael Vetter - Update to 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.