summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Batischev <eual.jp@gmail.com>2023-12-25 21:59:40 +0300
committerAlexander Batischev <eual.jp@gmail.com>2023-12-25 21:59:40 +0300
commite83e27e0edd7b050c36e936f8586389b117fe87b (patch)
tree282494744a0b0cd3654a408d99fc205a1b19129e
parente4975fe9fdafa38d466d50097f3a03985d8ef076 (diff)
Release 2.34r2.34
-rw-r--r--CHANGELOG.md20
-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, 29 insertions, 19 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 674d6394..9c3348ec 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,19 +1,29 @@
# Changes for Newsboat
-## Unreleased - expected 2023-12-24
+## 2.34 - 2023-12-25
Lists below only mention user-visible changes, but the full list of contributors
-for this release also includes: TK.
+for this release also includes bogdasar1985, who made quite a few changes to
+Newsboat internals (and continues work on even more!).
## 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) (Dennis van der Schagt)
+
## Changed
+- Updated translations: Chinese (CookiePieWw), Dutch (Dennis van der Schagt),
+ German (Lysander Trischler), Italian (Mauro Scomparin), Polish (Carno),
+ Russian and Ukrainian (Alexander Batischev)
+- Updated vendored library json.hpp to 3.11.3
- Bumped minimum supported Rust version to 1.70.0
-## Deprecated
-## Removed
## Fixed
-## Security
+
+- Articles in Mastodon feeds having no titles when using Newsboat with NextCloud
+ News (#2573) (Dennis van der Schagt)
diff --git a/Cargo.lock b/Cargo.lock
index 515a90ab..b907c207 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -357,7 +357,7 @@ checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4"
[[package]]
name = "libnewsboat"
-version = "2.33.0"
+version = "2.34.0"
dependencies = [
"backtrace",
"chrono",
@@ -382,7 +382,7 @@ dependencies = [
[[package]]
name = "libnewsboat-ffi"
-version = "2.33.0"
+version = "2.34.0"
dependencies = [
"cxx",
"cxx-build",
diff --git a/README.md b/README.md
index 5b714516..8442c01a 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.33/docs/newsboat.html#_bookmarking)
-* [Filter articles out](https://newsboat.org/releases/2.33/docs/newsboat.html#_killfiles)
+ scripts](https://newsboat.org/releases/2.34/docs/newsboat.html#_bookmarking)
+* [Filter articles out](https://newsboat.org/releases/2.34/docs/newsboat.html#_killfiles)
based on title, author, contents etc.
-* [Aggregate articles](https://newsboat.org/releases/2.33/docs/newsboat.html#_query_feeds)
+* [Aggregate articles](https://newsboat.org/releases/2.34/docs/newsboat.html#_query_feeds)
into meta-feeds by arbitrary criteria
-* [Apply transformations](https://newsboat.org/releases/2.33/docs/newsboat.html#_scripts_and_filters_snownews_extensions)
+* [Apply transformations](https://newsboat.org/releases/2.34/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.33/docs/newsboat.html#_newsboat_as_a_client_for_newsreading_services)
-* [Macros](https://newsboat.org/releases/2.33/docs/newsboat.html#_macro_support)
+ and [many more](https://newsboat.org/releases/2.34/docs/newsboat.html#_newsboat_as_a_client_for_newsreading_services)
+* [Macros](https://newsboat.org/releases/2.34/docs/newsboat.html#_macro_support)
to execute sequences of actions with just two keystrokes
-* Rudimentary [podcast support](https://newsboat.org/releases/2.33/docs/newsboat.html#_podcast_support)
+* Rudimentary [podcast support](https://newsboat.org/releases/2.34/docs/newsboat.html#_podcast_support)
Downloading
-----------
@@ -115,7 +115,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.33/docs/faq.html#_with_snap_i_cant_start_browserbookmarking_scriptexecfilterrun_program_from_macro
+ [snap-browser]: https://newsboat.org/releases/2.34/docs/faq.html#_with_snap_i_cant_start_browserbookmarking_scriptexecfilterrun_program_from_macro
- [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
@@ -154,8 +154,8 @@ Support
-------
* Check out our
- [documentation](https://newsboat.org/releases/2.33/docs/newsboat.html) and
- [FAQ](https://newsboat.org/releases/2.33/docs/faq.html)
+ [documentation](https://newsboat.org/releases/2.34/docs/newsboat.html) and
+ [FAQ](https://newsboat.org/releases/2.34/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 0004a853..041a41a4 100644
--- a/rust/libnewsboat-ffi/Cargo.toml
+++ b/rust/libnewsboat-ffi/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libnewsboat-ffi"
-version = "2.33.0"
+version = "2.34.0"
authors = ["Alexander Batischev <eual.jp@gmail.com>"]
edition = "2018"
diff --git a/rust/libnewsboat/Cargo.toml b/rust/libnewsboat/Cargo.toml
index 19bd981f..9dd3d7d5 100644
--- a/rust/libnewsboat/Cargo.toml
+++ b/rust/libnewsboat/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libnewsboat"
-version = "2.33.0"
+version = "2.34.0"
authors = ["Alexander Batischev <eual.jp@gmail.com>"]
edition = "2018"