summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2023-01-03config.mk: link against webkit-gtk 4.1Patrick Steinhardt
The webkit-gtk project has released a new minor version bump of their API with version 4.1. The difference between 4.0 and 4.1 is that the former links against libsoup 2.x, whereas the latter links against libsoup 3.0 and newer. As libsoup has introduced backwards-incompatible changes in 3.0 it will cause the process to hard-crash if a program is linked against both libraries at the same time. Now that we have ported vimb to be compatible with libsoup 3.0 we can start to link against the recent webkit-gtk 4.1.
2021-09-25Project branch offrafa_99
2020-11-20Expanded dependencies section (#648)Victor Albertsson
2020-05-26Update README.md with descriptive languageUnixsys
Updated vimb's README.md with more descriptive language regarding changing files ```config.mk``` and ```config.h```.
2020-01-10update arch linux packagesSFort
2020-01-10Update travis-ci status badge to new url.Daniel Carl
2019-02-12Add openSUSE package to READMEMichael Vetter
2019-02-08Added release shieldDaniel Carl
2019-02-04Added license badgeDaniel Carl
2018-11-22Add links to pkgsrc packages.Leonardo Taccari
2018-11-22Increased min required webkit version to 2.20.x #525.Daniel Carl
2018-11-21Fixed wrong link in README.Daniel Carl
2018-11-21Added link to mailing list archive.Daniel Carl
2018-10-19Add links to pages writing about vimb.Daniel Carl
2018-10-19Add link to slackware package.Daniel Carl
2018-10-15Document autocmd supportLeonardo Taccari
2018-09-26Hint about none common PREFIX on build stage.Daniel Carl
2018-06-28Added gtk+-3.0 to the dependencies.Daniel Carl
2018-06-27Add build status icon.Daniel Carl
2018-05-16Mention similar projects.Daniel Carl
2017-07-24Remove private PKGBUILD from releases.Daniel Carl
2017-07-21updates arch pkg info in README.mdRobert Timm
2017-06-09Lower required webkit version #415.Daniel Carl
2017-05-19Mention runsandbox target in README.Daniel Carl
2017-05-12Moved contribution related stuff from README to CONTRIBUTE.Daniel Carl
2017-05-12Fixed wrong link identifier.Daniel Carl
2017-05-11Added inofficial arch linux pkgbuild.Daniel Carl
2017-05-11Updated README.Daniel Carl
Also added known packages.
2017-04-11removes todos from readmeRobert Timm
2017-03-02Marked embed as done.Daniel Carl
2017-03-02Added url file handlers.Daniel Carl
Allow to set protocol handlers via :handler-add that process url protocol like mailto: by using a specific tool.
2017-03-01Marked file path completion as done.Daniel Carl
2017-02-28Allow to manage bookmarks and queue.Daniel Carl
2017-02-01Add new task to README.Daniel Carl
2017-01-28Attempt to start dbus server from ui.Daniel Carl
2016-10-19More code style hints.Daniel Carl
2016-10-19Implements gui style settingsRobert Timm
2016-10-12Implements download path and trackingRobert Timm
2016-09-30Fix some typos.Daniel Carl
2016-09-29Mark register support as doneRobert Timm
2016-09-29Mark cookie support as done.Robert Timm
2016-09-28Adds yank commandRobert Timm
2016-09-27Mark navigation as done.Daniel Carl
2016-09-27Adds default-zoom settingRobert Timm
2016-06-29Allow to set config file per option --config, -c.Daniel Carl
2016-06-29Found a nice way to disable scrollbars.Daniel Carl
2016-06-20Mark search as done.Daniel Carl
2016-03-30Startup webkit2 branch from the scratch.Daniel Carl
2015-05-23Merge branch 'master' of https://github.com/jasonwryan/vimbDaniel Carl
Conflicts: README.md
2015-05-23Grammar and formatting cleanup in READMEJason Ryan