From v0.1.0-rc.2 ================ Additions --------- - badwolf(1) manpage - Set the window title synced with the current tab Changes ------- - Move the page-search to the statusbar Fixes ----- - Close the WebView with the tab Note: NetworkProcess keeps being there for some reason From v0.0.3 =========== Additions --------- - tabbed browsing (multiprocessed) - configuration file for some settings - Default window size for floating WMs - Webkit Runtime/Buildtime versions on stderr - Cleanly accept CC/CFLAGS/LDFLAGS and PREFIX on make Changes ------- - Some UI/Design improvements, non-exhaustively: - page search doesn’t take half of the available space and has been moved to statusbar - tooltips have been added to label-less widgets - Move WebKitSettings to config.h - Move to C11 (to clean warning coming from WebKit/Gtk) Fixes ----- - Makefile: $(CC) arguments ordering and moved to POSIX