]> git.wh0rd.org - tt-rss.git/blob - NEWS
update NEWS
[tt-rss.git] / NEWS
1 v1.0.7 (Nov xy, 2005)
2
3 - Implemented catchup (e.g. mark as read) for labels and Starred feed
4 - Several new view modes and interface tweaks
5 - Label editor now has popup help
6 - Several bugfixes for issues reported since 1.0.6
7
8 v1.0.6 (Oct 13, 2005)
9
10 - Miscellaneous bugfixes since 1.0.5.1, including fairly serious
11 mysql schema bug.
12
13 v1.0.5.1 (Sep 24, 2005)
14
15 - Fixes MySQL schema bug of 1.0.5.
16
17 v1.0.5 (Sep 23, 2005)
18
19 - Fixes several issues reported since 1.0.4.
20
21 v1.0.4 (Sep 12, 2005)
22
23 - "Starred items" virtual feed
24 - Experimental support for Gmail-like labels
25 - Basic support for Technorati-style tags
26
27 v1.0.3.1 (Sep 07, 2005)
28
29 - Last minute bugfixes for 1.0.3
30
31 v1.0.3 (Sep 07, 2005)
32
33 - OPML export/import
34 - Support for simple content filtering (expression should be valid regexp,
35 checking is case insensitive)
36 - Reworked preferences dialog
37 - Added ability to mark posts as "starred". These posts are not expired
38 automatically.
39 - Rework interface using iframes, fixes a lot of scrolling issues.
40
41 - Rejoice, kids! Introducing support for MySQL (InnoDB and version 4.1 REQUIRED!)
42
43 Special thanks to Jamie McCarthy who basically shamed me into doing this.
44
45 Note: Database support could have suffered regressions from many changes
46 in the code. I need your bugreports and yes - this means YOU! :-)
47
48 v1.0.2 (Sep 02, 2005)
49
50 - Another bugfix release.
51
52 v1.0.1 (Aug 30, 2005)
53
54 - Bugfix release, several issues fixed.
55
56 v1.0 (Aug 27, 2005)
57
58 - Limited support for keyboard navigation
59 - Feed information editor
60 - Support for feed icons (favicon.ico fetched from site)
61 - Background feed updates
62 - Update detection based on content checksum (somewhat flaky)
63 - Automatically cleanup posts older then specified number of days
64 - More or less compatible with MSIE (tested on 5.0)
65
66 - Milestone 0.2 changed to 1.0
67
68 v0.1 (Aug 22, 2005)
69
70 - First public version, implemented most basic functionality