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