summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Batischev <eual.jp@gmail.com>2021-12-27 20:42:16 +0300
committerAlexander Batischev <eual.jp@gmail.com>2021-12-27 20:42:16 +0300
commitd23bb378a5ff2269ed030b4f13bb494deca4edc3 (patch)
treed90d86ee4fe73af9766381e6630f1a4cd9184cf4
parentf348ca85d9d103f1d8e6f34de23fb98b96f601c5 (diff)
Release 2.26r2.26
-rw-r--r--CHANGELOG.md35
-rw-r--r--Cargo.lock4
-rw-r--r--README.md20
-rw-r--r--rust/libnewsboat-ffi/Cargo.toml2
-rw-r--r--rust/libnewsboat/Cargo.toml2
5 files changed, 45 insertions, 18 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e395fcd3..be5b9744 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,17 +1,44 @@
# Changes for Newsboat
-## Unreleased - expected 2021-12-20
+## 2.26 - 2021-12-27
Lists below only mention user-visible changes, but the full list of contributors
-for this release also includes: [list people here]
+for this release also includes: Amrit Brar, Ben Armstead, Max, Simon Farre, and
+twittumz.
### Added
+
+- `confirm-mark-feed-read` setting (enabled by default) (#1781) (aflyingpumpkin)
+- `miniflux-min-items` setting to control how many articles to load for each
+ feed (Damian Korbuszewski)
+- A script to bookmark articles to buku (Greg Fitzgerald)
+- A gruvbox color scheme (Greg Fitzgerald)
+
### Changed
+
- Bumped minimum supported Rust version to 1.53.0
-### Deprecated
+- Accept empty feed title when bookmarking on autopilot (#243) (Dennis van der
+ Schagt)
+- Do not show ignored articles in search results (#1812) (Q-I-U)
+- `:save` command now uses `save-path` setting to resolve relative paths (#1689)
+ (Q-I-U)
+- 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) (Dennis
+ van der Schagt)
+
### Fixed
-### Security
+
+- 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) (Alexander Batischev)
+- Starred items not being synchronized to NextCloud News (#743) (Dennis van der
+ Schagt)
diff --git a/Cargo.lock b/Cargo.lock
index 8ddd6167..69c76e82 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -295,7 +295,7 @@ checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125"
[[package]]
name = "libnewsboat"
-version = "2.25.0"
+version = "2.26.0"
dependencies = [
"backtrace",
"chrono",
@@ -321,7 +321,7 @@ dependencies = [
[[package]]
name = "libnewsboat-ffi"
-version = "2.25.0"
+version = "2.26.0"
dependencies = [
"cxx",
"cxx-build",
diff --git a/README.md b/README.md
index c1122aeb..48194c69 100644
--- a/README.md
+++ b/README.md
@@ -31,18 +31,18 @@ Notable features
* Powerful built-in HTML renderer — no need to start the web browser to view
text-only entries
* Send links and whole articles to third-party services using [bookmarking
- scripts](https://newsboat.org/releases/2.25/docs/newsboat.html#_bookmarking)
-* [Filter articles out](https://newsboat.org/releases/2.25/docs/newsboat.html#_killfiles)
+ scripts](https://newsboat.org/releases/2.26/docs/newsboat.html#_bookmarking)
+* [Filter articles out](https://newsboat.org/releases/2.26/docs/newsboat.html#_killfiles)
based on title, author, contents etc.
-* [Aggregate articles](https://newsboat.org/releases/2.25/docs/newsboat.html#_query_feeds)
+* [Aggregate articles](https://newsboat.org/releases/2.26/docs/newsboat.html#_query_feeds)
into meta-feeds by arbitrary criteria
-* [Apply transformations](https://newsboat.org/releases/2.25/docs/newsboat.html#_scripts_and_filters_snownews_extensions)
+* [Apply transformations](https://newsboat.org/releases/2.26/docs/newsboat.html#_scripts_and_filters_snownews_extensions)
to feeds before passing them into Newsboat
* Integrates with services like The Old Reader, NewsBlur, FeedHQ
- and [many more](https://newsboat.org/releases/2.25/docs/newsboat.html#_newsboat_as_a_client_for_newsreading_services)
-* [Macros](https://newsboat.org/releases/2.25/docs/newsboat.html#_macro_support)
+ and [many more](https://newsboat.org/releases/2.26/docs/newsboat.html#_newsboat_as_a_client_for_newsreading_services)
+* [Macros](https://newsboat.org/releases/2.26/docs/newsboat.html#_macro_support)
to execute sequences of actions with just two keystrokes
-* Rudimentary [podcast support](https://newsboat.org/releases/2.25/docs/newsboat.html#_podcast_support)
+* Rudimentary [podcast support](https://newsboat.org/releases/2.26/docs/newsboat.html#_podcast_support)
Downloading
-----------
@@ -112,7 +112,7 @@ There are numerous ways:
strict confinement; if we disabled it, the snap would be no better than
a distribution's package;
- [snap-browser]: https://newsboat.org/releases/2.25/docs/faq.html#_regarding_newsboat_snap_installations
+ [snap-browser]: https://newsboat.org/releases/2.26/docs/faq.html#_regarding_newsboat_snap_installations
- [build from source with Docker](doc/docker.md). Note that the resulting binary
might not run outside of that same Docker container if your system doesn't
@@ -151,8 +151,8 @@ Support
-------
* Check out our
- [documentation](https://newsboat.org/releases/2.25/docs/newsboat.html) and
- [FAQ](https://newsboat.org/releases/2.25/docs/faq.html)
+ [documentation](https://newsboat.org/releases/2.26/docs/newsboat.html) and
+ [FAQ](https://newsboat.org/releases/2.26/docs/faq.html)
* Report security vulnerabilities to security@newsboat.org. Please encrypt your emails to
[PGP key 4ED6CD61932B9EBE](https://newsboat.org/newsboat.pgp) if you can.
* Report bugs and ask questions on
diff --git a/rust/libnewsboat-ffi/Cargo.toml b/rust/libnewsboat-ffi/Cargo.toml
index 94ffb5a2..2da8ce71 100644
--- a/rust/libnewsboat-ffi/Cargo.toml
+++ b/rust/libnewsboat-ffi/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libnewsboat-ffi"
-version = "2.25.0"
+version = "2.26.0"
authors = ["Alexander Batischev <eual.jp@gmail.com>"]
edition = "2018"
diff --git a/rust/libnewsboat/Cargo.toml b/rust/libnewsboat/Cargo.toml
index 53f9640f..a3ce4214 100644
--- a/rust/libnewsboat/Cargo.toml
+++ b/rust/libnewsboat/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libnewsboat"
-version = "2.25.0"
+version = "2.26.0"
authors = ["Alexander Batischev <eual.jp@gmail.com>"]
edition = "2018"