diff options
author | Daniel Carl <danielcarl@gmx.de> | 2021-01-04 23:06:46 +0100 |
---|---|---|
committer | Daniel Carl <danielcarl@gmx.de> | 2021-01-04 23:06:46 +0100 |
commit | c60d65f59788094b8010481cd04f08c9d3b637fd (patch) | |
tree | 655ae19d88c709099ce41b72ecd27ae6d6c1fb57 | |
parent | 38f90ffb85558605eaa289c088bfc7f0592f36fc (diff) |
Make note about new notification setting to changelog.
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bab4bef..cc93dd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * The new env variable `$VIMB_SELECTION` is set to the current selected text whenever a `shellcmd` is run #592. * Allow to push link url to queue by `<S-LeftMouse>` #610. +* Allow to decide if html5 notfication are allowed #651. New setting + 'notification=[ask,always,never]' added. ### Changed * Modes some files from `$XDG_CONFIG_HOME/vimb` into `$XDG_DATA_HOME/vimb` #582. Following files are affected `bookmark`, `closed`, `command`, `config`, |