Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-25 | Add new env VIMB_WIN_ID to hold the gtk window id. | Daniel Carl | |
Fixes #658. | |||
2021-01-25 | Do not fail in hinting if element clientRects could not be found. | Daniel Carl | |
Fixes #659 | |||
2021-01-04 | Make note about new notification setting to changelog. | Daniel Carl | |
2020-10-13 | Move some file to $XDG_DATA_HOME #582. | Daniel Carl | |
Do not store all files in XDG_CONFIG_HOME. | |||
2020-06-07 | Update CHANGELOG. | Daniel Carl | |
2020-04-15 | Allow to push link url to queue by <S-LeftMouse> #610. | Daniel Carl | |
2020-01-10 | Do not require trailing newline in config file #586. | Daniel Carl | |
2020-01-10 | Give current selection as env on :shellcmd #592. | Daniel Carl | |
Give current selected text as environment variable $VIMB_SELECTION to scripts called by `:shellcmd`. | |||
2020-01-04 | Remove expansion of '%' #584. | Daniel Carl | |
The % is often used in urls and in case of the x-hint-command those are feed to :shellcmd and will be replaced by current URL. This made the x-hint-command unusable on some search engines. The expansion of % to the current URL also required to give the current browser state to the expansion logic and to feed it to all callers of this too. This bloated the code. This patch removes the % expansion which was a redundant alternative to $VIMB_URI. | |||
2020-01-02 | Released version 3.6.0. | Daniel Carl | |
2019-12-18 | Added --cmd,-C option to give ex commands on startup #342. | Daniel Carl | |
2019-12-15 | Add new dark-mode setting to CHANGELOG. | Daniel Carl | |
2019-11-18 | Update the changelog. | Daniel Carl | |
2019-10-09 | Put :cleardata dataType before timespan. | Daniel Carl | |
2019-10-09 | Added :clearcache by :cleardata command. | Daniel Carl | |
Allow to clear different types of website data base on the last update time. | |||
2019-07-29 | Released version 3.5.0. | Daniel Carl | |
2019-06-15 | Use ephemeral webview if incognito option is used #562 | Daniel Carl | |
Also removed obsolete 'private-browsing' setting. | |||
2019-03-26 | Released version 3.4.0. | Daniel Carl | |
2018-11-06 | Fix some typos in CHANGELOG. | Daniel Carl | |
2018-11-06 | Released version 3.3.0. | Daniel Carl | |
2018-06-16 | Released version 3.2.0. | Daniel Carl | |
2018-06-14 | Add new setting show-titlebar to CHANGELOG. | Daniel Carl | |
2018-06-11 | Fix wrong order of branch names in changelog. | Daniel Carl | |
2018-06-11 | Update changelog. | Daniel Carl | |
2017-12-18 | Released version 3.1.0. | Daniel Carl | |
2017-10-13 | Update changelog for lates fix. | Daniel Carl | |
2017-10-05 | Rename hint-number-same-length into hint-keys-same-length | Yoann Blein | |
fix #425 | |||
2017-10-01 | Reintroduce autocmd and augroups. Fix #356 | Yoann Blein | |
2017-07-24 | Show --bug-info separate from version. | Daniel Carl | |
Do not print to much in case the user is only interested in the current used version. So show vimb version only on options -v, --version and added the new option --bug-version which shows the currently used libs and the library versions vimb was compiled against. | |||
2017-07-19 | Update the changelog. | Daniel Carl | |
2017-05-27 | Released version 3.0-alpha. | Daniel Carl | |
2017-05-23 | Sort changed settings. | Daniel Carl | |
2017-05-19 | Update change settings in CHANGELOG. | Daniel Carl | |
2017-04-11 | Merge into changelog entries of 2.12 release. | Daniel Carl | |
2017-03-23 | Mentioned changed font style syntax in changelog. | Daniel Carl | |
2016-03-30 | Startup webkit2 branch from the scratch. | Daniel Carl | |
2015-12-17 | Released version 2.11. | Daniel Carl | |