summaryrefslogtreecommitdiffstats
path: root/CHANGES
blob: 41fb0c482c32a6d301c3c8b31a6eac4e5e5a2ca8 (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
Changes for newsbeuter:

0.5 (2007-08-02):
	improved HTML rendering
	improved lock file handling
	added Unicode compatibility
	added support for notifications
	implemented filter language
	it is now possible to freely configure e.g. the up/down-keys

0.4 (2007-05-08):
	refactored view
	introduced configuration option to disable cache cleanup (user request)
	introduced configuration option to set the HTTP user-agent header to a custom value
	significant speed improvement for reload and cache cleanup (by J�rgen Jung)
	added Italian translation (by Andrea Marchesini)
	added unit tests
	added an "include" configuration command to make it possible to separate the configuration into several files
	introduced global configuration file /etc/newsbeuter/config
	added support for Snownews/Liferea extension scripts

0.3 (2007-03-26):
	added gettext support
	added podcast support
	changed handling of encoding - now, everything is stored as UTF-8 internally, and gets converted on-the-fly
	removed dependency to libidn
	numerous bugs have been fixed

0.2 (2007-02-21):
	removed an unnecessary mutex lock/unlock that made newsbeuter lock up when the "max-items" config option was set
	improved HTML rendering (occasional missing spaces, <pre> tags)
	added possibility to use the space key for key bindings
	made "next unread" function work across feeds when in item view
	added the possibility to view all URLs within an article and open them in a browser
	added HTTP proxy support
	added color configuration support
	added tagging/categorization support
	added auto-reload support
	added search dialog

0.1.1 (2007-01-17):
	fixed a crash when ISO-8859-1 encoded feeds with umlauts in the title were displayed on systems with UTF-8 locales enabled.

0.1 (2007-01-16):
	Initial release.