Skip to content

Commit a86e819

Browse files
committed
Released version 3.5.0.
1 parent 84b9dd6 commit a86e819

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff 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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 3.4.0
1+
version = 3.5.0
22
include config.mk
33

44
all: version.h src.subdir-all

0 commit comments

Comments
 (0)