summaryrefslogtreecommitdiff
path: root/CHANGES
blob: 31ce2c23bc045488c5966577b39b619f59eee0e2 (plain) (blame)
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
Changes for newsbeuter:

0.8.2 (2008-03-16):
	fixed broken string conversion (the fix from 0.8.1 didn't fully work).

0.8.1 (2008-03-12):
	fixed crash (related to string conversion of format string support)

0.8 (2008-03-07):
	implemented custom configurability of feed list and article list format
	improved reload speed by checking the Last-Modified header
	added special tags to rename feeds
	added macro support
	added Ruby scripting support
	directly integrated nxml/mrss code since API and ABI are a moving target

0.7 (2007-09-18):
	implemented the possibility to predefine filters
	implemented bloglines synchronization support
	implemented OPML online subscription support
	implemented plugin-based bookmarking support
	implemented custom flagging of articles
	redesigned search function
	implemented more key commands to ease navigation even more
	added the possibility to optionally use an external HTML renderer

0.6 (2007-08-14):
	implemented support for reloading the urls file
	implemented query feeds
	implemented history for the most important input fields
	fixed a major bug with filtering in the item list
	bugfix in the OPML import functionality
	implemented additional commandline commands

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.