]> git.wh0rd.org - tt-rss.git/blame - NEWS
fix xml category counters response for updateAllFeeds
[tt-rss.git] / NEWS
CommitLineData
3820a960
AD
1v1.1.p2 (Dec 07, 2005)
2
3 * Fix schema_version handling in xml-import.php
4
5v1.1.p1 (Dec 07, 2005)
6
7 * Fix session handling in xml-import.php
8
434175f8 9v1.1 (Dec 07, 2005)
27eeb00b 10
97aba8ec 11 ! Please read UPGRADING for upgrade instructions from version 1.0.7 !
27eeb00b 12
7a9fadaa 13 * Multi-user support (yay!)
1bc54a75 14 * Per-feed purge preferences (0 means default, negative numbers disable purging)
1bc54a75
AD
15 * Reworked compact stylesheet support
16 * Interactive user preferences editor
17 * Per-feed content filters
18 * Support for user stylesheets
91ff844a 19 * Feed categories
7eec90cf 20 * "Mark as read" for tags
c5d8841e 21 * Test button in label editor
806a3d14 22 * Show number of unread articles in title
12b84c6d 23
e71ad145 24v1.0.7 (Nov 14, 2005)
4529197a
AD
25
26 - Implemented catchup (e.g. mark as read) for labels and Starred feed
27 - Several new view modes and interface tweaks
28 - Label editor now has popup help
843e63c1 29 - Reworked preferences editor once again
4529197a
AD
30 - Several bugfixes for issues reported since 1.0.6
31
eb6355b5 32v1.0.6 (Oct 13, 2005)
20ed4b88 33
eb6355b5
AD
34 - Miscellaneous bugfixes since 1.0.5.1, including fairly serious
35 mysql schema bug.
20ed4b88 36
a72607c4
AD
37v1.0.5.1 (Sep 24, 2005)
38
39 - Fixes MySQL schema bug of 1.0.5.
40
8d4ee475 41v1.0.5 (Sep 23, 2005)
ec6acb2a
AD
42
43 - Fixes several issues reported since 1.0.4.
44
d0a2e80a 45v1.0.4 (Sep 12, 2005)
0a49370f
AD
46
47 - "Starred items" virtual feed
48f0adb0 48 - Experimental support for Gmail-like labels
8143ae1f 49 - Basic support for Technorati-style tags
0a49370f 50
5be7a674
AD
51v1.0.3.1 (Sep 07, 2005)
52
53 - Last minute bugfixes for 1.0.3
54
e34c39d4 55v1.0.3 (Sep 07, 2005)
8599e26a 56
ea6774cf 57 - OPML export/import
e6155a06
AD
58 - Support for simple content filtering (expression should be valid regexp,
59 checking is case insensitive)
ea6774cf 60 - Reworked preferences dialog
f4c10d44 61 - Added ability to mark posts as "starred". These posts are not expired
deaaa02c 62 automatically.
94f6fd94 63 - Rework interface using iframes, fixes a lot of scrolling issues.
deaaa02c
AD
64
65 - Rejoice, kids! Introducing support for MySQL (InnoDB and version 4.1 REQUIRED!)
66
67 Special thanks to Jamie McCarthy who basically shamed me into doing this.
68
69 Note: Database support could have suffered regressions from many changes
70 in the code. I need your bugreports and yes - this means YOU! :-)
3278ab16 71
32193013
AD
72v1.0.2 (Sep 02, 2005)
73
74 - Another bugfix release.
75
389b26b9
AD
76v1.0.1 (Aug 30, 2005)
77
69bd019d 78 - Bugfix release, several issues fixed.
389b26b9
AD
79
80v1.0 (Aug 27, 2005)
118f7b71
AD
81
82 - Limited support for keyboard navigation
83 - Feed information editor
84 - Support for feed icons (favicon.ico fetched from site)
85 - Background feed updates
86 - Update detection based on content checksum (somewhat flaky)
87 - Automatically cleanup posts older then specified number of days
c0e5a40e 88 - More or less compatible with MSIE (tested on 5.0)
118f7b71
AD
89
90 - Milestone 0.2 changed to 1.0
6f2dfab5 91
389b26b9 92v0.1 (Aug 22, 2005)
62b6c0a8 93
118f7b71 94 - First public version, implemented most basic functionality