From me at the-compiler.org Tue May 12 07:58:34 2015 From: me at the-compiler.org (Florian Bruhin) Date: Tue, 12 May 2015 07:58:34 +0200 Subject: This week's qutebrowser updates Message-ID: <20150512055834.GF448@tonks> Hi, I didn't send an update last week because there was nothing big going on as I was busy with other things - but now it's time for another update mail! Overview -------- Excluding merges, 4 authors have pushed 29 commits to master and 55 commits to all branches. On master, 36 files have changed and there have been 1,279 additions and 998 deletions. 4 Pull requests merged by 4 people 2 Pull requests proposed by 2 people 8 Issues closed by 1 person 7 Issues created by 4 people https://github.com/The-Compiler/qutebrowser/pulse Added ----- - There are now some example userscripts in misc/. Thanks to Zach-Button for this contribution! Changed ------- - Ctrl-M is now accepted as another alias for Ctrl-J/Enter. Thanks to V155 for this contribution! - geolocation/notification settings now support a 'yes' value to always allow them. - Entering hint mode while already hinting now switches automatically. - `F` (:hint tab) now respects the background-tab setting. Fixed ----- - Proxy authentication credentials are now cached between tabs. - The tab title is now handled correctly for pages without title. Under the hood -------------- - More tests were converted to pytest. - Various refactorings. - Various documentation improvements. Florian -- http://www.the-compiler.org | me at the-compiler.org (Mail/XMPP) GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc I love long mails! | http://email.is-not-s.ms/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 819 bytes Desc: not available URL: From me at the-compiler.org Tue May 19 06:56:52 2015 From: me at the-compiler.org (Florian Bruhin) Date: Tue, 19 May 2015 06:56:52 +0200 Subject: This week's qutebrowser updates Message-ID: <20150519045652.GI448@tonks> Hi, Back to longer update mails! ;) Many old(er) pull requests and branches merged this time :) Overview -------- Excluding merges, 1 author has pushed 92 commits to master and 105 commits to all branches. On master, 69 files have changed and there have been 2,644 additions and 895 deletions. 3 Pull requests merged by 2 people 16 Issues closed by 1 person 7 Issues created by 3 people https://github.com/The-Compiler/qutebrowser/pulse Added ----- - New command `:scroll-px` which replaces `:scroll` for pixel-exact scrolling. - New setting `ui -> smooth-scrolling`. - New setting `content -> webgl` to enable/disable WebGL. - New setting `content -> css-regions` to enable/disable support for CSS Regions. - New setting `content -> hyperlink-auditing` to enable/disable support for hyperlink auditing. - Support for Qt 5.5 and tox 2.0 - New arguments `--datadir` and `--cachedir` to set the data/cache location. - New arguments `--basedir` and `--temp-basedir` (intended for debugging) to set a different base directory for all data, which allows multiple invocations. - New argument `--no-err-windows` to suppress all error windows. - New visual/caret mode (bound to `v`) to select text by keyboard. Thanks to Artur Shaik for this big contribution! Changed ------- - `:scroll` now takes a direction argument (`up`/`down`/`left`/`right`/`top`/`bottom`/`page-up`/`page-down`) instead of two pixel arguments (`dx`/`dy`). The old form still works but is deprecated. It now internally uses fake keypresses to WebKit which makes scrolling more reliable. Removed ------- - The `--no-crash-dialog` argument which was intended for debugging only was removed as it's replaced by `--no-err-windows` which suppresses all error windows. Fixed ----- - Fixed updating of the tab title on pages without title. - Fixed AssertionError when closing many windows quickly. - Various fixes for deprecated key bindings and auto-migrations. - Workaround for qutebrowser not starting when there are NUL-bytes in the history (because of a currently unknown bug) - Fixed handling of keybindings containing Ctrl/Meta on OS X. Under the hood -------------- - More tests were converted to pytest. - Various refactorings. - Various documentation improvements. - Buildbot now also does smoke testing (starting qutebrowser to see if it runs successfully). - Tests and lints for javascript have been introduced and integrated in buildbot. Florian -- http://www.the-compiler.org | me at the-compiler.org (Mail/XMPP) GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc I love long mails! | http://email.is-not-s.ms/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 819 bytes Desc: not available URL: From me at the-compiler.org Wed May 27 06:19:48 2015 From: me at the-compiler.org (Florian Bruhin) Date: Wed, 27 May 2015 06:19:48 +0200 Subject: This week's qutebrowser updates Message-ID: <20150527041948.GF469@tonks> Hi, Another rather small update mail, as I'm mainly busy with writing unit tests for existing code - so probably there won't be many user-facing changes in the next weeks, but after that I can be much more confident about my changes not breaking any existing functionality :) Overview -------- Excluding merges, 3 authors have pushed 36 commits to master and 83 commits to all branches. On master, 15 files have changed and there have been 256 additions and 102 deletions. 1 Pull request merged by 1 person 1 Pull request proposed by 1 person 4 Issues closed by 1 person https://github.com/The-Compiler/qutebrowser/pulse Added ----- - New setting `tabs -> mousewheel-tab-switching` to control mousewheel behavior on the tab bar. Thanks to Tobias Patzl for the contribution! Changed ------- - Small improvements when checking if an input is an URL or not. Fixed ----- - Fixed crash when downloading an URL without filename (e.g. magnet links) via "Save as...". Under the hood -------------- - Various small bugfixes which shouldn't have any impact but were discovered during testing. Florian -- http://www.the-compiler.org | me at the-compiler.org (Mail/XMPP) GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc I love long mails! | http://email.is-not-s.ms/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 819 bytes Desc: not available URL: