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