summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Carl <danielcarl@gmx.de>2019-03-26 23:18:28 +0100
committerDaniel Carl <danielcarl@gmx.de>2019-03-26 23:47:03 +0100
commit0c9df4a809629496827fe694d42483716cfcd3da (patch)
tree16ab70326cbae9c3e781499212eec7e400db10f6 /CHANGELOG.md
parentd18c51fdf0f99ebbe78d916032fcbbf7cdec4b25 (diff)
Released version 3.4.0.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1080dbb..6da8f50 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed
### Removed
+## [3.4.0] - 2019-03-26
+### Added
+* Allow to show video in fullscreen, without statusbar and inputbox, if requested.
+* Added option `--no-maximize` to no start with maximized window #483.
+* New setting `prevent-newwindow` to enforce opening links into same window
+ even if they are crafted by `target="_blank"` or using `window.open(...)` #544.
+### Changed
+* Increased min required webkit version to 2.20.x.
+* Use man page date instead of build date ot make reproducible builds.
+* URLs shown on statusbar and title are now shown as punicode if they contain
+ homographs.
+### Fixed
+* Fix out-of-bounds buffer access in parse_command (Thanks to Sören Tempel) #529.
+* Fixed none shown hint labels by Content-Security-Policy headers #531.
+* Fixed segfault on JavaScript `window.close()` call #537.
+* Fixed no char inserted in input mode after timeout and imap/inoremap
+ candidate #546.
+
## [3.3.0] - 2018-11-06
### Added
@@ -224,6 +242,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* Fixed none POSIX `echo -n` call
[Unreleased]: https://github.com/fanglingsu/vimb/compare/3.3.0...master
+[3.4.0]: https://github.com/fanglingsu/vimb/compare/3.3.0...3.4.0
[3.3.0]: https://github.com/fanglingsu/vimb/compare/3.2.0...3.3.0
[3.2.0]: https://github.com/fanglingsu/vimb/compare/3.1.0...3.2.0
[3.1.0]: https://github.com/fanglingsu/vimb/compare/3.0-alpha...3.1.0