]> git.wh0rd.org - tt-rss.git/blame - NEWS
fix link color in combined mode
[tt-rss.git] / NEWS
CommitLineData
9f5b331f 1v1.1.1 (Dec 26, 2005)
62e2ad45
AD
2
3 * Various XML export/import fixes
4 * Add filter action on frontpage
5 * Optional login via SSL
6 * Adaptive view mode
7 * Combined feed display
8 * Collapsable categories in feedlist
9 * HTTP Basic authentication support for reading protected feeds
9f5b331f 10 * Various MSIE compatibility fixes/workarounds
62e2ad45 11
3820a960
AD
12v1.1.p2 (Dec 07, 2005)
13
14 * Fix schema_version handling in xml-import.php
15
16v1.1.p1 (Dec 07, 2005)
17
18 * Fix session handling in xml-import.php
19
434175f8 20v1.1 (Dec 07, 2005)
27eeb00b 21
97aba8ec 22 ! Please read UPGRADING for upgrade instructions from version 1.0.7 !
27eeb00b 23
7a9fadaa 24 * Multi-user support (yay!)
1bc54a75 25 * Per-feed purge preferences (0 means default, negative numbers disable purging)
1bc54a75
AD
26 * Reworked compact stylesheet support
27 * Interactive user preferences editor
28 * Per-feed content filters
29 * Support for user stylesheets
91ff844a 30 * Feed categories
7eec90cf 31 * "Mark as read" for tags
c5d8841e 32 * Test button in label editor
806a3d14 33 * Show number of unread articles in title
12b84c6d 34
e71ad145 35v1.0.7 (Nov 14, 2005)
4529197a
AD
36
37 - Implemented catchup (e.g. mark as read) for labels and Starred feed
38 - Several new view modes and interface tweaks
39 - Label editor now has popup help
843e63c1 40 - Reworked preferences editor once again
4529197a
AD
41 - Several bugfixes for issues reported since 1.0.6
42
eb6355b5 43v1.0.6 (Oct 13, 2005)
20ed4b88 44
eb6355b5
AD
45 - Miscellaneous bugfixes since 1.0.5.1, including fairly serious
46 mysql schema bug.
20ed4b88 47
a72607c4
AD
48v1.0.5.1 (Sep 24, 2005)
49
50 - Fixes MySQL schema bug of 1.0.5.
51
8d4ee475 52v1.0.5 (Sep 23, 2005)
ec6acb2a
AD
53
54 - Fixes several issues reported since 1.0.4.
55
d0a2e80a 56v1.0.4 (Sep 12, 2005)
0a49370f
AD
57
58 - "Starred items" virtual feed
48f0adb0 59 - Experimental support for Gmail-like labels
8143ae1f 60 - Basic support for Technorati-style tags
0a49370f 61
5be7a674
AD
62v1.0.3.1 (Sep 07, 2005)
63
64 - Last minute bugfixes for 1.0.3
65
e34c39d4 66v1.0.3 (Sep 07, 2005)
8599e26a 67
ea6774cf 68 - OPML export/import
e6155a06
AD
69 - Support for simple content filtering (expression should be valid regexp,
70 checking is case insensitive)
ea6774cf 71 - Reworked preferences dialog
f4c10d44 72 - Added ability to mark posts as "starred". These posts are not expired
deaaa02c 73 automatically.
94f6fd94 74 - Rework interface using iframes, fixes a lot of scrolling issues.
deaaa02c
AD
75
76 - Rejoice, kids! Introducing support for MySQL (InnoDB and version 4.1 REQUIRED!)
77
78 Special thanks to Jamie McCarthy who basically shamed me into doing this.
79
80 Note: Database support could have suffered regressions from many changes
81 in the code. I need your bugreports and yes - this means YOU! :-)
3278ab16 82
32193013
AD
83v1.0.2 (Sep 02, 2005)
84
85 - Another bugfix release.
86
389b26b9
AD
87v1.0.1 (Aug 30, 2005)
88
69bd019d 89 - Bugfix release, several issues fixed.
389b26b9
AD
90
91v1.0 (Aug 27, 2005)
118f7b71
AD
92
93 - Limited support for keyboard navigation
94 - Feed information editor
95 - Support for feed icons (favicon.ico fetched from site)
96 - Background feed updates
97 - Update detection based on content checksum (somewhat flaky)
98 - Automatically cleanup posts older then specified number of days
c0e5a40e 99 - More or less compatible with MSIE (tested on 5.0)
118f7b71
AD
100
101 - Milestone 0.2 changed to 1.0
6f2dfab5 102
389b26b9 103v0.1 (Aug 22, 2005)
62b6c0a8 104
118f7b71 105 - First public version, implemented most basic functionality