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