Revisions of newsboat

buildservice-autocommit accepted request 1203054 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 78)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 77)
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 76)
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 75)
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 74)
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 73)
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 72)
- Update to 2.37:
  Added:
  * contrib: a bookmark plugin for Readeck
  * Podboat: podcasts can now be "missing", meaning a file was
    downloaded by Podboat but removed by some other program
  * contrib: completions file for fish shell
  Changed:
  * Sped up -x reload a little by grouping feeds on the same domain.
    Other ways to trigger a reload already had this optimization
  * Sped up FreshRSS integration with regard to marking articles as read
  * Updated translations
  * Bumped minimum supported Rust version to 1.77.0
  * Updated vendored library Catch2 to 3.7.0
  Fixed:
  * Newsboat spamming sites with requests when download-retries is
    changed from its default of 1 and the site returns HTTP code 304 Not Modified (#2732)
  * Crash on articles with combining Unicode characters (#2805)
  * Crash on articles where author name ends in a closing parenthesis
  * Cursor highlighting the wrong list entry after the terminal was resized (#2845)
  * highlight-article with expressions that contain flags had no effect on unread articles (#2814)
  * "Searching..." message not disappearing when the search is over (#2837)
  Security:
  * Fixed clickjacking vulnerability on newsboat.org
buildservice-autocommit accepted request 1185838 from smolsheep's avatar smolsheep (revision 71)
baserev update by copy to link target
smolsheep's avatar smolsheep accepted request 1185812 from smolsheep's avatar smolsheep (revision 70)
- Rework shebang script to reduce env-script-interpreter badness
- Replace most vendored C++ libraries with system ones
buildservice-autocommit accepted request 1182652 from Avindra Goolcharan's avatar Avindra Goolcharan (avindra) (revision 69)
baserev update by copy to link target
Avindra Goolcharan's avatar Avindra Goolcharan (avindra) accepted request 1182626 from smolsheep's avatar smolsheep (revision 68)
- Update to 2.36:
  Changed:
  * Improved readability of `--help`: better alignment, replace
    unreadable ad hoc filenames with `<file>`
  * Updated translations: Brazilian Portuguese, Chinese, Dutch,
    German, Italian, Polish, Russian and Ukrainian, Swedish,
    Turkish
  * Updated vendored library Catch2 to 3.5.4, expected-lite to
    0.8.0
  Fixed:
  * Updated default color configuration in the docs
  * Parts of contrib/ not being installed
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
Displaying revisions 1 - 20 of 78
openSUSE Build Service is sponsored by