summaryrefslogtreecommitdiff
path: root/NEWS
blob: 2190b9e869ae82ec927d12f36f69812a0743f9c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
v1.1.3	(Feb xx, 2006)

	* Broken feed editor fixed
	* Compatibility layer for mb_* functions
	* Experimental server-side update daemon for asynchronous operation

v1.1.2	(Jan 20, 2006)

	* Support for feeds linked together
	* Various SQL optimizations
	* Integrated browser for registered feeds
	* Interface fixes and cleanups

v1.1.1	(Dec 26, 2005)

	* Various XML export/import fixes
	* Add filter action on frontpage
	* Optional login via SSL
	* Adaptive view mode
	* Combined feed display
	* Collapsable categories in feedlist
	* HTTP Basic authentication support for reading protected feeds 
	* Various MSIE compatibility fixes/workarounds

v1.1.p2	(Dec 07, 2005)

	* Fix schema_version handling in xml-import.php

v1.1.p1	(Dec 07, 2005)

	* Fix session handling in xml-import.php

v1.1		(Dec 07, 2005)

	! Please read UPGRADING for upgrade instructions from version 1.0.7 !

	* Multi-user support (yay!)
	* Per-feed purge preferences (0 means default, negative numbers disable purging)
	* Reworked compact stylesheet support
	* Interactive user preferences editor
	* Per-feed content filters
	* Support for user stylesheets
	* Feed categories
	* "Mark as read" for tags
	* Test button in label editor
	* Show number of unread articles in title
	
v1.0.7	(Nov 14, 2005)

	- Implemented catchup (e.g. mark as read) for labels and Starred feed
	- Several new view modes and interface tweaks
	- Label editor now has popup help
	- Reworked preferences editor once again
	- Several bugfixes for issues reported since 1.0.6

v1.0.6	(Oct 13, 2005)

	- Miscellaneous bugfixes since 1.0.5.1, including fairly serious
	  mysql schema bug.

v1.0.5.1	(Sep 24, 2005)

	- Fixes MySQL schema bug of 1.0.5.

v1.0.5	(Sep 23, 2005)

	- Fixes several issues reported since 1.0.4.

v1.0.4	(Sep 12, 2005)

	- "Starred items" virtual feed
	- Experimental support for Gmail-like labels
	- Basic support for Technorati-style tags

v1.0.3.1 (Sep 07, 2005)

	- Last minute bugfixes for 1.0.3

v1.0.3 (Sep 07, 2005)

	- OPML export/import
	- Support for simple content filtering (expression should be valid regexp,
	  checking is case insensitive)
	- Reworked preferences dialog
	- Added ability to mark posts as "starred". These posts are not expired
	  automatically.	  
	- Rework interface using iframes, fixes a lot of scrolling issues.
	
	- Rejoice, kids! Introducing support for MySQL (InnoDB and version 4.1 REQUIRED!)
	
	  Special thanks to Jamie McCarthy who basically shamed me into doing this.

	  Note: Database support could have suffered regressions from many changes 
	  in the code. I need your bugreports and yes - this means YOU! :-)
	
v1.0.2 (Sep 02, 2005)

	- Another bugfix release.

v1.0.1 (Aug 30, 2005)

	- Bugfix release, several issues fixed.

v1.0   (Aug 27, 2005)

	- Limited support for keyboard navigation
	- Feed information editor
	- Support for feed icons (favicon.ico fetched from site)
	- Background feed updates
	- Update detection based on content checksum (somewhat flaky)
	- Automatically cleanup posts older then specified number of days
	- More or less compatible with MSIE (tested on 5.0)

	- Milestone 0.2 changed to 1.0

v0.1   (Aug 22, 2005)

	- First public version, implemented most basic functionality