Revisions of newsboat

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
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 27)
- Update to 2.20.1:
  Fixed:
  * Installation on BSDs (Tobias Kortkamp)
  * Regression that caused Newsboat to require a space before semicolon in macros,
    which made set browser "lynx"; open-in-browser invalid (#1013[1], #1015[2],
    #1017[3], #1018[4]) (Alexander Batischev)
  * Possible segfault upon startup (#1025[5]) (Dennis van der Schagt, Alexander
    Batischev)
  * Feed sorting in Spanish locale (#1028[6]) (Dennis van der Schagt, Alexander
    Batischev)

- Update to 2.20:
  Added:
  * An FAQ item on why TT-RSS authentication might fail (#44[1]) (Alexander
    Batischev)
  * An FAQ item on browser failures in Newsboat 2.18 (Alexander Batischev)
  * Ability to bind multiple keys to the same operation (#110[2]) (Dennis van
    der Schagt)
  * Ability to bind operations to Tab key (Dennis van der Schagt)
  * New format specifiers for articlelist-format: %n (article unread), %d
    (article deleted), %F (article's flags) (Dennis van der Schagt)
  * New format specifier for feedlist-title-format,
    articlelist-title-format, and searchresult-title-format: %F, which
    contains current filter expression. That specifier is now included into
    those settings by default (#946[3]) (Dennis van der Schagt)
  * New setting, switch-focus, which specifies a key that moves the cursor
    between widgets in File- and DirBrowser (Dennis van der Schagt)
  * New setting, wrap-scroll, which makes the cursor jump to the last item
    when scrolling up on the top one, and vice versa (David Pedersen)
  * exec command-line command, which allows to run an arbitrary operation
buildservice-autocommit accepted request 813127 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 26)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 812968 from Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) (revision 25)
- Fix build on non-x86:
  * newsboat-fix-json-hpp.patch
buildservice-autocommit accepted request 787373 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 24)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 23)
- Update to 2.19:
  Added:
  * contrib/urls-maintenance.sh: a script that converts HTTP to HTTPS, updates
    URLs according to HTTP redirects etc. (velaja)
  * `delete-played-files` setting (#669) (Dennis van der Schagt)
  * `%K` format for  `podlist-format`. This format specifier is replaced by the
    human readable download speed (automatically switches between KB/s, MB/s, and
    GB/s) (Dennis van der Schagt)
  * Docs on how to synchronize with Bazqux (Jonathan Siddle, Alexander Batischev)
  * Document that regexes use POSIX extended regular expressions
  * Document that regexes in filter language are case-insensitive
  Changed:
  * Dependency: we now use Asciidoctor instead of Asciidoc
  *  Dependency on Rust: we now have a schedule for bumping the minimum supported
     Rust version (#709)
  * Update vendored version of Catch2 to 2.11.3
  * Display `<audio>` and `<video>` tags in article view (Ignacio Losiggio)
  * Update translations: Dutch (Dennis van der Schagt), German (Lysander
    Trischler), Russian, Ukrainian (Alexander Batischev)
  * `podlist-format` now uses `%K` instead of `%k` by default (shows human
    readable speed instead of always using KB/s) (#727) (Dennis van der Schagt)
  * contrib/pinboard.pl: save description of the article (Donald Merand)
  * The EOT markers ("~" characters below blocks of text) no longer inherit their
    style (colors + attributes) from the "article" style. Instead, they can be
    configured separately, allowing to hide them without hiding the article text
    (example config line: `color end-of-text-marker default default invis`) (#507)
    (Dennis van der Schagt)
  Fixed:
  * **Breaking change**: `bind-key` context `podbeuter` renamed to `podboat`
    (Alexander Batischev) (Kudos to Marcos Cruz)
buildservice-autocommit accepted request 759910 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 22)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 21)
- Remove newsboat-no-git-hash.patch
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 20)
- Update to 2.18:
  Added:
  * Logo by noobilanderi
  Changed:
  * `open-in-browser-and-mark-read` no longer marks item read if browser returned
    a non-zero exit code. Similarly, `open-all-unread-in-browser` and
    `open-all-unread-in-browser-and-mark-read` abort on non-zero exit code
  * Update vendored version of Catch3 to 2.11.0
  * Update vendored version of nlohmann/json to 3.7.3
  * Update translations: German, Russian, Ukrainian
  Fixed:
  * `unbind-key -a` breaking cmdline, search and goto-url (#454) (kmws)
  * Flaky `run_command()` test (Alexander Batischev)
  Security:
  * smallvec crate bumped to 0.6.10, to get fixes for RUSTSEC-2019-0009 and
    RUSTSEC-2019-0012
buildservice-autocommit accepted request 713038 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 19)
baserev update by copy to link target
Displaying revisions 41 - 60 of 78
openSUSE Build Service is sponsored by