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