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