]> git.wh0rd.org - tt-rss.git/blame - NEWS
change ttrss_entries.title type to text
[tt-rss.git] / NEWS
CommitLineData
d0a2e80a 1v1.0.4 (Sep 12, 2005)
0a49370f
AD
2
3 - "Starred items" virtual feed
48f0adb0 4 - Experimental support for Gmail-like labels
8143ae1f 5 - Basic support for Technorati-style tags
0a49370f 6
5be7a674
AD
7v1.0.3.1 (Sep 07, 2005)
8
9 - Last minute bugfixes for 1.0.3
10
e34c39d4 11v1.0.3 (Sep 07, 2005)
8599e26a 12
ea6774cf 13 - OPML export/import
e6155a06
AD
14 - Support for simple content filtering (expression should be valid regexp,
15 checking is case insensitive)
ea6774cf 16 - Reworked preferences dialog
f4c10d44 17 - Added ability to mark posts as "starred". These posts are not expired
deaaa02c 18 automatically.
94f6fd94 19 - Rework interface using iframes, fixes a lot of scrolling issues.
deaaa02c
AD
20
21 - Rejoice, kids! Introducing support for MySQL (InnoDB and version 4.1 REQUIRED!)
22
23 Special thanks to Jamie McCarthy who basically shamed me into doing this.
24
25 Note: Database support could have suffered regressions from many changes
26 in the code. I need your bugreports and yes - this means YOU! :-)
3278ab16 27
32193013
AD
28v1.0.2 (Sep 02, 2005)
29
30 - Another bugfix release.
31
389b26b9
AD
32v1.0.1 (Aug 30, 2005)
33
69bd019d 34 - Bugfix release, several issues fixed.
389b26b9
AD
35
36v1.0 (Aug 27, 2005)
118f7b71
AD
37
38 - Limited support for keyboard navigation
39 - Feed information editor
40 - Support for feed icons (favicon.ico fetched from site)
41 - Background feed updates
42 - Update detection based on content checksum (somewhat flaky)
43 - Automatically cleanup posts older then specified number of days
c0e5a40e 44 - More or less compatible with MSIE (tested on 5.0)
118f7b71
AD
45
46 - Milestone 0.2 changed to 1.0
6f2dfab5 47
389b26b9 48v0.1 (Aug 22, 2005)
62b6c0a8 49
118f7b71 50 - First public version, implemented most basic functionality