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