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