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