summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-27Merge pull request #6711 from mhmdanas/fix-minor-mistakesFlorian Bruhin
Fix a couple of minor mistakes
2021-09-27Fix a couple of minor mistakesmhmdanas
2021-09-27Merge pull request #6706 from qutebrowser/update-dependenciesFlorian Bruhin
Update dependencies
2021-09-27Update dependenciesqutebrowser bot
2021-09-26Update changelogFlorian Bruhin
(partially cherry picked from commit 957c8bc3125dff1698f7de6163c115f221e600cf)
2021-09-26Add 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 (cherry picked from commit 1bea82698153ba3e20529e010bc3f254b9904231)
2021-09-24Update Nyxt description in READMEFlorian Bruhin
Closes #6705
2021-09-20Merge pull request #6697 from qutebrowser/update-dependenciesFlorian Bruhin
Update dependencies
2021-09-20Update dependenciesqutebrowser bot
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.