]> git.wh0rd.org - tt-rss.git/blob - NEWS
schema: add email column to ttrss_users
[tt-rss.git] / NEWS
1 v1.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
11 v1.1.p2 (Dec 07, 2005)
12
13 * Fix schema_version handling in xml-import.php
14
15 v1.1.p1 (Dec 07, 2005)
16
17 * Fix session handling in xml-import.php
18
19 v1.1 (Dec 07, 2005)
20
21 ! Please read UPGRADING for upgrade instructions from version 1.0.7 !
22
23 * Multi-user support (yay!)
24 * Per-feed purge preferences (0 means default, negative numbers disable purging)
25 * Reworked compact stylesheet support
26 * Interactive user preferences editor
27 * Per-feed content filters
28 * Support for user stylesheets
29 * Feed categories
30 * "Mark as read" for tags
31 * Test button in label editor
32 * Show number of unread articles in title
33
34 v1.0.7 (Nov 14, 2005)
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
39 - Reworked preferences editor once again
40 - Several bugfixes for issues reported since 1.0.6
41
42 v1.0.6 (Oct 13, 2005)
43
44 - Miscellaneous bugfixes since 1.0.5.1, including fairly serious
45 mysql schema bug.
46
47 v1.0.5.1 (Sep 24, 2005)
48
49 - Fixes MySQL schema bug of 1.0.5.
50
51 v1.0.5 (Sep 23, 2005)
52
53 - Fixes several issues reported since 1.0.4.
54
55 v1.0.4 (Sep 12, 2005)
56
57 - "Starred items" virtual feed
58 - Experimental support for Gmail-like labels
59 - Basic support for Technorati-style tags
60
61 v1.0.3.1 (Sep 07, 2005)
62
63 - Last minute bugfixes for 1.0.3
64
65 v1.0.3 (Sep 07, 2005)
66
67 - OPML export/import
68 - Support for simple content filtering (expression should be valid regexp,
69 checking is case insensitive)
70 - Reworked preferences dialog
71 - Added ability to mark posts as "starred". These posts are not expired
72 automatically.
73 - Rework interface using iframes, fixes a lot of scrolling issues.
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! :-)
81
82 v1.0.2 (Sep 02, 2005)
83
84 - Another bugfix release.
85
86 v1.0.1 (Aug 30, 2005)
87
88 - Bugfix release, several issues fixed.
89
90 v1.0 (Aug 27, 2005)
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
98 - More or less compatible with MSIE (tested on 5.0)
99
100 - Milestone 0.2 changed to 1.0
101
102 v0.1 (Aug 22, 2005)
103
104 - First public version, implemented most basic functionality