Florian Bruhin
af653e7cce
Update docs
2016-06-08 11:33:37 +02:00
Florian Bruhin
9880f5bd5f
Handle FileNotFoundError in ipc.listen
...
Fixes #1530
2016-06-07 16:48:43 +02:00
Florian Bruhin
db0a67766d
Ignore hints -> scatter for number hints
...
See https://github.com/The-Compiler/qutebrowser/issues/308#issuecomment-167091450
2016-06-07 15:13:30 +02:00
Florian Bruhin
e906178c7d
Add changelog entry for multi-word matching
2016-06-07 14:28:36 +02:00
Florian Bruhin
222ab6f75e
Add changelog entry for #308
2016-06-07 13:58:22 +02:00
Florian Bruhin
457913b2ec
Add changelog for #576
2016-06-07 11:59:33 +02:00
Florian Bruhin
cbc866d86d
Add changelog entry for #1186 fix
2016-06-07 11:55:17 +02:00
Florian Bruhin
802258d70a
Add hints -> auto-follow-timeout to CHANGELOG
2016-06-07 11:07:29 +02:00
Florian Bruhin
3e22f64a20
Get tab indicator fix from #697
2016-06-06 16:49:29 +02:00
Florian Bruhin
a38ec6e5a3
Update docs
2016-06-06 16:19:42 +02:00
Florian Bruhin
abfd789f9e
Fix zooming with a too big count
...
Fixes #1118
Supersedes #1140
2016-06-06 13:25:01 +02:00
Florian Bruhin
4d04d0a511
Update docs
2016-06-06 10:42:49 +02:00
Florian Bruhin
6d86ad7bef
Update changelog
2016-06-04 23:31:32 +02:00
Florian Bruhin
2ac521627e
Update changelog
2016-06-04 23:13:13 +02:00
Florian Bruhin
53b8ac1a60
Update changelog
2016-06-04 13:15:30 +02:00
Florian Bruhin
65817ebb81
Update docs
2016-05-30 16:15:20 +02:00
Florian Bruhin
1e55db0630
Follow the American way(tm) of spelling things
2016-05-29 10:57:41 +02:00
Florian Bruhin
86d320b6a1
Update docs
2016-05-29 10:38:24 +02:00
Florian Bruhin
1d87eee4d7
Fix starting when sys.stderr is None
2016-05-27 14:48:46 +02:00
Florian Bruhin
29aedef420
Fix :debug-console with PyQt 5.6
2016-05-27 00:18:23 +02:00
Florian Bruhin
998f025553
Update docs
2016-05-26 07:45:17 +02:00
Florian Bruhin
4c0f85564d
Update docs
2016-05-25 22:10:45 +02:00
Florian Bruhin
ed6432136f
Update docs
2016-05-25 22:06:59 +02:00
Florian Bruhin
4b5788a878
Update docs
2016-05-20 18:08:46 +02:00
Florian Bruhin
f02bcf256b
Update changelog
2016-05-18 18:49:37 +02:00
Florian Bruhin
213677d30a
Update changelog
2016-05-18 07:37:20 +02:00
Florian Bruhin
6aed55f09d
Update changelog
2016-05-18 07:28:28 +02:00
Florian Bruhin
76a755634b
Update changelog
2016-05-15 11:51:09 +02:00
Florian Bruhin
c64e5c9bd5
Get rid of the colorlog dependency
...
colorlog was problematic for various reasons:
- Not commonly packaged for Linux distributions
- Calling colorama.init() automatically on import
- Not supporting {foo} log formatting
- Not supporting an easy way to turn colors off
Instead we now do the log coloring by hand, which is simpler and means
everyone will have colored logs.
2016-05-13 21:19:33 +02:00
Florian Bruhin
181a785ce6
Update changelog
...
[ci skip]
2016-05-10 23:49:10 +02:00
Florian Bruhin
7f99c36ec5
Update changelog
2016-05-09 07:07:46 +02:00
Florian Bruhin
3e6ac28c66
Fix ;Y on systems not supporting primary selection
...
Instead we paste clipboard like we already do with some other commands
when primary selection is not supported.
Fixes #1336
2016-05-08 21:59:25 +02:00
Florian Bruhin
a5cea14a0f
Update docs
2016-05-07 21:39:19 +02:00
Florian Bruhin
e81c13cf35
Update changelog
2016-05-06 18:23:16 +02:00
Florian Bruhin
0124354b91
Disable more bad SSL ciphers with old Qt/OpenSSL
...
See #594
2016-05-01 17:31:00 +02:00
Florian Bruhin
528e303d6e
Add a --force-color argument for logging
2016-04-30 17:01:45 +02:00
Florian Bruhin
365a6ec3ad
Update changelog for v0.6.2
2016-04-30 14:47:05 +02:00
Florian Bruhin
1ea516f0b5
Update changelog
2016-04-30 14:11:08 +02:00
Florian Bruhin
e374599988
Update changelog
2016-04-28 22:25:39 +02:00
Florian Bruhin
c228bb263b
Update docs
2016-04-28 07:05:55 +02:00
Florian Bruhin
0a76a7584d
Update changelog
2016-04-27 21:21:30 +02:00
Florian Bruhin
2604f0841a
Update changelog
2016-04-25 19:20:37 +02:00
Florian Bruhin
6349c00c72
Fix crash with :tab-{prev,next,focus} with 0 tabs
...
When using :tab-prev/:tab-next (or :tab-focus which uses :tab-next
internally) immediately after the last tab, those functions could be
called with 0 tabs open, which caused a ZeroDivisionError when trying to
do % 0.
Fixes #1448 .
2016-04-25 18:55:15 +02:00
Florian Bruhin
0955ed49a7
Update docs
2016-04-21 22:55:36 +02:00
Florian Bruhin
9ae826295b
Update docs
2016-04-20 22:17:27 +02:00
Florian Bruhin
c27d4f4407
Update docs
2016-04-20 20:59:27 +02:00
Florian Bruhin
e860d8cfea
Add a custom-headers setting
...
Supersedes #1132
Closes #1020 .
2016-04-19 06:35:32 +02:00
Florian Bruhin
4f84911474
Fix CHANGELOG/link in README
2016-04-14 17:50:03 +02:00
Florian Bruhin
c690e652dc
Release v0.6.1
2016-04-10 21:25:32 +02:00
Florian Bruhin
d01616109e
Update docs
2016-04-09 21:20:14 +02:00