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