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