X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=doc%2FChangeLog;h=58fee45d5ddd78b5b8018bf7cc29a4ae6577669b;hb=04db9e3805bf1dec4b6954195680628079dbf8a1;hp=f83c649de90d7a1dd251497dfcbc6ae4d670dd25;hpb=339a47d774cc3fd2096ad4f5d7756da1bf0cd731;p=bookmarks_db.git diff --git a/doc/ChangeLog b/doc/ChangeLog index f83c649..58fee45 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,4 +1,4 @@ -WHAT'S NEW in version 4.6.0 (2014-06-??) +WHAT'S NEW in version 4.6.0 (2014-07-06) Split simple robot: separate network operations and URL handling/HTML parsing. @@ -11,6 +11,14 @@ WHAT'S NEW in version 4.6.0 (2014-06-??) Add ChangeLog. + Allow parameters in BKMK_* environment variables; for example, + BKMK_ROBOT=forking:subproc=urllib or + BKMK_STORAGE=json:filename=bookmarks_db.json. + + Pass subproc parameter to the subprocess to allow different robots. + + Add a new robot based on urllib2. + WHAT'S NEW in version 4.5.6 (2014-01-14)