summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Batischev <eual.jp@gmail.com>2019-12-22 14:56:20 +0300
committerAlexander Batischev <eual.jp@gmail.com>2019-12-22 14:56:20 +0300
commitf83671310614ef94fd0a256f728eb59f9c652a55 (patch)
tree6e7c6d7a16e3e75f9a19a796eedecdda19c5c70c
parent1c212faddcbbfee498e9f3efc2ca6cb22cefaf91 (diff)
Release 2.18r2.18
-rw-r--r--CHANGELOG.md23
-rw-r--r--Cargo.lock6
-rw-r--r--README.md4
-rw-r--r--rust/libnewsboat-ffi/Cargo.toml2
-rw-r--r--rust/libnewsboat/Cargo.toml2
5 files changed, 27 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 634ba216..9e3de8ab 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,14 +1,31 @@
# Changes for Newsboat
-## Unreleased - expected 2019-12-22
+## 2.18 - 2019-12-22
+
+Lists below only mention user-visible changes, but I would also like to
+acknowledge contributions from the following people: Simon Schuster, and seanBE.
### Added
+- Logo by noobilanderi
+
### Changed
-### Deprecated
-### Removed
+- `open-in-browser-and-mark-read` no longer marks item read if browser returned
+ a non-zero exit code. Similarly, `open-all-unread-in-browser` and
+ `open-all-unread-in-browser-and-mark-read` abort on non-zero exit code
+ (Marco Sirabella)
+- Update vendored version of Catch3 to 2.11.0
+- Update vendored version of nlohmann/json to 3.7.3
+- Update translations: German (Lysander Trischler), Russian, Ukrainian
+ (Alexander Batischev)
+
### Fixed
+- `unbind-key -a` breaking cmdline, search and goto-url (#454) (kmws)
+- Flaky `run_command()` test (Alexander Batischev)
+
### Security
+- smallvec crate bumped to 0.6.10, to get fixes for RUSTSEC-2019-0009 and
+ RUSTSEC-2019-0012
diff --git a/Cargo.lock b/Cargo.lock
index 66f24c2c..55e45c73 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -229,7 +229,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libnewsboat"
-version = "2.17.1"
+version = "2.18.0"
dependencies = [
"backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -258,10 +258,10 @@ dependencies = [
[[package]]
name = "libnewsboat-ffi"
-version = "2.17.1"
+version = "2.18.0"
dependencies = [
"libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
- "libnewsboat 2.17.1",
+ "libnewsboat 2.18.0",
]
[[package]]
diff --git a/README.md b/README.md
index 630edd14..2c77c2e0 100644
--- a/README.md
+++ b/README.md
@@ -86,8 +86,8 @@ Support
-------
* Check out our
- [documentation](https://newsboat.org/releases/2.17.1/docs/newsboat.html) and
- [FAQ](https://newsboat.org/releases/2.17.1/docs/faq.html)
+ [documentation](https://newsboat.org/releases/2.18/docs/newsboat.html) and
+ [FAQ](https://newsboat.org/releases/2.18/docs/faq.html)
* Bugs and whatnot should be reported to the
[issue tracker](https://github.com/newsboat/newsboat/issues)
* Drop us a line at
diff --git a/rust/libnewsboat-ffi/Cargo.toml b/rust/libnewsboat-ffi/Cargo.toml
index 2951862b..26513346 100644
--- a/rust/libnewsboat-ffi/Cargo.toml
+++ b/rust/libnewsboat-ffi/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libnewsboat-ffi"
-version = "2.17.1"
+version = "2.18.0"
authors = ["Alexander Batischev <eual.jp@gmail.com>"]
[dependencies]
diff --git a/rust/libnewsboat/Cargo.toml b/rust/libnewsboat/Cargo.toml
index 1396eb0a..4a6f9f3d 100644
--- a/rust/libnewsboat/Cargo.toml
+++ b/rust/libnewsboat/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libnewsboat"
-version = "2.17.1"
+version = "2.18.0"
authors = ["Alexander Batischev <eual.jp@gmail.com>"]
[dependencies]