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