File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed
Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1010### Changed
1111### Fixed
1212### Removed
13- * setting ` private-browsing ` was removed in favor of ` --incognito ` option.
13+
14+ ## [ 3.5.0] - 2019-07-29
15+ ### Added
16+ * Add external download command #543 #348 .
17+ * Added ephemeral mode by new option ` --incognito ` #562 .
18+ ### Changed
19+ * Hinting shows the current focused elements URI in the statusbar.
20+ * Show error if printing with ` :hardcopy ` fails #564 .
21+ ### Fixed
22+ * Fixed compilation if source is not in a git repo (Thanks to Patrick Steinhardt).
23+ * Fixed partial hidden hint labels on top of screen.
24+ * Fix segfault on open in new tabe from context menu #556 .
25+ * Fix "... (null)" shown in title during url sanitization.
26+ ### Removed
27+ * Setting ` private-browsing ` was removed in favor of ` --incognito ` option.
1428
1529## [ 3.4.0] - 2019-03-26
1630### Added
@@ -242,7 +256,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
242256 cookie file
243257* Fixed none POSIX ` echo -n ` call
244258
245- [ Unreleased ] : https://github.com/fanglingsu/vimb/compare/3.4.0...master
259+ [ Unreleased ] : https://github.com/fanglingsu/vimb/compare/3.5.0...master
260+ [ 3.5.0 ] : https://github.com/fanglingsu/vimb/compare/3.4.0...3.5.0
246261[ 3.4.0 ] : https://github.com/fanglingsu/vimb/compare/3.3.0...3.4.0
247262[ 3.3.0 ] : https://github.com/fanglingsu/vimb/compare/3.2.0...3.3.0
248263[ 3.2.0 ] : https://github.com/fanglingsu/vimb/compare/3.1.0...3.2.0
Original file line number Diff line number Diff line change 1- version = 3.4 .0
1+ version = 3.5 .0
22include config.mk
33
44all : version.h src.subdir-all
You can’t perform that action at this time.
0 commit comments