]> spindle.queued.net Git - midori/commitdiff
Bump version to 0.1.3
authorChristian Dywan <christian@twotoasts.de>
Sun, 22 Feb 2009 22:37:51 +0000 (23:37 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sun, 22 Feb 2009 22:37:51 +0000 (23:37 +0100)
ChangeLog
README
TODO
wscript

index 7d0831fa3c5b75f1db2eb80201312da0d884fc36..cdc16086dad3c7b530993ec8cb30fb67cb81242f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
 This file is licensed under the terms of the expat license, see the file EXPAT.
 
+v0.1.3:
+ + Sidepanel can be aligned on the right
+ + Bookmarks can be organized in folders
+ + Support find as you type
+ + Support international domain names
+ + Tweak location completion
+ + Provide default search engines
+ + Integrate with Maemo if available
+ + Implement Mouse Gestures extension
+ + Implement a Plugins panel
+ + Editing the toolbar via a context menu
+ + Introduce Zoom Text and Images preference
+
 v0.1.2:
  + Open new tabs by clicking on the tabbar
  + Refactor and speed up location completion
@@ -11,7 +24,6 @@ v0.1.2:
  + Implement cookie storage on disk
  + Remove autotooled build system
  + Add a new Extensions panel
- + Support javascript bookmarklets
  + Implement opening of new windows
  + Display tooltips in Preferences
 
diff --git a/README b/README
index 62995981d6b903f1c1d95dd1c37435f561122722..ab012d3855644ef441fa80de96860025c2e8fe0b 100644 (file)
--- a/README
+++ b/README
@@ -10,11 +10,10 @@ Midori is a lightweight web browser.
 * Straightforward bookmark management.
 * Customizable and extensible interface.
 * Extensions written in C.
-* Custom context menu actions.
 
 Requirements: GTK+ 2.10, WebkitGtk, libXML2
 
-Optional: Unique 0.9, libsoup 2.4, sqlite 3.0, docutils, xdg-open
+Optional: Unique 0.9, libsoup 2.23.1, libidn, sqlite 3.0, docutils, xdg-open
 
 For installation instructions read INSTALL.
 
diff --git a/TODO b/TODO
index af50c86ef75682ec8ea720c1d7c48c7af8128d3f..a98520677782a1ab8b239be7f04c809667f49431 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,20 +1,17 @@
 This file is licensed under the terms of the expat license, see the file EXPAT.
 
 TODO:
- . Revamp bookmarks UI, including creating of bookmark folders
  . Use an update timeout in KatzePropertyProxy instead of only focus-out
  . Show a loading mouse pointer
  . Scroll tabs w/o switching tabs
  . Import and export of the bookmarks file, or using one from a specific path
  . Custom context menu actions, like in Thunar or Epiphany
  . Custom tab names
- . Open an auto-vanishing findbox with '.'
  . Analogus to blocked popups, blocked scripts moving layers on load (extension)
  . Per-site blocking of individual elements on a page
  . Statusbar icon 'cookies blocked', icon 'popups blocked'
  . Per-site settings accessible via statusbar icons, ie. cookies, popups, plugins
  . CookieSafe like, a list of cookies, with type, block, allow
- . Support mouse gestures (extension)
  . Automatic update checks (browser, extensions)?
  . Auto-group tabs by opener, with colors?
  . Mark (dogear) a selection so that it isn't cleared implicitly, multiply on one page
@@ -44,4 +41,3 @@ TODO:
  . Shared bookmarks and config
  . Custom-mode, e.g. hide menubar and use help icon to have a help viewer
  . Prevent dead tabs: download, aborted page
- . On url load, for big files, ask "Open or save?"
diff --git a/wscript b/wscript
index 133b57e1d02e9c680f32ebf933a093617e1235cb..2c0c4276b3a523e6d91095b3ad9815c7ab660b7f 100644 (file)
--- a/wscript
+++ b/wscript
@@ -22,7 +22,7 @@ import UnitTest
 
 major = 0
 minor = 1
-micro = 2
+micro = 3
 
 APPNAME = 'midori'
 VERSION = str (major) + '.' + str (minor) + '.' + str (micro)