summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2021-03-12Release v2.1.0v2.1.0Florian Bruhin
2021-03-12Set hint label text format explicitlyFlorian Bruhin
Fixes #6267
2021-03-12Add site-specific quirk for Wikipedia in dark modeFlorian Bruhin
Fixes #6260
2021-03-11Update changelogFlorian Bruhin
2021-03-10Make locale workaround configurableFlorian Bruhin
See #6235
2021-03-09Fix @run-at default for GreaseMonkeyFlorian Bruhin
2021-03-09Add log-sensitive-keys debug flagFlorian Bruhin
2021-03-08Update changelogFlorian Bruhin
2021-03-05Remove blank line in cheatsheetFlorian Bruhin
2021-03-03Update changelogFlorian Bruhin
2021-03-03Update docsFlorian Bruhin
2021-03-02Update changelogFlorian Bruhin
2021-03-01Update changelogFlorian Bruhin
2021-03-01Update changelogFlorian Bruhin
2021-03-01Reword ad blocking FAQFlorian Bruhin
2021-03-01Merge remote-tracking branch 'origin/pr/6092'Florian Bruhin
2021-03-01Update changelogFlorian Bruhin
2021-03-01Replace messages with :hint links yank --rapidFlorian Bruhin
2021-02-25Handle new PyQtWebEngine-Qt packaging to get QtWebEngine versionFlorian Bruhin
2021-02-25requirements: Add importlib-metadataFlorian Bruhin
2021-02-24Handle regex special chars in replaceAll polyfillFlorian Bruhin
Fixes #6206 See #6047 and #6208
2021-02-24Update changelog/commentFlorian Bruhin
2021-02-17Update changelogFlorian Bruhin
2021-02-16Merge pull request #6139 from Aster89/masterFlorian Bruhin
FAQ about copy to clipboard buttons
2021-02-15doc: Fix dark mode FAQFlorian Bruhin
2021-02-12Fix quickstart link issuesFlorian Bruhin
- Since the link was fixed in b4b22b765e8143754a2f6023e437b7d10c915cc0, the tests clicked on the cheatsheet link instead of the quickstart one. See #6147. - Since we rewrite the link URLs ever since e3a8d00f2789a7e5b05f04c8543902bf381c05c7, the remark added in e804f1324bdc896e5d0be32bcc11b85396f5a873 isn't actually correct.
2021-02-11Update changelogFlorian Bruhin
2021-02-11Fall back to "prefers-color-scheme: light" on Qt 5.15.2Florian Bruhin
Due to https://bugreports.qt.io/browse/QTBUG-89753, Qt 5.15.2 matches no-preference instead of doing auto-detection. However, no-preference was removed from the CSSWG spec: https://github.com/w3c/csswg-drafts/issues/3857#issuecomment-499523323 Thus, if we are on a buggy Qt version with no auto-detection possible, always assume "light". Quoting the spec (emphasis mine): light: Indicates that user has expressed the preference for a page that has a light theme (dark text on light background), *or has not expressed an active preference* (and thus should receive the "web default" of a light theme). Fixes #6097 See https://github.com/qutebrowser/qutebrowser/issues/6147#issuecomment-776559729
2021-02-11Change colors.webpage.prefers_color_scheme_dark to ↵Florian Bruhin
colors.webpage.preferred_color_scheme See #6097
2021-02-11Update changelogFlorian Bruhin
2021-02-11darkmode: Add support for QtWebEngine 5.15.3Florian Bruhin
See https://github.com/qutebrowser/qutebrowser/issues/6147#issuecomment-776558993 See #6145
2021-02-10Add :screenshot commandFlorian Bruhin
See #1841 and #2146
2021-02-10Update changelogFlorian Bruhin
2021-02-10Update privacy policyFlorian Bruhin
Only I have access to crash reports now
2021-02-10doc: Fix certutil argumentml
2021-02-07doc: Add libnss3 to packagesFlorian Bruhin
2021-02-06FAQ about copy to clipboard buttonsEnrico Maria De Angelis
2021-02-04Release v2.0.2Florian Bruhin
2021-02-04Improve mkvenv.py instructionsFlorian Bruhin
2021-02-03Revert "Pass through keys when a context menu is open"Florian Bruhin
This reverts commit 708a7630e78251e9df9ae2b69796bad6c88ae7af.
2021-02-03Pass through keys when a context menu is openFlorian Bruhin
2021-02-03Merge pull request #6124 from amacfie/escape_asciidocFlorian Bruhin
Escape ] chars in setting values in asciidoc
2021-02-03Update changelogFlorian Bruhin
2021-02-03Fix minor argument parsing issuesFlorian Bruhin
- Move desktop-file-name before special arguments. - Set action=store_true to not expect an argument for temp-basedir-restarted (didn't lead to a bug as it's only passed via --json-args).
2021-02-03Update changelogFlorian Bruhin
2021-02-03Update changelogFlorian Bruhin
2021-02-03Fix default setting valuesFlorian Bruhin
Fixes #6115
2021-02-03Update changelogFlorian Bruhin
2021-02-02Escape setting values in asciidocAndrew MacFie
2021-02-02Update changelogFlorian Bruhin