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