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