Revisions of newsboat

buildservice-autocommit accepted request 1161272 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 67)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 1161203 from smolsheep's avatar smolsheep (revision 66)
- Update newsbeuter-makefile.patch
- Change services to manual from the deprecated disabled
- Remove deprecated cargo_config
- Update to 2.35:
  Added:
  * Support for Feedbin
  * --queue-file, --search-history-file, and --cmdline-history-file
    options to specify locations of the respective files. This,
    along with the existing options --url-file, --config-file, and
    --cache-file, lets the user fully customize the locations
    instead of relying on XDG or dotfiles
  * miniflux-flag-star setting, so articles flagged in Newsboat
    appear as starred in Miniflux
  * miniflux-show-special-feeds setting (enabled by default) which
    adds a "Starred Items" feed to the feedlist for those two use
    Miniflux
  * Podboat: if --log-level is specified but --log-file isn't,
    write the log to a file named after the template
    podboat_%Y-%m-%d_%H.%M.%S.log, i.e. use the current date and
    time. The same functionality was added to Newsboat proper in
    2.31
  * contrib: a bookmark plugin for Linkding
  * contrib: a bookmark plugin for Wallabag
  * contrib: a filter to turn twtxt protocol into RSS
  * contrib: a filter to add newlines to Slashdot feed
  Changed:
  * Build in C++14 mode. This does not increase our requirements
    for compilers, because the ones we require already provide
    C++14 support
  * Updated translations: Chinese, Dutch, German, Italian, Polish,
buildservice-autocommit accepted request 1148427 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 65)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 64)
- Use %autosetup macro. Allows to eliminate the usage of deprecated
  %patchN.
buildservice-autocommit accepted request 1135148 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 63)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 62)
- Update to 2.34:
  Added:
  * latest_article_age feed attribute; it's similar to the age attribute of an
    article, and can be used to e.g. hide feeds which were recently updated
    (#2619)
  * Updated translations
  * Updated vendored library json.hpp to 3.11.3
  * Bumped minimum supported Rust version to 1.70.0
  Fixed:
  * Articles in Mastodon feeds having no titles when using Newsboat with NextCloud
    News (#2573)
buildservice-autocommit accepted request 1113348 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 61)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 60)
- Update to 2.33:
  Added:
  * Support for 0..9 keys in dialog overview. If you never used dialog
    overview, it's invoked by V key by default and is very useful if you also
    employ ^V/^G/^X to keep multiple dialogs open within Newsboat (Dennis
    van der Schagt)
  * Support importing OPML 2.0 with --import-from-opml (#2448)
  Changed:
  * Image enclosures are now displayed at the start of the article. This improves
    support for Mastodon feeds (#2305, #2495)
  * In feeds that lack title and whose URLs end entirely in digits, use the
    description as a title instead. This improves support for Mastodon feeds and
    hopefully doesn't break others (#2530)
  * Taught contrib/image-preview/nbrun to take Newsboat's CLI arguments
  * Updated translations
  * Bumped minimum supported Rust version to 1.68.2
  Fixed:
  * Hanging if scripts used by filter:, bookmark-cmd, or html-renderer
    process their input in a streaming fashion rather than reading it entirely
    before outputting anything
  * Slowness in opening and navigating feeds that contain many items (#229)
  * --export-to-opml producing invalid OPML documents (missing text attribute)
    (#2518)
buildservice-autocommit accepted request 1095315 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 59)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 58)
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 1095255 from smolsheep's avatar smolsheep (revision 57)
- Update to version 2.32:
  Added:
  * contrib: a filter to remove Substack's "Subscribe now" prompts
    from the posts (NunoSempere)
  * contrib: an image pager which can spot all the images in a
    post and display them with either `feh` or `kitty`'s `icat`
    (whyrgola)
  * Tags in OPML export. This is implemented as a new option,
    `--export-to-opml2`, because the output format is OPML version
    2.0 rather than the 1.0 that `--export-to-opml` produces.
    We intend to make OPML 2.0 the default in some future major
    release of Newsboat (#871) (Gwyneth Morgan)
  Changed:
  * Enclosures are only enqueued if their MIME type looks like
    a podcast or is empty. This prevents Newsboat from e.g.
    enqueueing images from Mastodon feeds (#2367) (Dennis van der
    Schagt)
  * Asciidoctor is a truly optional dependency now. `make all`
    still builds docs, but at least one can `make newsboat`
    and such without installing Asciidoctor (#2353) (Alexander
    Batischev)
  * Newlines are now removed from the author's name (#2434)
    (blankie)
  * If the same URL is used in `<a>` and/or `<img>`/`<iframe>`,
    it's marked as "image" or "iframe" rather than simply a
    "link" (#2432) (blankie)
  * `goto-title` operation now searches for the titles *as you
    see them*, i.e. if a feed doesn't have a title and Newsboat
    displays its URL instead, `goto-feed` will use that URL rather
    than the (empty) title (#2451) (blankie)
  * Updated translations: Dutch (Dennis van der Schagt), German
    (Lysander Trischler), Italian (Mauro Scomparin), Polish
    (Carno), Russian and Ukrainian (Alexander Batischev), Swedish
    (Dennis Öberg), Turkish (Emir SARI)
  * Updated vendored library expected-lite to 0.6.3
  * Bumped minimum supported Rust version to 1.66.1
- Removed newsboat-gcc12.patch due to upstream fix (#2056)
buildservice-autocommit accepted request 1074593 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 56)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 55)
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 54)
- Update to 2.31:
  Added:
  * Operations for scrolling by half a page (`halfpageup`, `halfpagedown`) (#36)
  * If `--log-level` is specified but `--log-file` isn't, write the log to a file
    named after the template `newsboat_%Y-%m-%d_%H.%M.%S.log`, i.e. use the
    current date and time
  * _contrib/move_url.py_ for moving feeds in Newsboat's database while keeping
    articles
  Changed:
  * Updated translations: Dutch, German, Italian, Polish, Russian and Ukrainian,
    Spanish and Turkish
  * Bumped minimum supported Rust version to 1.64.0
  Fixed:
  * Inability to exit search mode when `quit` is bound to `BACKSPACE` (#2336)
buildservice-autocommit accepted request 1069344 from Avindra Goolcharan's avatar Avindra Goolcharan (avindra) (revision 53)
baserev update by copy to link target
Avindra Goolcharan's avatar Avindra Goolcharan (avindra) committed (revision 52)
2.30.1
buildservice-autocommit accepted request 1007725 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 51)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 50)
- Refresh:
  * newsbeuter-makefile.patch
  * newsboat-gcc12.patch
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 49)
- newsbeuter-makefile.patch: refreshed
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 48)
Displaying revisions 1 - 20 of 67
openSUSE Build Service is sponsored by