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