Update docs

This commit is contained in:
Florian Bruhin 2016-05-07 21:39:19 +02:00
parent f90776f75c
commit a5cea14a0f
3 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,7 @@ Changed
- Various SSL ciphers are now disabled by default. With recent Qt/OpenSSL
versions those already all are disabled, but with older versions they might
not be.
- Show favicons as window icon with `tabs-are-windows` set.
Fixed
-----

View File

@ -179,6 +179,7 @@ Contributors, sorted by the number of commits in descending order:
* Halfwit
* rikn00
* kanikaa1234
* haitaka
* Michael Ilsaas
* Martin Zimmermann
* Brian Jackson

View File

@ -399,6 +399,7 @@ def _get_authors():
'Error 800': 'error800',
'larryhynes': 'Larry Hynes',
'Daniel': 'Daniel Schadt',
'Alexey Glushko': 'haitaka',
}
commits = subprocess.check_output(['git', 'log', '--format=%aN'])
authors = [corrections.get(author, author)