summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)Author
2021-04-29Release v2.2.1v2.2.1Florian Bruhin
2021-04-28qute-pass: dont run pass twice when otp-onlyafreakk
(cherry picked from commit b04f99bcfce00c72fe7b8e59d76012141a8cb02d)
2021-04-22Update PyInstaller from masterFlorian Bruhin
2021-04-19qute-pass: extract username/pw only when neededafreakk
(cherry picked from commit efcb3798729b6dedbf63baa443837720df63ce29)
2021-04-19address PR commentfrank shin
(cherry picked from commit 49e858e7d44b6e3ba24a388e2bdbffeb88d9adb8)
2021-04-19Check bitwarden CLI tool return code instead of stderr to check for errorfrank shin
(cherry picked from commit 909230a8acd0423a85322602453cddad372072d8)
2021-04-19requirements: Fully remove python_version marker for adblockFlorian Bruhin
See https://github.com/ArniDagur/python-adblock/issues/28 Follow-up to de4fff386646b305890998b4dff660fe3127026f (cherry picked from commit ffdee8534d69d5f39d49d617b9f47fc4b7b7d86a) Also updates adblock from 3b76a0d4b9613b74b104caec28ecda1445f084a5
2021-04-13Release v2.2.0v2.2.0Florian Bruhin
2021-04-12Update dependenciesqutebrowser bot
2021-04-05Update dependenciesqutebrowser bot
2021-04-01Release v2.1.1Florian Bruhin
2021-04-01Revert "Fix gopass mime format for qute-pass userscript"Florian Bruhin
This reverts commit 3284ec900e42b279bc3bc40593d7356ab1e3f9b0. Not needed as most gopass versions do this when stdout is a pipe, but it interfers with reading the username from the secret. See the discussion in #6323 for more detail, and #5972 for the original PR.
2021-03-29ci: Install coverage[toml] in bleeding-edge depsFlorian Bruhin
needed because pytest-cov requires coverage[toml]
2021-03-29Update dependenciesqutebrowser bot
2021-03-23Merge remote-tracking branch 'origin/pr/6263'Florian Bruhin
2021-03-23Output valid HTMLRijnder Wever
Co-authored-by: Florian Bruhin <me@the-compiler.org>
2021-03-22Merge pull request #6318 from qutebrowser/update-dependenciesFlorian Bruhin
Update dependencies
2021-03-22Avoid pytest-icdiff in bleeding envFlorian Bruhin
See https://github.com/hjwp/pytest-icdiff/pull/20
2021-03-22Update dependenciesqutebrowser bot
2021-03-18qute-pass userscript: Add -o flag to gopass otp invocation so the metadata ↵s3lph
arount the OTP token is omitted
2021-03-17tox: Add a bleeding environmentFlorian Bruhin
See #6298
2021-03-17Revive requirements-tests-gitFlorian Bruhin
See #6298
2021-03-15Merge pull request #6279 from irimi1/keepassxc-userscript-url-fixFlorian Bruhin
userscripts: keepassxc: Fix broken link
2021-03-15tests: Don't download TLD listFlorian Bruhin
2021-03-15Update dependenciesqutebrowser bot
2021-03-14userscripts: keepassxc: Fix broken linkManuel Groß
2021-03-12tox: Force PyQt 5.15.3 for PyInstallerFlorian Bruhin
See #6269
2021-03-12Release v2.1.0v2.1.0Florian Bruhin
2021-03-11[readability-js] Add article metadata on top of the pagerien333
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