summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-28Release v2.3.0v2.3.0Florian Bruhin
2021-06-28Update UA completionsFlorian Bruhin
2021-06-24tests: Ignore another Chromium messageFlorian Bruhin
2021-06-24More history test stabilizationFlorian Bruhin
2021-06-24Use anyFlorian Bruhin
2021-06-24Update changelogFlorian Bruhin
2021-06-24Merge remote-tracking branch 'origin/pr/6372'Florian Bruhin
2021-06-24doc: Update macOS cask installFlorian Bruhin
Supersedes #6441
2021-06-24Fix up f-stringFlorian Bruhin
2021-06-24Add colors.prompts.selected.fgFlorian Bruhin
Closes #6559
2021-06-23scripts: Fix distutils deprecation in link_pyqtFlorian Bruhin
$ .../.tox/py310/bin/python scripts/link_pyqt.py --tox .tox/py310 <string>:1: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives <string>:1: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead See https://bugs.python.org/issue41282
2021-06-21doc: Add untrack-urlFlorian Bruhin
See #6555
2021-06-21Merge pull request #6566 from qutebrowser/update-dependenciesFlorian Bruhin
Update dependencies
2021-06-21Update dependenciesqutebrowser bot
2021-06-15Fix spellingFlorian Bruhin
2021-06-15Update docsFlorian Bruhin
2021-06-15Make mypy happyFlorian Bruhin
2021-06-15Merge remote-tracking branch 'origin/pr/6547'Florian Bruhin
2021-06-15tests: Speculatively stabilize history testsFlorian Bruhin
If we're not waiting for the async INSERT in the SQL database, it can happen that :debug-dump-history gets called before the history entry was addeded to the actual database. See #5390
2021-06-15scripts: Add bluetooth permission for macOSFlorian Bruhin
Apple documentation claims this is for iOS/watchOS/tvOS only: https://developer.apple.com/documentation/bundleresources/information_property_list/nsbluetoothalwaysusagedescription However, reality tells a different story - according to Console.app, when visiting accounts.google.com, qutebrowser/Chromium needs this permission. Reproducible as well using the following demo page: https://googlechrome.github.io/samples/web-bluetooth/battery-level.html Finally, Google Chrome has the key declared as well. Note that it has NSBluetoothPeripheralUsageDescription as well: https://developer.apple.com/documentation/bundleresources/information_property_list/nsbluetoothperipheralusagedescription ...but that is deprecated, and according to my tests on macOS 10.14 and 10.15, it's not needed. Thanks to Apple for their wonderful documentation.... not. Fixes #6475, hopefully for real this time.
2021-06-14feat: expose 'currently open URL' variable via hints to userscriptsYasser Kaddoura
2021-06-14Add new types packages for mypyFlorian Bruhin
See http://mypy-lang.blogspot.com/2021/05/the-upcoming-switch-to-modular-typeshed.html
2021-06-14scripts: Remove apipkg from requirementsFlorian Bruhin
2021-06-14Merge remote-tracking branch 'origin/update-dependencies'Florian Bruhin
2021-06-14Update dependenciesqutebrowser bot
2021-06-13Merge remote-tracking branch 'origin/master' into 4nd3r/hostblock_subdomainsAnder Punnar
2021-06-11Greasemonkey: Make sure script names are uniqueFlorian Bruhin
Fixes #6353
2021-06-10doc: Add some ii.com article linksFlorian Bruhin
2021-06-09greasemonkey: Remove uneeded name logicFlorian Bruhin
This is already done in GreasemonkeyScript.__init__.
2021-06-09Add GreasemonkeyScript.__str__Florian Bruhin
2021-06-09Add output to :greasemonkey-reloadFlorian Bruhin
2021-06-09Fix prefers_reduced_motion on WindowsFlorian Bruhin
See #6530
2021-06-09Add content.prefers_reduced_motionFlorian Bruhin
Closes #6530
2021-06-07tests: Fix flakiness in test_invocations.pyFlorian Bruhin
We don't need to check the log inside the test, as the quteproc fixture does that for us anyways. Also, looks like a new harmless message turned up.
2021-06-07scripts: Add changelog URL for DeprecatedFlorian Bruhin
2021-06-07Merge remote-tracking branch 'origin/update-dependencies'Florian Bruhin
2021-06-07mkvenv: Ignore another harmless ldconfig outputFlorian Bruhin
2021-06-07Update dependenciesqutebrowser bot
2021-06-04Merge pull request #6516 from SidharthArya/patch-1Florian Bruhin
userscripts: adding localhost userscript
2021-06-04Update README.mdSidharth Arya
2021-06-04Update README.mdSidharth Arya
2021-06-02Merge pull request #6490 from rien333/patch-1Florian Bruhin
[readability-js] Add reference to AUR package
2021-06-02README: Move surf to activeFlorian Bruhin
2021-06-01Merge remote-tracking branch 'origin/master' into 4nd3r/hostblock_subdomainsAnder Punnar
2021-06-01Improve IRC linksFlorian Bruhin
2021-06-01Release v2.2.3Florian Bruhin
2021-06-01Merge pull request #6503 from bitraid/nsis-fix-uninst-2Florian Bruhin
Windows Uninstaller: Fix silent uninstall (again)
2021-06-01Windows Uninstaller: Fix silent uninstall (again)bitraid
2021-06-01Merge remote-tracking branch 'origin/pr/6498'Florian Bruhin
2021-06-01Update changelogFlorian Bruhin