diff options
author | Daniel Carl <danielcarl@gmx.de> | 2015-12-17 19:17:46 +0100 |
---|---|---|
committer | Daniel Carl <danielcarl@gmx.de> | 2015-12-17 20:21:00 +0100 |
commit | e3ea1d3081cc7dbe86f95ee0888660c292c355eb (patch) | |
tree | afbb5b6236f67fc36c3dca4ae9a7ea5e1ccc436d /CHANGELOG.md | |
parent | 8ae4cadf58e46b3e9951fa89cf084bd2792984c3 (diff) |
Released version 2.11.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..77da6f6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,40 @@ +# Changes in vimb + +## [2.11] - 2015-12-17 + +### Added + +* Added hint-number-same-length option +* VERBOSE flag to Makefile to toggle verbose make on +* `<Esc>` removes selections in normal mode +* Support for multiple configuration profiles. New parameter `-p` or + `--profile` +* Adds support for contenteditable attribute as input mode trigger + [#237](https://github.com/fanglingsu/vimb/issues/237) +* Added `^` as normal mode alias of `0` + [#236](https://github.com/fanglingsu/vimb/issues/236) +* Added :source command to source a config file +* Added path completion for :save command too +* Added closed-max-items option to allow to store more than one closed page + +### Changed + +* Set only required CFLAGS +* Replaced `-Wpedantic` with `-pedantic` CFLAGS for older gcc versions +* Check for focused editable element as soon as possible +* Do not blur the focused element after alt-tabbing +* Show typed text as last completion entry to easily change it + [#253](https://github.com/fanglingsu/vimb/issues/253) + +### Fixed + +* Fixed [#224](https://github.com/fanglingsu/vimb/issues/224): Wrong URL and + titles shown in case one or more pages could not be loaded. +* Fixed Makefile install target using -D +* Fixed [#232](https://github.com/fanglingsu/vimb/issues/232): Fixed misplaced + hint labels on some sites +* Fixed [#235](https://github.com/fanglingsu/vimb/issues/235): Randomly reset + cookie file +* Fixed none POSIX `echo -n` call + +[2.11]: https://github.com/fanglingsu/vimb/compare/2.10...2.11 |