Update ChangeLog

This commit is contained in:
Gregory Soutade 2022-11-20 10:15:23 +01:00
parent 3117aebac0
commit 7e2991aa50
1 changed files with 9 additions and 1 deletions

View File

@ -1,10 +1,14 @@
v0.6 (04/11/2022)
v0.6 (20/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
Add a plugin to anonymize IP addresses (for public statistics)
Allow to merge feeds based on name regular expression with merge_feeds_parsers_list conf value
Add all_visits_enlight display plugin
Show last access information for feeds parsers
** Dev **
Update data from AWStats
@ -12,8 +16,12 @@ v0.6 (04/11/2022)
Normalize URL before counting in stats
Update feed detector : check 'feed', 'rss' or 'atom' string in user agent
Move code to Python 3
Check for multimedia files using lower case
Don't launch robot analysis rules for feed parsers
** Bugs **
Fix a bug in feed filter (must not return, just break after manage of feed_name_analysed)
Display viewed and no viewed data for feeds (can be set as a robot too late)
v0.5 (15/04/2020)
** User **