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