summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)Author
2021-03-12Release v2.1.0v2.1.0Florian Bruhin
2021-03-11Merge remote-tracking branch 'origin/pr/6241'Florian Bruhin
2021-03-11Merge remote-tracking branch 'origin/pr/6243'Florian Bruhin
2021-03-11Update requirements for PyQt 5.15.4Florian Bruhin
2021-03-08Use HTML5 meta tagrien333
2021-03-08userscripts/readability-js: fixup of 55fdae8rnhmjoj
The mozilla/readability library doesn't output a body by default. So, let's add one in the header and plug the result in.
2021-03-08userscripts/readability: add unique body classrnhmjoj
Until per-domains stylesheets are implemented, there is no way to apply style to the readability page only. With this patch, you can just use the global setting `content.user_stylesheets` by writing a more specific CSS selector. For example: body.qute-readability { font-family: Libertinus; font-size: 1.2em; text-align: justify; } will change the font and text alignment of the readability page, without altering the style of other websites.
2021-03-08Update dependenciesqutebrowser bot
2021-03-05Remove blank line in cheatsheetFlorian Bruhin
2021-03-03Fix license URLFlorian Bruhin
2021-03-03Merge remote-tracking branch 'origin/pr/6056'Florian Bruhin
2021-03-02Revert "requirements: Pin coverage to 5.4 on Python 3.10"Florian Bruhin
This reverts commit 43ff51fe7b47a7f534b9d88545364d2c84e6e6d6. Now fixed upstream.
2021-03-01requirements: Pin coverage to 5.4 on Python 3.10Florian Bruhin
See https://github.com/nedbat/coveragepy/issues/1129
2021-03-01requirements: Document more special commentsFlorian Bruhin
2021-03-01Update dependenciesqutebrowser bot
2021-02-28Merge pull request #6214 from rien333/masterFlorian Bruhin
[readability-js] Improve install instructions
2021-02-26Make clear how to set qt.environRijnder Wever
2021-02-26[readability-js] Improve install instructionsrien333
2021-02-25requirements: Add importlib-metadataFlorian Bruhin
2021-02-25requirements: Initial upgrade to PyQt5 5.15.3Florian Bruhin
2021-02-22Fix lintFlorian Bruhin
2021-02-22mypy: Switch to PyQt5-stubs releaseFlorian Bruhin
Hopefully we get more frequent releases now
2021-02-22Update dependenciesqutebrowser bot
2021-02-15Properly remove attrsFlorian Bruhin
Somehow wasn't properly removed in 739ebd5e3e01319810cbdfce68ff9d56d2cdff77
2021-02-15Update dependenciesqutebrowser bot
2021-02-08Update dependenciesqutebrowser bot
2021-02-05Merge pull request #6135 from freddii/masterFlorian Bruhin
added german comment to linux desktop file
2021-02-05requirements: Remove pytest-clarityFlorian Bruhin
See https://github.com/darrenburns/pytest-clarity/issues/11
2021-02-05added german comment to linux desktop filefreddii
2021-02-04Release v2.0.2Florian Bruhin
2021-02-01Update dependenciesqutebrowser bot
2021-01-28Release v2.0.1Florian Bruhin
2021-01-28Use and enforce python3 shebangs in userscriptsFlorian Bruhin
See #6080
2021-01-28Switch format_json userscript to /bin/sh againFlorian Bruhin
It was switched to bash in 22e4a800a1c6080d29d41eeda229bc67b7bf314b for "-o pipefail", but doesn't actually use pipes, so we might as well switch it back to sh again.
2021-01-28Release v2.0.0v2.0.0Florian Bruhin
2021-01-28Update dependenciesqutebrowser bot
2021-01-27Update dependenciesqutebrowser bot
2021-01-27requirements: Update urllib3Florian Bruhin
2021-01-26requirements: Avoid adblock on Python 3.10Florian Bruhin
Workaround until https://github.com/ArniDagur/python-adblock/issues/28 is fixed. See #6068
2021-01-26scripts/ci: upgrade packaging stackFlorian Bruhin
Make sure we have the newest versions of pip/setuptools/wheel as well in requirements-tox.txt. See #6068, needed to support the "cp310" tag when building wheels for hunter/PyQt5-sip.
2021-01-26Update missed URLFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-26Revert "Remove pkg_resources special casing for PyInstaller"Florian Bruhin
This reverts commit 6bb2b082c94c96197daa3c161ec628fd18fd2041. I guess storing package data in qutebrowser/ would be the proper way, but this doesn't actually work on macOS - there, the executable name is already "qutebrowser"...
2021-01-26Remove pkg_resources special casing for PyInstallerFlorian Bruhin
See #4467
2021-01-25Change inline markdown formatting in qute-keepassxcMarkus Blöchl
2021-01-25Update dependenciesqutebrowser bot
2021-01-23Add userscript qute-keepassxcMarkus Blöchl
2021-01-20Bump copyright yearsFlorian Bruhin
Closes #6015
2021-01-20Update cheatsheetFlorian Bruhin
2021-01-20Rename :enter-mode and :leave-modeFlorian Bruhin
See #6022