@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66and 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
0 commit comments