]> git.wh0rd.org - tt-rss.git/blame - NEWS
show only 4 tags in article view, possibly improve tag detection
[tt-rss.git] / NEWS
CommitLineData
27eeb00b
AD
1v1.1 (Dec xy, 2005)
2
3 Note: there is no update path from 1.0.7, the schema is just too
4 different. Sorry about that.
5
7a9fadaa 6 * Multi-user support (yay!)
1bc54a75 7 * Per-feed purge preferences (0 means default, negative numbers disable purging)
1bc54a75
AD
8 * Reworked compact stylesheet support
9 * Interactive user preferences editor
10 * Per-feed content filters
11 * Support for user stylesheets
91ff844a 12 * Feed categories
7eec90cf 13 * "Mark as read" for tags
c5d8841e 14 * Test button in label editor
12b84c6d 15
e71ad145 16v1.0.7 (Nov 14, 2005)
4529197a
AD
17
18 - Implemented catchup (e.g. mark as read) for labels and Starred feed
19 - Several new view modes and interface tweaks
20 - Label editor now has popup help
843e63c1 21 - Reworked preferences editor once again
4529197a
AD
22 - Several bugfixes for issues reported since 1.0.6
23
eb6355b5 24v1.0.6 (Oct 13, 2005)
20ed4b88 25
eb6355b5
AD
26 - Miscellaneous bugfixes since 1.0.5.1, including fairly serious
27 mysql schema bug.
20ed4b88 28
a72607c4
AD
29v1.0.5.1 (Sep 24, 2005)
30
31 - Fixes MySQL schema bug of 1.0.5.
32
8d4ee475 33v1.0.5 (Sep 23, 2005)
ec6acb2a
AD
34
35 - Fixes several issues reported since 1.0.4.
36
d0a2e80a 37v1.0.4 (Sep 12, 2005)
0a49370f
AD
38
39 - "Starred items" virtual feed
48f0adb0 40 - Experimental support for Gmail-like labels
8143ae1f 41 - Basic support for Technorati-style tags
0a49370f 42
5be7a674
AD
43v1.0.3.1 (Sep 07, 2005)
44
45 - Last minute bugfixes for 1.0.3
46
e34c39d4 47v1.0.3 (Sep 07, 2005)
8599e26a 48
ea6774cf 49 - OPML export/import
e6155a06
AD
50 - Support for simple content filtering (expression should be valid regexp,
51 checking is case insensitive)
ea6774cf 52 - Reworked preferences dialog
f4c10d44 53 - Added ability to mark posts as "starred". These posts are not expired
deaaa02c 54 automatically.
94f6fd94 55 - Rework interface using iframes, fixes a lot of scrolling issues.
deaaa02c
AD
56
57 - Rejoice, kids! Introducing support for MySQL (InnoDB and version 4.1 REQUIRED!)
58
59 Special thanks to Jamie McCarthy who basically shamed me into doing this.
60
61 Note: Database support could have suffered regressions from many changes
62 in the code. I need your bugreports and yes - this means YOU! :-)
3278ab16 63
32193013
AD
64v1.0.2 (Sep 02, 2005)
65
66 - Another bugfix release.
67
389b26b9
AD
68v1.0.1 (Aug 30, 2005)
69
69bd019d 70 - Bugfix release, several issues fixed.
389b26b9
AD
71
72v1.0 (Aug 27, 2005)
118f7b71
AD
73
74 - Limited support for keyboard navigation
75 - Feed information editor
76 - Support for feed icons (favicon.ico fetched from site)
77 - Background feed updates
78 - Update detection based on content checksum (somewhat flaky)
79 - Automatically cleanup posts older then specified number of days
c0e5a40e 80 - More or less compatible with MSIE (tested on 5.0)
118f7b71
AD
81
82 - Milestone 0.2 changed to 1.0
6f2dfab5 83
389b26b9 84v0.1 (Aug 22, 2005)
62b6c0a8 85
118f7b71 86 - First public version, implemented most basic functionality