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