From a86e819d79a20932cb3554f66a696a7bd3a3e59c Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Mon, 29 Jul 2019 22:03:20 +0200 Subject: [PATCH] Released version 3.5.0. --- CHANGELOG.md | 19 +++++++++++++++++-- Makefile | 2 +- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ae129d..77b6fc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed ### Fixed ### Removed -* setting `private-browsing` was removed in favor of `--incognito` option. + +## [3.5.0] - 2019-07-29 +### Added +* Add external download command #543 #348. +* Added ephemeral mode by new option `--incognito` #562. +### Changed +* Hinting shows the current focused elements URI in the statusbar. +* Show error if printing with `:hardcopy` fails #564. +### Fixed +* Fixed compilation if source is not in a git repo (Thanks to Patrick Steinhardt). +* Fixed partial hidden hint labels on top of screen. +* Fix segfault on open in new tabe from context menu #556. +* Fix "... (null)" shown in title during url sanitization. +### Removed +* Setting `private-browsing` was removed in favor of `--incognito` option. ## [3.4.0] - 2019-03-26 ### Added @@ -242,7 +256,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. cookie file * Fixed none POSIX `echo -n` call -[Unreleased]: https://github.com/fanglingsu/vimb/compare/3.4.0...master +[Unreleased]: https://github.com/fanglingsu/vimb/compare/3.5.0...master +[3.5.0]: https://github.com/fanglingsu/vimb/compare/3.4.0...3.5.0 [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 diff --git a/Makefile b/Makefile index de5c4d5..818f5c1 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -version = 3.4.0 +version = 3.5.0 include config.mk all: version.h src.subdir-all -- 2.20.1