Added
* Added command :userscripts-reload to reload lua scripts.
* The tabgroup plugin is now included in luakit (:tabmenu).
* Allow configuration of shortcuts that should be passed through (#921).
* Added scalable SVG desktop icon version.
Changed
* Allow functions to be bound to more than one key (#913).
Fixed
* No more gdk_keymap_get_default() compiler warning.
* Fixed an issue where links were hinted, but then could not be followed.
* Fixed the paging on the the bookmarks page.
* Fixed build on Solaris.
* Fixed relocation errors on Sparc64.
* Fixed proxymenu to show default entries when proxymenu file is not present.
* The command mode cursor is now drawn in the user-specified foreground color.
OK rsadowski@
The ring-v0.16.20 crate (latest) only builds on a handful of archs.
Work seems to be ongoing upstream to add support for more architectures.
ok semarie@
cc >= 1.0.73 (latest) and libc >= 0.2.113 (latest is 0.2.232) are needed
for powerpc64 and riscv64 support. semarie@ will take care of the
lang/rust bits.
Help from semarie@, powerpc64 tests by gkoehler@, ok semarie@
see https://www.mozilla.org/en-US/firefox/104.0/releasenotes/
fixes https://www.mozilla.org/en-US/security/advisories/mfsa2022-33/
- enable LTO (link-time-optimization) & PGO (profile-guided-optimization),
link time is much longer but the resulting binaries gives between 7%
and 10% speed improvements in various browserbench.org tests.
- the next step is being able to generate our own profiling data
natively, but even after hacking lld to stop discarding some profiling
sections, so far our llvm tooling only generates invalid data. wip
tracked in #1782340, help welcome.
- remove patch from #1696958, the fix from #1697721 seems to have fixed
the underlying issue (missing ~/Downloads wasnt created due to unveil)
Changes:
* Code cleanups: unused code and refactored the code for reading read items
from a plain-text URL file list.
* Fix typos in the code and documentation.
* Improve clarity of some code comments.
* Add setsid example to the README.
files were dropped (mostly entry_points.txt) or .egg-info files changed
to directories. Small patches were needed where some other build systems
were calling Python tools to install due to changes in setuptools.
Messy patching needed for games/0ad which bundles a spidermonkey tar of
a specific version and patches it using files in its own distribution.
Been through a bulk on i386, plus I tested a few things separately on
amd64 where fallout from the recent qscintilla update has broken some ports
on !LP64 which was blocking them on i386.
OpenSearch Dashboards is the default visualization tool for data in
OpenSearch. It also serves as a user interface for many of the
OpenSearch plugins, including security, alerting, Index State
Management, SQL, and more.
joint work with pkv@, thanks a lot!!
- py-qscintilla to 2.13.3
- py-qt-builder to 1.13.0
- py-qt5 to 5.15.7
- py-qtawesome to 1.1.1
- py-qtpy to 2.1.0
- py-qtwebengine to 5.15.6
- py-sip to 6.6.2
- py-sip-qt5 to 12.11.0
- qscintilla to 2.13.3
Feedback and OK caspar@, ok landry@