PageRenderTime 27ms CodeModel.GetById 28ms RepoModel.GetById 1ms app.codeStats 0ms

/CHANGELOG.md

https://github.com/neutralinsomniac/uzbl
Markdown | 61 lines | 57 code | 4 blank | 0 comment | 0 complexity | 8f4914b363d59209c9018ecd3da7dc6f MD5 | raw file
Possible License(s): GPL-3.0
  1. ## Changelog
  2. ### v0.9.1 / 2016-10-27
  3. - [#321](https://github.com/uzbl/uzbl/pull/321) fix QA issues in *.desktop files (@rindeal)
  4. - [#317](https://github.com/uzbl/uzbl/pull/317) Load uri with auth (@keis)
  5. - [#316](https://github.com/uzbl/uzbl/pull/316) Fix double character from split_quoted (@keis)
  6. - [#297](https://github.com/uzbl/uzbl/pull/297) config: fix the Wikipedia search binding (@mathstuf)
  7. - [#296](https://github.com/uzbl/uzbl/pull/296) Document default keybindings in English (@qguv)
  8. - [#269](https://github.com/uzbl/uzbl/pull/269) No empty strings in parser (@keis)
  9. - [#282](https://github.com/uzbl/uzbl/pull/282) Adding string escaping for the DuckDuckGo search engine. (@everton1984)
  10. - [#278](https://github.com/uzbl/uzbl/pull/278) Fix segfault upon toggling builtin string variable (@hofheinz)
  11. - [#275](https://github.com/uzbl/uzbl/pull/275) Properly wire key-release-event when creating plug (@keis)
  12. - [#272](https://github.com/uzbl/uzbl/pull/272) size_allocate makes left_label too small on gtk2 (@WrongNeko)
  13. - [#268](https://github.com/uzbl/uzbl/pull/268) Independent em daemon class (@keis)
  14. - [#264](https://github.com/uzbl/uzbl/pull/264) reduced <Space> scrolling to 98 % (@GSI)
  15. - [#260](https://github.com/uzbl/uzbl/pull/260) Indentation adjustment (@alexfornuto)
  16. - [#259](https://github.com/uzbl/uzbl/pull/259) added <Shift><Space> default key binding to config (refs #209) (@GSI)
  17. - [#258](https://github.com/uzbl/uzbl/pull/258) clarified README regarding "css add" (refs #256) (@GSI)
  18. - [#257](https://github.com/uzbl/uzbl/pull/257) Issue template (@mathstuf)
  19. - [#253](https://github.com/uzbl/uzbl/pull/253) made list of urls unique when $DMENU_HAS_VERTICAL (@GSI)
  20. - [#254](https://github.com/uzbl/uzbl/pull/254) Allow proxy_url to be unset with empty string (@keis)
  21. - [#248](https://github.com/uzbl/uzbl/pull/248) Use version tag when used from archive (@keis)
  22. - [#244](https://github.com/uzbl/uzbl/pull/244) comm: fix appending doubles to events (@mathstuf)
  23. - [#247](https://github.com/uzbl/uzbl/pull/247) status-bar: call the parent class' size_allocate (@mathstuf)
  24. - [#245](https://github.com/uzbl/uzbl/pull/245) config: fix <Space> bindings (@mathstuf)
  25. - [#229](https://github.com/uzbl/uzbl/pull/229) Use GIOStream to do command input (@keis)
  26. - [#241](https://github.com/uzbl/uzbl/pull/241) Rework authentication (@keis)
  27. ### v0.9.0 / 2016-02-28
  28. - [#224](https://github.com/uzbl/uzbl/pull/224) Download fixes (@keis)
  29. - [#220](https://github.com/uzbl/uzbl/pull/220) Add issue template (@mathstuf)
  30. - [#210](https://github.com/uzbl/uzbl/pull/210) Interpret quotes in matcher for bind (@keis)
  31. - [#205](https://github.com/uzbl/uzbl/pull/205) Formfiller (@keis)
  32. - [#206](https://github.com/uzbl/uzbl/pull/206) Remove remaining occurrences of --uri (@f8l)
  33. - [#204](https://github.com/uzbl/uzbl/pull/204) Use first positional argument as url to open (@keis)
  34. - [#199](https://github.com/uzbl/uzbl/pull/199) added 'newwindow' to fS* and fT* binding (refs issue #191) (@GSI)
  35. - [#196](https://github.com/uzbl/uzbl/pull/196) introduced 'proxy_section' to status bar (refs issue #194) (@GSI)
  36. - [#192](https://github.com/uzbl/uzbl/pull/192) added 'newwindow' to Fl* binding (refs issue #191) (@GSI)
  37. - [#188](https://github.com/uzbl/uzbl/pull/188) Check for stale event-manager pid in uzbl-browser (@keis)
  38. - [#183](https://github.com/uzbl/uzbl/pull/183) Destkop file tweaks (@keis)
  39. - [#186](https://github.com/uzbl/uzbl/pull/186) Subscribe to uri notify only once (@keis)
  40. - [#171](https://github.com/uzbl/uzbl/pull/171) docs: document per-site-settings (@mathstuf)
  41. - [#167](https://github.com/uzbl/uzbl/pull/167) docs: fix replacement for toggle_zoom_type (@mathstuf)
  42. - [#164](https://github.com/uzbl/uzbl/pull/164) Python test fixes (@keis)
  43. - [#162](https://github.com/uzbl/uzbl/pull/162) no "opts.pid_file" in quit(), must use self.opts.pid_file (@marklee77)
  44. - [#111](https://github.com/uzbl/uzbl/pull/111) Small fix in the name of the event when the load finishes in the documentation. (@Konubinix)
  45. - [#109](https://github.com/uzbl/uzbl/pull/109) check if uzbl-event-manager is running before starting new instance (@veox)
  46. - [#103](https://github.com/uzbl/uzbl/pull/103) Add support for local settings (@mathstuf, @bct, @pawelz, @TaylanUB, @djpohly, @dylex, @lucab, @keis, @dmedvinsky, @igoralmeida)
  47. - [#106](https://github.com/uzbl/uzbl/pull/106) Make scheme.py python3 compatible. (@mhrheaume)
  48. - [#105](https://github.com/uzbl/uzbl/pull/105) Tab reordering for uzbl-tabbed (@moorchegue)
  49. - [#102](https://github.com/uzbl/uzbl/pull/102) Allow variables to take negative values. (@mathstuf)
  50. - [#101](https://github.com/uzbl/uzbl/pull/101) Pass PREFIX to the python installer (@mathstuf, @bct, @pawelz, @TaylanUB, @djpohly, @dylex, @lucab, @keis, @dmedvinsky, @igoralmeida)
  51. - [#98](https://github.com/uzbl/uzbl/pull/98) Random fixes (@igoralmeida)
  52. ### 2012.05.14 / 2012-04-28
  53. - [#87](https://github.com/uzbl/uzbl/pull/87) Fix an off-by-one error (@mathstuf)
  54. - [#77](https://github.com/uzbl/uzbl/pull/77) set last_button before trying to get click context (@keis)
  55. ### 2011.07.17 / 2011-07-17
  56. - [#52](https://github.com/uzbl/uzbl/pull/52) form input follower fixes (@keis)
  57. - [#53](https://github.com/uzbl/uzbl/pull/53) Check if file exist before trying to run it (@keis)