summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)Author
2021-02-04Release v2.0.2v2.0.2Florian Bruhin
2021-01-28Release v2.0.1v2.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. (cherry picked from commit aa333512a12c42c86e3c76faf1f5606426f454f1)
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-25Update dependenciesqutebrowser bot
2021-01-20Bump copyright yearsFlorian Bruhin
Closes #6015
2021-01-20Update cheatsheetFlorian Bruhin
2021-01-20Rename :enter-mode and :leave-modeFlorian Bruhin
See #6022
2021-01-19Update deps againFlorian Bruhin
2021-01-18Update dependenciesqutebrowser bot
2021-01-17Finish dropping PyPEG2Florian Bruhin
Closes #1161
2021-01-13dataclasses: Initial switchFlorian Bruhin
See #6023
2021-01-11Update dependenciesqutebrowser bot
2021-01-09Make pygments dependency optionalFlorian Bruhin
Closes #5555
2021-01-05Merge remote-tracking branch 'origin/pr/6016'Florian Bruhin
2021-01-05[readability-js] horizontally align codeblock contentsrien333
Before, the first line of a `code` element within a `pre` element had indentation/padding applied to it, creating the illusion that the line started with a space. Now, all the lines in `code` elements horizontally align.
2021-01-05syncrien333
2021-01-05[readability-js] horizontally align codeblock contentsrien333
Before, the first line of a `code` element within a `pre` element had indentation/padding applied to it, creating the illusion that the line started with a space. Now, all the lines in `code` elements horizontally align.
2021-01-04requirements: Downgrade PyQt5-stubs for nowFlorian Bruhin
See https://github.com/stlehmann/PyQt5-stubs/pull/126
2021-01-04Update dependenciesqutebrowser bot
2021-01-02clean up URL encodinggeeseven
2021-01-02encode URL when checking if it has been bookmarkedgeeseven
URLs with '#' were not getting identified correctly when getting checked. Encoding the URL fixes this.
2020-12-28Update dependenciesqutebrowser bot
2020-12-22mypy: Ensure importlib_resources is availableFlorian Bruhin
2020-12-22Merge remote-tracking branch 'origin/pr/5317' into devFlorian Bruhin
2020-12-22Update docsFlorian Bruhin
2020-12-22Merge remote-tracking branch 'origin/pr/5939'Florian Bruhin
2020-12-22Merge remote-tracking branch 'origin/pr/5972'Florian Bruhin
2020-12-22Simplify and fix lintFlorian Bruhin
2020-12-22Merge remote-tracking branch 'origin/pr/5966'Florian Bruhin
2020-12-21Fix gopass mime format for qute-pass userscriptTimothy DeHerrera
2020-12-21Update dependenciesqutebrowser bot
2020-12-19Merge branch 'master' into more-sophisticated-adblockÁrni Dagur
2020-12-19Revert upgrade of cheroot packageÁrni Dagur
2020-12-19Update requirementsÁrni Dagur
2020-12-19Merge branch 'master' into more-sophisticated-adblockÁrni Dagur
2020-12-19Merge branch 'master' into more-sophisticated-adblockÁrni Dagur
2020-12-19Apply style changes from code reviewÁrni Dagur
Co-authored-by: Florian Bruhin <me@the-compiler.org>
2020-12-19Merge branch 'master' into more-sophisticated-adblockÁrni Dagur
2020-12-19Merge branch 'master' into more-sophisticated-adblockÁrni Dagur