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