summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2021-06-01brave adblock: Handle DeserializationErrorFlorian Bruhin
Fixes #6489
2021-06-01Speculative fix for deleted WebEngineCaretFlorian Bruhin
(Hopefully) fixes #6394.
2021-06-01Make dark mode tests work correctly on ARM/aarch64Florian Bruhin
Fixes #6489
2021-05-31Windows Installer: Allow elevation when silentbitraid
2021-05-31Merge pull request #6497 from qutebrowser/update-dependenciesFlorian Bruhin
Update dependencies
2021-05-31Update dependenciesqutebrowser bot
2021-05-30Update changelogFlorian Bruhin
2021-05-30Handle un-encodable initial text for editorFlorian Bruhin
2021-05-30Fix crash when quitting on qute://settingsFlorian Bruhin
2021-05-30Make quitter.is_shutting_down publicFlorian Bruhin
Needed for a bugfix in the next commit.
2021-05-30Validate encoding for header settingsFlorian Bruhin
Also needed to add encoding check support to FormatString.
2021-05-30Add reference to AUR packageRijnder Wever
I just added the readability package to the [AUR](https://aur.archlinux.org/packages/nodejs-readability-git/). Not much of a difference from using npm directly, but, personally, (i) I prefer to manage all my (important) packages using yay, and (ii) like to perform all system upgrades from one place (i.e. yay --devel).
2021-05-29tests: Update import path for pytestqt SignalBlockerFlorian Bruhin
2021-05-29tests: Fix test_system_default_rendering with Noto Sans MonoFlorian Bruhin
2021-05-28Fix lintFlorian Bruhin
2021-05-28Point to official Libera Chat webchatFlorian Bruhin
2021-05-28Update changelogFlorian Bruhin
2021-05-28Fix version checking for notificationsFlorian Bruhin
We need to check for the QtWebEngine version, not for the version of Qt. Additionally, there's no need to re-check in DBusNotificationAdapter.__init__ as it never gets instantiated on older versions, so it's now an assertion instead.
2021-05-28Fix tests/lintFlorian Bruhin
We need to set XDG_RUNTIME_DIR properly in the tests so that the log is empty.
2021-05-28Update changelogFlorian Bruhin
2021-05-28log: Handle JSONLogger in change_console_formatterFlorian Bruhin
Fixes #6482
2021-05-27Disable QTBUG-77137 workaround on Qt 5.14+Florian Bruhin
2021-05-27ci: Switch to #qutebrowser-botsFlorian Bruhin
2021-05-26Update changelogFlorian Bruhin
2021-05-26Merge remote-tracking branch 'origin/pr/6477'Florian Bruhin
2021-05-26ci: Switch bots to LiberaFlorian Bruhin
2021-05-26RIP FreenodeFlorian Bruhin
2021-05-25Windows Installer: Update minimum OS versionbitraid
2021-05-25Update changelogFlorian Bruhin
2021-05-25Set permission strings in Info.plistFlorian Bruhin
Fixes #6475
2021-05-25doc: Update list of chrome:// URLsFlorian Bruhin
2021-05-25Merge pull request #6472 from qutebrowser/update-dependenciesFlorian Bruhin
Update dependencies
2021-05-24Update dependenciesqutebrowser bot
2021-05-20Merge remote-tracking branch 'origin/master' into 4nd3r/hostblock_subdomainsAnder Punnar
2021-05-20Release v2.2.2Florian Bruhin
2021-05-19Update changelogFlorian Bruhin
2021-05-19Merge remote-tracking branch 'origin/pr/6470'Florian Bruhin
2021-05-19Remove type-arg which is non-generic in older PythonsFlorian Bruhin