-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathCHANGELOG.txt
52 lines (29 loc) · 1.51 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Changes in version 1.2
----------------------
* For feeds containing FeedBurner-specific mark-up, use the origLink element
for the article URL to avoid FeedBurner redirect URLs.
* Added publisher command line option to specify article cut-off period.
* Better handling of punctuation and Unicode entities.
* Use Porter stemmer to consolidate keywords that derive from the same root.
* More robust image extraction (better exception handling).
* Escape ampersands in URLs.
* Enable templates to detect which articles are new (less than 30 minutes old).
* Exclude articles with no publication date.
* Allow comments in feed lists.
* Set connection/read timeouts so threads don't hang indefinitely.
* Give priority to the largest image associated with an article.
* Now requires Java 6 or later.
* Added filter to exclude articles where headlines match a certain regex.
* Upgraded to StringTemplate 4.0.7.
* Templates are now specified by a StringTemplate group file (.stg).
Changes in version 1.1
----------------------
* Allow alternative templates to be specified on the command line, rather than
requiring them to be added to the classpath.
* Renamed style.css to zeitgeist.css.
* Improved image detection in feeds, now recognises entity-encoded img tags.
* Download and cache thumbnail images and favicons rather than linking to
originals.
* Improved favicon detection (home page is now downloaded and scanned for link
tags when there is no favicon.ico in the web root).
* Added expiry meta tag to default templates.