X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=doc%2FChangeLog;h=2b4f65d810bf9bb0ce615658680180bb8eebc677;hb=27d04395e10919fe08fb52b85ceaaa00543596de;hp=2bb4915cc25e8bd4007230053164881e937134ee;hpb=4ea75aed268e3d34863a0002a76329202ffe75ec;p=bookmarks_db.git diff --git a/doc/ChangeLog b/doc/ChangeLog index 2bb4915..2b4f65d 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,7 +1,59 @@ -Version 5.0.0 (2023-??-??) +Version 5.3.1 (2024-03-??) + + Renamed check_urls.py to check_urls_db.py. + + Renamed check_url.py to check_urls.py. + + Stop splitting and un-splitting URLs. Pass bookmark.href as is. + +Version 5.3.0 (2024-03-06) + + Added get_url.py: a script to get one file from an URL. + + Renamed set-URLs -> set-urls. + +Version 5.2.5 (2024-03-05) + + Feat(Robots/bkmk_rrequests): Ignore all problems with certificates. + + Fix(Robots/bkmk_robot_base): Pass query part. + +Version 5.2.4 (2024-03-04) + + Fix(Robots/bkmk_rrequests): No need to re-check error 404 via proxy. + +Version 5.2.3 (2024-03-03) + + Feat(Robots/bkmk_rrequests): Report 40x and 50x errors. + + Fix HTML pasrer based on Bs4: Find "shortcut icon". + +Version 5.2.2 (2024-03-03) + + Robots/bkmk_rrequests: Add request headers. + + Robots/bkmk_robot_base: Process "data:image/" icons. + +Version 5.2.1 (2024-03-02) + + Speedup second access through proxy. + +Version 5.2.0 (2024-03-02) + + For the robot based on requests allow to use a proxy. + +Version 5.1.0 (2024-03-01) + + Robot based on requests. + +Version 5.0.0 (2023-11-22) Python 3. + Report redirects and set URLs. + + Delete URLs. + Remove BeautifulSoup.py (use globally installed). Version 4.6.0 (2014-07-06)