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