Update docs
This commit is contained in:
parent
f90776f75c
commit
a5cea14a0f
@ -44,6 +44,7 @@ Changed
|
|||||||
- Various SSL ciphers are now disabled by default. With recent Qt/OpenSSL
|
- Various SSL ciphers are now disabled by default. With recent Qt/OpenSSL
|
||||||
versions those already all are disabled, but with older versions they might
|
versions those already all are disabled, but with older versions they might
|
||||||
not be.
|
not be.
|
||||||
|
- Show favicons as window icon with `tabs-are-windows` set.
|
||||||
|
|
||||||
Fixed
|
Fixed
|
||||||
-----
|
-----
|
||||||
|
@ -179,6 +179,7 @@ Contributors, sorted by the number of commits in descending order:
|
|||||||
* Halfwit
|
* Halfwit
|
||||||
* rikn00
|
* rikn00
|
||||||
* kanikaa1234
|
* kanikaa1234
|
||||||
|
* haitaka
|
||||||
* Michael Ilsaas
|
* Michael Ilsaas
|
||||||
* Martin Zimmermann
|
* Martin Zimmermann
|
||||||
* Brian Jackson
|
* Brian Jackson
|
||||||
|
@ -399,6 +399,7 @@ def _get_authors():
|
|||||||
'Error 800': 'error800',
|
'Error 800': 'error800',
|
||||||
'larryhynes': 'Larry Hynes',
|
'larryhynes': 'Larry Hynes',
|
||||||
'Daniel': 'Daniel Schadt',
|
'Daniel': 'Daniel Schadt',
|
||||||
|
'Alexey Glushko': 'haitaka',
|
||||||
}
|
}
|
||||||
commits = subprocess.check_output(['git', 'log', '--format=%aN'])
|
commits = subprocess.check_output(['git', 'log', '--format=%aN'])
|
||||||
authors = [corrections.get(author, author)
|
authors = [corrections.get(author, author)
|
||||||
|
Loading…
Reference in New Issue
Block a user