Skip to content

Commit 6b73a6f

Browse files
committed
Released version 3.6.0.
1 parent 1d81da7 commit 6b73a6f

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [3.6.0] - 2020-01-02
911
### Added
1012
* `:cleardata [listOfDataTypes] [timeSpan]` command to clear various types of
1113
stored website data modified in the last _timeSpan_.
@@ -14,8 +16,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1416
chars instead of numbers.
1517
* New autocmd event `LoadStarting` to run auto commands before the first page
1618
content is loaded (Thanks to Patrick Steinhardt).
17-
* Setting `geolocation` with values ('ask', 'always' and 'never') to allow to
18-
user to permit or disable geolcation requests (Thanks to Alva).
19+
* Setting `geolocation` with values ('ask', 'always' and 'never') to allow the
20+
user to permit or disable geolcation requests by default (Thanks to Alva).
1921
* Setting `dark-mode` to switch the webview into dark mode, which might be
2022
picked up by pages media query to setup dark styling (Thanks to Alva).
2123
* Option `--cmd, -C` to run ex commands on startup.
@@ -271,7 +273,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
271273
cookie file
272274
* Fixed none POSIX `echo -n` call
273275

274-
[Unreleased]: https://github.com/fanglingsu/vimb/compare/3.5.0...master
276+
[Unreleased]: https://github.com/fanglingsu/vimb/compare/3.6.0...master
277+
[3.6.0]: https://github.com/fanglingsu/vimb/compare/3.5.0...3.6.0
275278
[3.5.0]: https://github.com/fanglingsu/vimb/compare/3.4.0...3.5.0
276279
[3.4.0]: https://github.com/fanglingsu/vimb/compare/3.3.0...3.4.0
277280
[3.3.0]: https://github.com/fanglingsu/vimb/compare/3.2.0...3.3.0

Makefile

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

44
all: version.h src.subdir-all

0 commit comments

Comments
 (0)