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