]> git.wh0rd.org - tt-rss.git/blame - NEWS
add purge_interval in ttrss_feeds (schema updated)
[tt-rss.git] / NEWS
CommitLineData
e71ad145 1v1.0.7 (Nov 14, 2005)
4529197a
AD
2
3 - Implemented catchup (e.g. mark as read) for labels and Starred feed
4 - Several new view modes and interface tweaks
5 - Label editor now has popup help
843e63c1 6 - Reworked preferences editor once again
4529197a
AD
7 - Several bugfixes for issues reported since 1.0.6
8
eb6355b5 9v1.0.6 (Oct 13, 2005)
20ed4b88 10
eb6355b5
AD
11 - Miscellaneous bugfixes since 1.0.5.1, including fairly serious
12 mysql schema bug.
20ed4b88 13
a72607c4
AD
14v1.0.5.1 (Sep 24, 2005)
15
16 - Fixes MySQL schema bug of 1.0.5.
17
8d4ee475 18v1.0.5 (Sep 23, 2005)
ec6acb2a
AD
19
20 - Fixes several issues reported since 1.0.4.
21
d0a2e80a 22v1.0.4 (Sep 12, 2005)
0a49370f
AD
23
24 - "Starred items" virtual feed
48f0adb0 25 - Experimental support for Gmail-like labels
8143ae1f 26 - Basic support for Technorati-style tags
0a49370f 27
5be7a674
AD
28v1.0.3.1 (Sep 07, 2005)
29
30 - Last minute bugfixes for 1.0.3
31
e34c39d4 32v1.0.3 (Sep 07, 2005)
8599e26a 33
ea6774cf 34 - OPML export/import
e6155a06
AD
35 - Support for simple content filtering (expression should be valid regexp,
36 checking is case insensitive)
ea6774cf 37 - Reworked preferences dialog
f4c10d44 38 - Added ability to mark posts as "starred". These posts are not expired
deaaa02c 39 automatically.
94f6fd94 40 - Rework interface using iframes, fixes a lot of scrolling issues.
deaaa02c
AD
41
42 - Rejoice, kids! Introducing support for MySQL (InnoDB and version 4.1 REQUIRED!)
43
44 Special thanks to Jamie McCarthy who basically shamed me into doing this.
45
46 Note: Database support could have suffered regressions from many changes
47 in the code. I need your bugreports and yes - this means YOU! :-)
3278ab16 48
32193013
AD
49v1.0.2 (Sep 02, 2005)
50
51 - Another bugfix release.
52
389b26b9
AD
53v1.0.1 (Aug 30, 2005)
54
69bd019d 55 - Bugfix release, several issues fixed.
389b26b9
AD
56
57v1.0 (Aug 27, 2005)
118f7b71
AD
58
59 - Limited support for keyboard navigation
60 - Feed information editor
61 - Support for feed icons (favicon.ico fetched from site)
62 - Background feed updates
63 - Update detection based on content checksum (somewhat flaky)
64 - Automatically cleanup posts older then specified number of days
c0e5a40e 65 - More or less compatible with MSIE (tested on 5.0)
118f7b71
AD
66
67 - Milestone 0.2 changed to 1.0
6f2dfab5 68
389b26b9 69v0.1 (Aug 22, 2005)
62b6c0a8 70
118f7b71 71 - First public version, implemented most basic functionality