diff --git a/ChangeLog b/ChangeLog index 40510f5..d2ded5a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +v0.6 (04/11/2022) +** User ** + Replace track_users by filter_users plugins which can itnerpret conditional filters from configuration + Don't save all visitors requests into database (save space and computing). Can be changed in deufalt_conf.py with keep_requests value + Replace -c argument by config file. Now clean output is -C + Add favicon + Be more strict with robots : requires at least 1 hit per viewed page + +** Dev ** + Update data from AWStats + Add Geo IP location information + Normalize URL before counting in stats + Update feed detector : check 'feed', 'rss' or 'atom' string in user agent + Move code to Python 3 + +** Bugs ** + v0.5 (15/04/2020) ** User ** Add --dry-run (-D) argument