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