summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
AgeCommit message (Collapse)Author
2021-01-25Add new env VIMB_WIN_ID to hold the gtk window id.Daniel Carl
Fixes #658.
2021-01-25Do not fail in hinting if element clientRects could not be found.Daniel Carl
Fixes #659
2021-01-04Make note about new notification setting to changelog.Daniel Carl
2020-10-13Move some file to $XDG_DATA_HOME #582.Daniel Carl
Do not store all files in XDG_CONFIG_HOME.
2020-06-07Update CHANGELOG.Daniel Carl
2020-04-15Allow to push link url to queue by <S-LeftMouse> #610.Daniel Carl
2020-01-10Do not require trailing newline in config file #586.Daniel Carl
2020-01-10Give 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-04Remove 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-02Released version 3.6.0.Daniel Carl
2019-12-18Added --cmd,-C option to give ex commands on startup #342.Daniel Carl
2019-12-15Add new dark-mode setting to CHANGELOG.Daniel Carl
2019-11-18Update the changelog.Daniel Carl
2019-10-09Put :cleardata dataType before timespan.Daniel Carl
2019-10-09Added :clearcache by :cleardata command.Daniel Carl
Allow to clear different types of website data base on the last update time.
2019-07-29Released version 3.5.0.Daniel Carl
2019-06-15Use ephemeral webview if incognito option is used #562Daniel Carl
Also removed obsolete 'private-browsing' setting.
2019-03-26Released version 3.4.0.Daniel Carl
2018-11-06Fix some typos in CHANGELOG.Daniel Carl
2018-11-06Released version 3.3.0.Daniel Carl
2018-06-16Released version 3.2.0.Daniel Carl
2018-06-14Add new setting show-titlebar to CHANGELOG.Daniel Carl
2018-06-11Fix wrong order of branch names in changelog.Daniel Carl
2018-06-11Update changelog.Daniel Carl
2017-12-18 Released version 3.1.0.Daniel Carl
2017-10-13Update changelog for lates fix.Daniel Carl
2017-10-05Rename hint-number-same-length into hint-keys-same-lengthYoann Blein
fix #425
2017-10-01Reintroduce autocmd and augroups. Fix #356Yoann Blein
2017-07-24Show --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-19Update the changelog.Daniel Carl
2017-05-27Released version 3.0-alpha.Daniel Carl
2017-05-23Sort changed settings.Daniel Carl
2017-05-19Update change settings in CHANGELOG.Daniel Carl
2017-04-11Merge into changelog entries of 2.12 release.Daniel Carl
2017-03-23Mentioned changed font style syntax in changelog.Daniel Carl
2016-03-30Startup webkit2 branch from the scratch.Daniel Carl
2015-12-17Released version 2.11.Daniel Carl