summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog15
-rw-r--r--wscript2
2 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index add8b40c..7d0831fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
This file is licensed under the terms of the expat license, see the file EXPAT.
+v0.1.2:
+ + Open new tabs by clicking on the tabbar
+ + Refactor and speed up location completion
+ + Show a Crash dialog after crashes
+ + Dynamically save files when needed
+ + Support Back/ Forward mouse buttons
+ + Support javascript: bookmarklets
+ + Implement Proxy and Identification string
+ + 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
+
v0.1.1:
+ Reimplement page holder as an extension
+ Introduce a C extension interface
diff --git a/wscript b/wscript
index 4a5a16d9..26fbf2b9 100644
--- a/wscript
+++ b/wscript
@@ -12,7 +12,7 @@ import UnitTest
major = 0
minor = 1
-micro = 1
+micro = 2
APPNAME = 'midori'
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)