Changelog for
newsboat-2.13-11.9.x86_64.rpm :
* Mon Sep 24 2018 mvetterAATTsuse.com- Update to 2.13: Added:
* Respect TMPDIR environment variable when writing temporary files (#250[1])
* delete-all-articles operation that marks all articles in the feed as deleted (Kamil Wsół) Changed:
* Require cookie-cache setting if Newsblur API is used (Alexander Batischev)
* Translations: Russian, Ukraininan (Alexander Batischev), Swedish (Dennis Öberg), German (Lysander Trischler)
* json.hpp updated to version 3.2.0
* Natural sort order for article titles, so numbers are put in the expected order (e.g. 1, 2, 5, 10, 11 rather than 1, 10, 11, 2, 5) (Nikos Tsipinakis) Fixed:
* Do not create empty files if history is disabled (Nikos Tsipinakis)
* Mon Jun 25 2018 mvetterAATTsuse.com- Update to 2.12: Added:
* Ability to override path to pkg-config (Ali Lown)
* Socket support in filebrowser (Sebastian Rakel)
* ls --classify-like formatting for filenames in filebrowser (Sebastian Rakel)
* Ability to sort feedlist by last update (TwilightSpectre) (#191[1])
* :q as alternative to :quit (Franz König)
* Support for open-in-browser in URL dialog, thus fixing many user macros in that dialog (Felix Viernickel) (#194[2])
* \"Author\" field for items fetched from Newsblur (Chris Nehren)
* Coding style, mostly enforced through clang-format. Non-enforceable things are documented in docs/code-style.markdown (Alexander Batischev)
* A check in bind-key that will now throw an error on binding to a non-existent operation (Nikos Tsipinakis) Changed:
* The markup in docs, to be consistent throughout (Lysander Trischler)
* HTTP to HTTPS in communication with The Old Reader (Richard Quirk)
* Translations: Russian, Ukrainian (Alexander Batischev), Italian (Francesco Ariis) Fixed:
* Colors for unread items in all contributed colorschemes (AATTsandersantema[4]) (#163[5])
* Segfaults in dialogs view when swap-title-and-hints is enabled (Alexander Batischev) (#168[6])
* Typo in JSON field name in TT-RSS API (Sebastian Rakel) (#177[7])
* Filebrowser displaying \"d\" filetype for everything but regular files (Sebastian Rakel) (#184[8])
* TT-RSS relogin (Sebastian Rakel)
* Internal HTML renderer not stripping whitespace in front of text (Alexander Batischev) (#204[9])
* Podboat breaking if XDG data dir already exists (Alexander Batischev)
* Makefile failing if user overrode ls somehow (Alexander Batischev)
* Various problems found by clang-analyzer and Coverity Scan (Alexander Batischev)
* Sat Mar 31 2018 mvetterAATTsuse.com- Update to 2.11.1:
* If built from the tarball, Newsboat 2.11 reported its version as 2.10.2.
* Mon Mar 26 2018 mvetterAATTsuse.com- Update to 2.11:
* Podboat adds \".part\" suffix of the files it currently downloads
* Support for `CURL_CA_BUNDLE` environment variable
* Fix unwanted logging to stdout on `--export-to-opml`
* New command: `mark-all-above-as-read`
* See https://github.com/newsboat/newsboat/releases/tag/r2.11- Remove newsboat-2.10.2-json-c-size_t.patch: upstreamed- Remove newsboat-nonexec-man.patch: upstreamed- Rebase newsbeuter-makefile.patch
* Thu Jan 18 2018 mvetterAATTsuse.com- Add newsboat-2.10.2-json-c-size_t.patch: make work with json-c 0.13
* Fri Dec 29 2017 jengelhAATTinai.de- Limit description to the openSUSE package context - replace by description from documentation.
* Thu Dec 28 2017 avindraAATTopensuse.org- Update to version 2.10.2
* Added - HTML anchors for all config commands in docs. You can now link to each command separately - Support for Inoreader - Slovak translation
* Changed - Enqueue last audio enclosure - text-width doesn\'t apply if it\'s bigger than terminal width - Translations: German, Russian, Ukrainian
* Removed - Build dependency on Perl - Test dependency on bc
* Fixed - Do not create XDG data dir if not using XDG - When used with Newsblur, check on startup if cookie-cache exists or can be created, because integration doesn\'t work without cookies - Builds on AARCH64 and ARMHF - Only show an error message once when unknown option is supplied - License header used to say it\'s MIT/X Consortium License, whereas in reality it\'s a MIT License - Cross-compilation made possible by conditionally assigning to RANLIB and AR in Makefile - Cookies actually get persisted - CJK text is wrapped at correct code-point boundaries - Don\'t segfault if error-log points to non-existent file - Spanish translation- add newsboat-nonexec-man.patch - this removes executable bits from the man pages- rebase newsbeuter-makefile.patch- remove newsbeuter-ncurses6.patch - fixed upstream in 317451791b950d7a48b7837995e45efb17ac6b15- add dependency on asciidoc - man pages and docs are now packaged
* Thu Nov 16 2017 aavindraaAATTgmail.com- rename package to newsboat- neutralize description- lint .spec file- rebase newsbeuter-makefile.patch- rebase newsbeuter-ncurses6.patch- drop reproducible.patch
* upstreamed in 8cf8bd40b449aa5f183f274df490d61e785ea4a6
* Mon May 22 2017 bwiedemannAATTsuse.com- Add reproducible.patch to sort input files to make build fully reproducible
* Tue Oct 13 2015 zaitorAATTopensuse.org- Add newsbeuter-ncurses6.patch: Fix build with ncurses 6. Patch taken from Fedora. Apply only for openSUSE newer than 13.2.
* Thu Mar 05 2015 p.drouandAATTgmail.com- Update to version 2.9
* Fix custom keybindings in tag and filter selection dialogs (fixes #78).
* Fix incorrect reloading of tags after editing the urls file.
* Catch an exception that might be thrown by the \"killfile\" function.
* Don\'t override feed titles for hidden feeds.
* Fix dumpconfig.
* Add support for FeedHQ (feedhq.org).
* Fix missing variable in log output (fixes #124).
* Fix type of configuration variables to path where appropriate (fixes #125).
* Update to Brazilian Portuguese translation (fixes #126).
* Fix crash when GUID is lost (fixes #127).
* Fix dependency check (fixes #132).
* Fix segfault in jump_to_next_unread_item (fixes #133).
* Change code base to C++11.
* Don\'t render inline images (fixes #154).
* Fixed bug where feeds would appear empty due to variable shadowing issue.- Remove merged patches
* newsbeuter-ncurses.patch
* newsbeuter-gcc47.patch- Use download Url as source- Remove obsolete conditional macros- Split out translation files- Remove depreciated/obsolete AUTHORS and %clean sections- Add libjson-c-devel build require; new upstream dependency- Cleanup requirements list