X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=doc%2FChangeLog;h=58fee45d5ddd78b5b8018bf7cc29a4ae6577669b;hb=refs%2Ftags%2Fv4.6.0;hp=d6e6a7e0e358b86b9ebf434a10d7d4483095b58f;hpb=3aaa2e76cabab5ab57bc68762133649e03b5d14c;p=bookmarks_db.git diff --git a/doc/ChangeLog b/doc/ChangeLog index d6e6a7e..58fee45 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,13 +1,24 @@ -WHAT'S NEW in version 4.6.0 +WHAT'S NEW in version 4.6.0 (2014-07-06) Split simple robot: separate network operations and URL handling/HTML parsing. + Change parse_html to parse strings, not files. -WHAT'S NEW in version 4.5.7 + Split parse_html/__init__.py into __main__.py. + + Adapt JSON storage to recent Mozilla export format. 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)