]> git.wh0rd.org - tt-rss.git/blob - NEWS
xml import/export tools, UPGRADING, update README
[tt-rss.git] / NEWS
1 v1.1 (Dec xy, 2005)
2
3 ! Please read UPGRADING for upgrade instructions from version 1.0.7 !
4
5 * Multi-user support (yay!)
6 * Per-feed purge preferences (0 means default, negative numbers disable purging)
7 * Reworked compact stylesheet support
8 * Interactive user preferences editor
9 * Per-feed content filters
10 * Support for user stylesheets
11 * Feed categories
12 * "Mark as read" for tags
13 * Test button in label editor
14 * Show number of unread articles in title
15
16 v1.0.7 (Nov 14, 2005)
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
21 - Reworked preferences editor once again
22 - Several bugfixes for issues reported since 1.0.6
23
24 v1.0.6 (Oct 13, 2005)
25
26 - Miscellaneous bugfixes since 1.0.5.1, including fairly serious
27 mysql schema bug.
28
29 v1.0.5.1 (Sep 24, 2005)
30
31 - Fixes MySQL schema bug of 1.0.5.
32
33 v1.0.5 (Sep 23, 2005)
34
35 - Fixes several issues reported since 1.0.4.
36
37 v1.0.4 (Sep 12, 2005)
38
39 - "Starred items" virtual feed
40 - Experimental support for Gmail-like labels
41 - Basic support for Technorati-style tags
42
43 v1.0.3.1 (Sep 07, 2005)
44
45 - Last minute bugfixes for 1.0.3
46
47 v1.0.3 (Sep 07, 2005)
48
49 - OPML export/import
50 - Support for simple content filtering (expression should be valid regexp,
51 checking is case insensitive)
52 - Reworked preferences dialog
53 - Added ability to mark posts as "starred". These posts are not expired
54 automatically.
55 - Rework interface using iframes, fixes a lot of scrolling issues.
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! :-)
63
64 v1.0.2 (Sep 02, 2005)
65
66 - Another bugfix release.
67
68 v1.0.1 (Aug 30, 2005)
69
70 - Bugfix release, several issues fixed.
71
72 v1.0 (Aug 27, 2005)
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
80 - More or less compatible with MSIE (tested on 5.0)
81
82 - Milestone 0.2 changed to 1.0
83
84 v0.1 (Aug 22, 2005)
85
86 - First public version, implemented most basic functionality