summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-20Update changeloggm-improvementsFlorian Bruhin
2021-09-20Allow all types in GM_setValueFlorian Bruhin
While https://wiki.greasespot.net/GM.setValue still says: > Strings, booleans, and integers are currently the only allowed data types. https://sourceforge.net/p/greasemonkey/wiki/GM_setValue/ claims: > Prior to version 3.2 simple data objects, such as JSON, were not allowed. And there seem to be scripts actually using those, e.g.: https://greasyfork.org/en/scripts/394820-mouseover-popup-image-viewer
2021-09-20Add GM_setClipboardFlorian Bruhin
Based on the Greasemonkey implementation: https://github.com/greasemonkey/greasemonkey/blob/4.11/src/bg/api-provider-source.js#L232-L249 Needed by e.g. this script to work at all: https://greasyfork.org/en/scripts/394820-mouseover-popup-image-viewer
2021-09-20Revert "requirements: Use older pluggy"Florian Bruhin
This reverts commit 41febf947555ce2e91790c8dc1e4f4c222b00952. diff_cover now requires pluggy >=1.0.0.
2021-09-13Merge pull request #6682 from qutebrowser/update-dependenciesFlorian Bruhin
Update dependencies
2021-09-13Update dependenciesqutebrowser bot
2021-09-13scripts: Clean up pylint build filesFlorian Bruhin
2021-09-13requirements: Test --use-feature=in-tree-buildFlorian Bruhin
2021-09-13requirements: Use older pluggyFlorian Bruhin
See https://github.com/Bachmann1234/diff_cover/issues/249
2021-09-12Update docsFlorian Bruhin
2021-09-12Update changelogFlorian Bruhin
2021-09-10Try to fix :tab-clone --private testNicholas Boyd Isacsson
2021-09-10Update doc for tab-clone's --private flagNicholas Boyd Isacsson
Co-authored-by: Florian Bruhin <me@the-compiler.org>
2021-09-10Update test cases for :tab-clone --privateNicholas Boyd Isacsson
2021-09-10Add --private flag to :tab-cloneNicholas Boyd Isacsson
2021-09-08Fix lintFlorian Bruhin
2021-09-08Improve docs for URL patternsFlorian Bruhin
Closes #6454, see #5069
2021-09-08tests: Skip problematic parts of test_system_default_renderingFlorian Bruhin
2021-09-08doc: Add wyeb to alternativesFlorian Bruhin
2021-09-06Regenerate cheatsheet PNGsFlorian Bruhin
Follow-up for 7961cf73553847ea265a388b736fffac77dae66a
2021-09-06Bind Shift-Escape in insert modeFlorian Bruhin
2021-09-04Fix paths for scripts/dev/gen_resources.pyFlorian Bruhin
2021-08-30Merge pull request #6661 from qutebrowser/update-dependenciesFlorian Bruhin
Update dependencies
2021-08-30Update dependenciesqutebrowser bot
2021-08-25Remove unused var/importFlorian Bruhin
2021-08-25Move download origin handling to DownloadItemFlorian Bruhin
2021-08-25Prevent mixed content downloading by defaultFlorian Bruhin
https://blog.chromium.org/2020/02/protecting-users-from-insecure.html https://therecord.media/firefox-follows-chrome-and-prepares-to-block-insecure-downloads/
2021-08-23Merge pull request #6650 from qutebrowser/update-dependenciesFlorian Bruhin
Update dependencies
2021-08-23Update dependenciesqutebrowser bot
2021-08-21Update changelogFlorian Bruhin
2021-08-21Merge remote-tracking branch 'origin/pr/6633'Florian Bruhin
2021-08-21Merge remote-tracking branch 'origin/pr/6634'Florian Bruhin
2021-08-21Don't try to hide deleted systray iconFlorian Bruhin
2021-08-20Merge pull request #6646 from qutebrowser/doc-updateFlorian Bruhin
Update CONTRIBUTING.asciidoc
2021-08-20Update CONTRIBUTING.asciidocarza
2021-08-18Optionally provide unfiltered selection of secretsAndré Keller
Add an option to show all secrets, whether they match the current url or not.
2021-08-17Update changelogFlorian Bruhin
2021-08-17Further simplify rapid hint target checkFlorian Bruhin
2021-08-17Clean up target list for hintingFlorian Bruhin
2021-08-16Merge pull request #6639 from qutebrowser/update-dependenciesFlorian Bruhin
Update dependencies
2021-08-16Update dependenciesqutebrowser bot
2021-08-10Clarify referer docsFlorian Bruhin
Closes #6640
2021-08-03doc: Clarify opening search termsFlorian Bruhin
2021-08-03Optionally ask for confirmation before inserting a passwordAndré Keller
The default behaviour of qute-pass userscript will insert a password automatically if there is only a single candidate found. This option will force the selection prompt (i.e. dmenu) to show regardless of how many password candidates are found.
2021-08-02Update changelogFlorian Bruhin
2021-08-02Merge remote-tracking branch 'origin/pr/6629'Florian Bruhin
2021-08-02Merge pull request #6630 from qutebrowser/update-dependenciesFlorian Bruhin
Update dependencies
2021-08-02Update dependenciesqutebrowser bot
2021-08-02Add support for overrideMimeType in Greasemonkey scriptsjcromero
2021-08-01opengl-info: Rename to opengl_infoFlorian Bruhin