Uzbl Versions Save

A web browser that adheres to the unix philosophy.

v0.9.1

7 years ago
  • #321 fix QA issues in *.desktop files (@rindeal)
  • #317 Load uri with auth (@keis)
  • #316 Fix double character from split_quoted (@keis)
  • #297 config: fix the Wikipedia search binding (@mathstuf)
  • #296 Document default keybindings in English (@qguv)
  • #269 No empty strings in parser (@keis)
  • #282 Adding string escaping for the DuckDuckGo search engine. (@everton1984)
  • #278 Fix segfault upon toggling builtin string variable (@hofheinz)
  • #275 Properly wire key-release-event when creating plug (@keis)
  • #272 size_allocate makes left_label too small on gtk2 (@WrongNeko)
  • #268 Independent em daemon class (@keis)
  • #264 reduced <Space> scrolling to 98 % (@GSI)
  • #260 Indentation adjustment (@alexfornuto)
  • #259 added <Shift><Space> default key binding to config (refs #209) (@GSI)
  • #258 clarified README regarding "css add" (refs #256) (@GSI)
  • #257 Issue template (@mathstuf)
  • #253 made list of urls unique when $DMENU_HAS_VERTICAL (@GSI)
  • #254 Allow proxy_url to be unset with empty string (@keis)
  • #248 Use version tag when used from archive (@keis)
  • #244 comm: fix appending doubles to events (@mathstuf)
  • #247 status-bar: call the parent class' size_allocate (@mathstuf)
  • #245 config: fix <Space> bindings (@mathstuf)
  • #229 Use GIOStream to do command input (@keis)
  • #241 Rework authentication (@keis)

v0.9.0

8 years ago

With a lot of big refactoring and smaller patches piling up over the past years this release is, needless to say, way overdue. With 179 files changed, 20242 insertions(+), 10994 deletions(-) the full list of changes would be much to long include here, instead here's a small overview.

  • A big refactor and clean-up of core
  • An almost rewrite of the python event-manager
  • Restructured and renamed commands for better consistency
  • Support for composing characters using dead keys
  • And various assorted bug fixes