Skip to content

Commit a90a894

Browse files
committed
Release v1.0.4
1 parent ce305b0 commit a90a894

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

doc/changelog.asciidoc

+13
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,19 @@ breaking changes (such as renamed commands) can happen in minor releases.
1515
// `Fixed` for any bug fixes.
1616
// `Security` to invite users to upgrade in case of vulnerabilities.
1717

18+
v1.0.4
19+
------
20+
21+
Fixed
22+
~~~~~
23+
24+
- The `qute://gpl` page now works correctly again.
25+
- Trying to bind an empty command now doesn't crash anymore.
26+
- Fixed crash when `:config-write-py` fails to write to the given path.
27+
- Fixed crash for some users when selecting a file with Qt 5.9.3
28+
- Improved handling for various SQL errors
29+
- Fix crash when setting content.cache.size to a big value (> 2 GB)
30+
1831
v1.0.3
1932
------
2033

qutebrowser/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
__license__ = "GPL"
2727
__maintainer__ = __author__
2828
__email__ = "[email protected]"
29-
__version_info__ = (1, 0, 3)
29+
__version_info__ = (1, 0, 4)
3030
__version__ = '.'.join(str(e) for e in __version_info__)
3131
__description__ = "A keyboard-driven, vim-like browser based on PyQt5."
3232

0 commit comments

Comments
 (0)