Revisions of newsboat

Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 47)
- Update to 2.29:
  Added:
    * New placeholder for browser, %t, which is replaced by the type of the URL
    (#1954)
  * contib: a script to reorder lines in the urls file (#1918)
  * Support for Brotli compression. In fact, Newsboat will now use all the methods
    supported by the libcurl it's linked to (#2152)
  * In tags dialog, put the cursor on the currently selected tag, or the first tag
    if none is selected at the moment (#2093)
  Changed:
  * When rendering an article, put a newline between consecutive <audio> and
    <video> tags (#2103)
  * When select-filter is used with an argument (e.g. from a macro), that
    argument is now used to look up a predefined filter by name. The old
    behaviour (applying the argument as filter) is still available by using
    set-filter instead (#2137)
  * When select-filter is used without an argument, it will now open the filter
    selection dialog. Previously, set-filter from a macro without arguments
    was ignored in the article list (#2137)
  * Docs: use a new style for keys. It should be more readable than the old one,
    please file issues if you disagree! (#2028)
  * When reloading feeds in parallel, status line now shows the progress rather
    than the number of the currently reloaded feed (#2065)
  * Updated translations: Dutch (Dennis van der Schagt), French (Tonus), German
    (Lysander Trischler), Italian (Mauro Scomparin), Polish (Carno), Russian and
    Ukrainian (Alexander Batischev), Spanish (Roboron3042), Turkish (Emir SARI)
  * Bumped minimum supported Rust version to 1.59.0
  * Bumped minimum supported GNU Make version to 4.0 (released on
    October 9th, 2013)
  * Updated vendored libraries: expected-lite to 0.6.2, json.hpp to 3.11.2
buildservice-autocommit accepted request 978997 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 46)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 45)
- Add newsboat-gcc12.patch:
  Fix build with gcc12
buildservice-autocommit accepted request 965450 from Avindra Goolcharan's avatar Avindra Goolcharan (avindra) (revision 44)
baserev update by copy to link target
Avindra Goolcharan's avatar Avindra Goolcharan (avindra) committed (revision 43)
regen rust deps tarball
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 42)
- bsc#1196972: Bump rust regex to fixed version
- Update to 2.27:
  Added:
  * Support for regexes in `ignore-article`; for example, you can now use
    `ignore-article "https://nitter.net/.*" "title =~ \"RT by\""` to ignore all
    retweets in your Nitter feeds. This is more efficient than matching on
    `feedurl` from the filter expression, because this new form is only
    evaluated for the feeds that match the regex, while the old form would run
    for all articles of all feeds (#1913)
  * A "universal" color scheme
  * A user-contributed script to show images in Kitty terminal emulator:
    contrib/kitty-img-pager.sh
  * Support for XDG directories in contrib/exportOPMLWithTags.py
  Changed:
  * Bumped minimum supported Rust version to 1.55.0
  * We now link to our own STFL fork: https://github.com/newsboat/stfl. The
    upstream's SVN is down, and we never managed to get any of our bugfixes in
    there anyway. Since we seem to be the last remaining STFL user, we advise
    downstream maintainers to rely on our repo instead. Our fork is maintained to
    the extent necessary for Newsboat
  * In manpages, command line options are now set in bold and are underlined,
    while inline code is underlined. These changes improve readability
  * Clarified error messages in OPML import (#1919)
  * Updated translations
  * Updated vendored library json.hpp to 3.10.5, Catch2 to 2.13.8
  Fixed:
  * Cursor jumping too far after marking a feed read when hidden feeds are present
    (#1934)
  * Newsboat exiting with code 0 when OPML import fails
  * XML entities not being decoded in "text/plain" entries (#1938)
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 41)
- Update to 2.26:
  Added:
  * `confirm-mark-feed-read` setting (enabled by default) (#1781)
  * `miniflux-min-items` setting to control how many articles to load for each
    feed
  * A script to bookmark articles to buku
  * A gruvbox color scheme
  Changed:
  * Bumped minimum supported Rust version to 1.53.0
  * Accept empty feed title when bookmarking on autopilot (#243)
  * `:save` command now uses `save-path` setting to resolve relative paths (#1689)
  * Updated translations: Dutch (Dennis van der Schagt), German (Lysander
    Trischler), Italian (Mauro Scomparin), Polish (Michał Siemek), Russian,
    Ukrainian (Alexander Batischev), and Turkish (Emir Sari)
  * Updated vendored library optional-lite to 3.5.0, json.hpp to 3.10.4
  Removed:
  * Ability to switch away from modal dialogs (e.g. FileBrowser) (#117)
  Fixed:
  * Relative URLs in articles are now resolved relative to their permalink when
    the feed doesn't set the `xml:base` (#1818,
    https://github.com/akrennmair/newsbeuter/issues/507)
  * Starred items not being synchronized to NextCloud News (#743)
Avindra Goolcharan's avatar Avindra Goolcharan (avindra) accepted request 929498 from William Brown's avatar William Brown (firstyear) (revision 40)
- Add cargo audit service to detect potential security issues
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 39)
- Update to 2.25:
  Added:
  * New elements to style with `color` command: `title`, `hint-key`,
    `hint-keys-delimiter`, `hint-separator`, and `hint-description`.
    If there is no style for one of those elements, the style of
    `info` is used instead. See "Configuring Colors" section in the
    docs
  * Podboat: show an error when a podcast can't be renamed (#545)
  * A note that the urls file can contain comments
  Changed:
  * Bumped minimum supported Rust version to 1.51.0
  * Key hints (at the bottom of the screen) are now styled to make
    them easier to read. If you're using a custom colorscheme and
    want to use these new elements, you need to update it;
    see the "Configuring Colors" section in the docs (#1016)
  * Podboat: move to the next item after marking a podcast
    finished or deleted
  * `purge-deleted` now keeps the cursor near where it was in the
    list, rather than the *line* it was on (#1728)
  * Updated translations: Dutch (Dennis van der Schagt),
    German (Lysander Trischler), Italian (Mauro Scomparin),
    Polish (Michał Siemek), Russian, Ukrainian (Alexander Batischev),
    and Turkish (Emir Sari)
  * Updated vendored library Catch2 to 2.13.7, and json.hpp to 3.10.2
  Fixed:
  * A crash when entering a feed with an invalid filter expression (#1665)
  * Slow scrolling in Podboat (#1375)
  * Slow `mark-all-read` with remote APIs. It's still slow when a
    filter is applied, but without a filter it's as fast as possible
  * A crash when `next-unread` is invoked while viewing a tag with no
buildservice-autocommit accepted request 901090 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 38)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 37)
- Update to 2.24:
  Added:
  * FreshRSS support
  * Ability to add descriptions to macros (#228)
  * Support for plain-text Atom entries (YouTube is the most
    prominent publisher of those) (#468, #1022, #1010)
  * restrict-filename setting to control if non-alphanumeric
    symbols will get replaced by underscores when saving an article (#1110)
  * highlight-feed setting to highlight feedlist entries according
    to the filter expressions (same as highlight-article in
    the article list) (#1510)
  Changed:
  * IRC channel moved from Freenode to Libera.Chat network
  * Newsboat will now fail to start if settings are passed more
  parameters than
    they expect. To fix this, read the doc for the setting and try using
    double
    quotes as necessary (Alexander Batischev)
  * Newsboat will now quit if you try to open a query feed whose
  expression
    contains an unknown attribute. This is a temporary workaround; the
    next
    version will display an error instead. The proper fix couldn't be
    added to
    2.24 because that'd disrupt the freeze on translations (#1665)
  * Updated translations
  * Bumped minimum supported Rust version to 1.48.0
  * Updated vendored library Catch2 to 2.13.6
  Fixed:
  * Segfault in Podboat when purging the list where the last item is
buildservice-autocommit accepted request 883531 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 36)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 35)
- Update to 2.23:
  Added:
  * open-in-browser-noninteractively operation which is similar to
    open-in-browser, but doesn't relinquish the terminal to the browser. It
    still waits for the browser to finish executing, though (Dennis van der
    Schagt)
  * Confirmation for delete-all-articles (#1490)
  * %U specifier for feedlist-title-format which shows the total number of
    unread articles in all feeds (#1495)
  * Display images' alternate text in the article view (#1512)
  * List iframe URLs in the article view (#1153)
  Changed:
  * Newsboat now refuses to enqueue a podcast if its filename is already present
    in the queue. If that happens, you'll have to adjust
    download-filename-format to make the filenames more distinguishable
    (#1411)
  * Reduced message flickering when reloading feeds (Dennis van der Schagt)
  * Updated translations: Dutch (Dennis van der Schagt), German (Lysander
    Trischler), Italian (Mauro Scomparin), Polish (Carno), Russian (Alexander
    Batischev), Turkish (Emir Sari), and Ukrainian (Alexander Batischev)
  * Bumped minimum supported Rust version to 1.46.0
  * Updated vendored library Catch2 to 2.13.4
  Removed:
  * dumpform command-line command which was only intended for debugging
    (Dennis van der Schagt)
  Fixed:
  * Missing empty lines inside pre tags (#1429)
  * open-all-unread-in-browser-and-mark-read not synchronizing the "read" status
    to the remote API (#1449)
  * Newsboat redrawing the screen once a minute even if idle (#563)
buildservice-autocommit accepted request 862228 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 34)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 33)
- Update to 2.22.1:
  * Slow scrolling in the article list (regression) (#1372)
  * Segfaults if swap-title-and-hints is enabled (regression) (#1399)
  * Build failure on GCC 9 due to maybe-uninitialized warning which
    -Werror turns into an error
buildservice-autocommit accepted request 860141 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 32)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 31)
- Update to 2.22:
  Added:
  * confirm-mark-all-feeds-read setting, which makes Newsboat ask for
    confirmation before marking all the feeds as read (#1215) (Tarishi Jain)
  * Command line autocompletion in the save dialog (#893) (Dennis van der Schagt)
  * Support for ^U, ^K, ^G, and ^W editing keys (as in readline and Emacs) in
    command line in the save dialog (Dennis van der Schagt)
  * Support for RSS Media extension in Atom feeds (#595) (Dennis van der Schagt)
  * New, more detailed, documentation chapters on macros and running external
    commands (A1RO)
  * User-contributed script that exports feeds with their tags in the OPML format:
    contrib/exportOPMLWithTags.py (jartigag)
  * Help dialog in the URLs view (#1218) (Dennis van der Schagt)
  * Handling of terminal resizes for all dialogs (#389, #390) (Dennis van der
    Schagt)
  * goto-title operation, which selects a feed with a given title (#888, #1135)
    (Dennis van der Schagt)
  * --cleanup command-line flag, which does the same as cleanup-on-quit
    option (#1182) (Dennis van der Schagt)
  * check and ci-check Makefile targets. Both run C++ and Rust test suites
    consecutively, but the former fails early. Use check locally where
    re-running tests is quick, and use ci-check in CI where re-running tests
    usually means re-building everything first (#896) (Alexander Batischev)
  * Command line support in the help dialog (Dennis van der Schagt)
  * "(localized)" marks in documentation for all settings with internationalized
    default values (#1270) (Amrit Brar)
  * %F placeholder in browser setting, which is always replaced by the
    feed's URL (unlike %u, which depends on the context in which the browser
    is invoked) (#423) (Dennis van der Schagt)
  * Dumping of ignore-article rules with dumpconfig command (in Newsboat's
buildservice-autocommit accepted request 839559 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 30)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 29)
- Update to 2.21:
  Added:
  * Build dependency on AWK
  * A note that security vulnerability should be reported to
    security@newsboat.org preferably encrypted to PGP key 4ED6CD61932B9EBE
  * Confirmation before marking all feeds as read (#1006) (Dennis van der Schagt)
  * scrolloff setting which keeps the specified number of lines above and below
    the selected list item (#1103) (Dennis van der Schagt)
  * %=[width][identifier] formatting sequence for *-format settings. It
    centers a given value inside a given width, padded with spaces and slanting
    to the left if it can't be aligned evenly (Daniel Bauer)
  * Support for Miniflux (#448) (Galen Abell)
  * run-on-startup setting which executes a given list of operations when
    Newsboat starts. This can be used to e.g. open tag dialog on startup, or go
    to a certain feed (#888) (Dennis van der Schagt)
  * Documentation for one, two, ..., nine, zero operations that open
    a corresponding URL in the browser (A1RO)
  Changed:
  * It is now a startup error for a macro to have no operations
  * Bumped minimum supported Rust version to 1.42.0
  * Updated vendored libraries: Catch2 to 2.13.1, json.hpp to 3.9.1
  * Empty strings in filter expressions are treated as zero when compared with
    a numeric attribute like age (Alexander Batischev)
  * Converted various tables in docs to decorated lists, making them easier to
    read (#441]) (Spacewalker2)
  * In macros, no longer require a space between operation and the following
    semicolon (#702]) (Dennis van der Schagt)
  * Sorting by first tag now ignores "title tags", i.e. the ones that start with
    a tilde (#1128]) (José Rui Barros)
  * contrib/feedgrabber.rb updated to use Newsboat directories instead of
buildservice-autocommit accepted request 817201 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 28)
baserev update by copy to link target
Displaying revisions 21 - 40 of 67
openSUSE Build Service is sponsored by