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