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