diff --git a/CHANGES b/CHANGES index 0dc474cb..33608eff 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,7 @@ Changes for newsbeuter: +2.1: + 2.0 (2009-04-21): Added more flexible dialog handling Improved position handling in article list (fixes #112; thanks to Isaac Good) diff --git a/config.h b/config.h index 196b447f..e364b368 100644 --- a/config.h +++ b/config.h @@ -3,7 +3,7 @@ #define PACKAGE "newsbeuter" #define PROGRAM_NAME PACKAGE -#define PROGRAM_VERSION "1.4" +#define PROGRAM_VERSION "2.1" #define PROGRAM_URL "http://www.newsbeuter.org/" #define NEWSBEUTER_PATH_SEP "/" diff --git a/doc/chapter-cmdline.txt b/doc/chapter-cmdline.txt index 2749af88..833932e3 100644 --- a/doc/chapter-cmdline.txt +++ b/doc/chapter-cmdline.txt @@ -12,7 +12,7 @@ the ESC key. The history of all the commands that you enter will be saved to but can be influenced by setting the "history-limit" configuration variable. To disable history saving, set the history-limit to 0. -Starting with newsbeuter 1.4, the commandline provides you with some help if +Starting with newsbeuter 2.0, the commandline provides you with some help if you can't remember the full names of commandline commands. By pressing the TAB key, newsbeuter will try to automatically complete your command. If there is more than one possible completion, you can subsequently press the TAB key to diff --git a/doc/chapter-firststeps.txt b/doc/chapter-firststeps.txt index b2310c88..d7f7de3e 100644 --- a/doc/chapter-firststeps.txt +++ b/doc/chapter-firststeps.txt @@ -3,7 +3,7 @@ After you've installed newsbeuter, you can run it for the first time by typing Error: no URLs configured. Please fill the file /home/ak/.newsbeuter/urls with RSS feed URLs or import an OPML file. - newsbeuter 1.4 + newsbeuter 2.1 usage: ./newsbeuter [-i |-e] [-u ] [-c ] [-x ...] [-h] -e export OPML feed to stdout -r refresh feeds on start diff --git a/doc/chapter-podcasts.txt b/doc/chapter-podcasts.txt index ea901453..ebcc6add 100644 --- a/doc/chapter-podcasts.txt +++ b/doc/chapter-podcasts.txt @@ -5,7 +5,7 @@ from other podcast aggregators or "podcatchers" in how it is done. Podcast content is transported in RSS feeds via special tags called "enclosures". Newsbeuter recognizes these enclosures and stores the relevant -information for every podcast item it finds in an RSS feed. Since version 1.4, +information for every podcast item it finds in an RSS feed. Since version 2.0, it also recognizes and handles the Yahoo Media RSS extensions. What the user then can do is to add the podcast download URL to a download queue. Alternatively, newsbeuter can be configured to automatically do that. This diff --git a/doc/newsbeuter.txt b/doc/newsbeuter.txt index f3d70aa0..da75ac14 100644 --- a/doc/newsbeuter.txt +++ b/doc/newsbeuter.txt @@ -652,7 +652,7 @@ Examples: Dialog Titles ^^^^^^^^^^^^^ -Starting with newsbeuter 1.4, it is now officially supported to customize +Starting with newsbeuter 2.0, it is now officially supported to customize the title format of all available dialogs. Here is a list of dialogs with their respective title format configuration variables, and a list of available formats and their meaning. Please note taht the title formats are localized, so if you @@ -748,9 +748,9 @@ Examples for possible highlighting configurations are: Advanced Dialog Management ~~~~~~~~~~~~~~~~~~~~~~~~~~ -Since version 1.4, newsbeuter supports an advanced concept of dialogs. +Since version 2.0, newsbeuter supports an advanced concept of dialogs. Previously, all dialogs (feed list, article list, article view) were internally -laid out as a pure stack. In 1.4, this changed: all dialogs are managed in a +laid out as a pure stack. In 2.0, this changed: all dialogs are managed in a list, and the user can jump to another, previously opened dialog from everywhere. This allows a user to open more than one article list, more than one article view, etc., and switch between them without closing them.