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