Released version 3.5.0.
authorDaniel Carl <danielcarl@gmx.de>
Mon, 29 Jul 2019 20:03:20 +0000 (22:03 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Mon, 29 Jul 2019 20:03:20 +0000 (22:03 +0200)
CHANGELOG.md
Makefile

index 5ae129d..77b6fc7 100644 (file)
@@ -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
index de5c4d5..818f5c1 100644 (file)
--- 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