Update ChangeLog
This commit is contained in:
parent
3117aebac0
commit
7e2991aa50
10
ChangeLog
10
ChangeLog
|
@ -1,10 +1,14 @@
|
||||||
v0.6 (04/11/2022)
|
v0.6 (20/11/2022)
|
||||||
** User **
|
** User **
|
||||||
Replace track_users by filter_users plugins which can itnerpret conditional filters from configuration
|
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
|
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
|
Replace -c argument by config file. Now clean output is -C
|
||||||
Add favicon
|
Add favicon
|
||||||
Be more strict with robots : requires at least 1 hit per viewed page
|
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 **
|
** Dev **
|
||||||
Update data from AWStats
|
Update data from AWStats
|
||||||
|
@ -12,8 +16,12 @@ v0.6 (04/11/2022)
|
||||||
Normalize URL before counting in stats
|
Normalize URL before counting in stats
|
||||||
Update feed detector : check 'feed', 'rss' or 'atom' string in user agent
|
Update feed detector : check 'feed', 'rss' or 'atom' string in user agent
|
||||||
Move code to Python 3
|
Move code to Python 3
|
||||||
|
Check for multimedia files using lower case
|
||||||
|
Don't launch robot analysis rules for feed parsers
|
||||||
|
|
||||||
** Bugs **
|
** 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)
|
v0.5 (15/04/2020)
|
||||||
** User **
|
** User **
|
||||||
|
|
Loading…
Reference in New Issue
Block a user