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