From e2a8d7e190dd531eaf8ab068c0c57680395aff18 Mon Sep 17 00:00:00 2001 From: Jens Getreu Date: Wed, 8 Nov 2023 00:09:42 +0200 Subject: [PATCH] Prepare `tpnote` version 1.22.13 --- Cargo.lock | 18 +++++++++--------- Cargo.toml | 2 +- docs/build/man/man1/tpnote.1 | 2 +- docs/source/tpnote--manpage.md | 6 +++--- docs/source/tpnote--manual.md | 4 ++-- tpnote/Cargo.toml | 4 ++-- tpnote/src/config.rs | 2 +- 7 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 46e3818a..df533f57 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -934,9 +934,9 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "errno" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860" +checksum = "7c18ee0ed65a5f1f81cac6b1d213b69c35fa47d4252ad41f1486dbd8226fe36e" dependencies = [ "libc", "windows-sys 0.48.0", @@ -1278,9 +1278,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.10" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" +checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f" dependencies = [ "cfg-if", "libc", @@ -2556,9 +2556,9 @@ checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" [[package]] name = "linux-raw-sys" -version = "0.4.10" +version = "0.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f" +checksum = "969488b55f8ac402214f3f5fd243ebb7206cf82de60d3172994707a4bcc2b829" [[package]] name = "lock_api" @@ -3467,7 +3467,7 @@ dependencies = [ "bitflags 2.4.1", "errno", "libc", - "linux-raw-sys 0.4.10", + "linux-raw-sys 0.4.11", "windows-sys 0.48.0", ] @@ -4026,7 +4026,7 @@ dependencies = [ [[package]] name = "tpnote" -version = "1.22.12" +version = "1.22.13" dependencies = [ "arboard", "directories", @@ -4058,7 +4058,7 @@ dependencies = [ [[package]] name = "tpnote-lib" -version = "0.30.3" +version = "0.30.2" dependencies = [ "html-escape", "latex2mathml", diff --git a/Cargo.toml b/Cargo.toml index 102ebd1e..ebe63f3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ license = "MIT/Apache-2.0" readme = "README.md" repository = "https://gitlab.com/getreu/tp-note" rust-version = "1.70.0" -version = "1.22.12" +version = "1.22.13" [profile.release] strip = "symbols" diff --git a/docs/build/man/man1/tpnote.1 b/docs/build/man/man1/tpnote.1 index 149e71e4..afb1b077 100644 --- a/docs/build/man/man1/tpnote.1 +++ b/docs/build/man/man1/tpnote.1 @@ -15,7 +15,7 @@ . ftr VB CB . ftr VBI CBI .\} -.TH "TP-NOTE" "1" "2023-11-07" "Version 1.22.12" "Tp-Note documentation" +.TH "TP-NOTE" "1" "2023-11-08" "Version 1.22.13" "Tp-Note documentation" .hy .SH NAME .PP diff --git a/docs/source/tpnote--manpage.md b/docs/source/tpnote--manpage.md index 68776075..2291fc3f 100644 --- a/docs/source/tpnote--manpage.md +++ b/docs/source/tpnote--manpage.md @@ -1,10 +1,10 @@ --- -title: TP-NOTE(1) Version 1.22.12 | Tp-Note documentation +title: TP-NOTE(1) Version 1.22.13 | Tp-Note documentation subtitle: manpage author: Jens Getreu -version: 1.22.12 +version: 1.22.13 filename_sync: false -date: 2023-11-07 +date: 2023-11-08 lang: en-GB --- diff --git a/docs/source/tpnote--manual.md b/docs/source/tpnote--manual.md index 9195c25d..a71f3139 100644 --- a/docs/source/tpnote--manual.md +++ b/docs/source/tpnote--manual.md @@ -2,8 +2,8 @@ title: "Tp-Note: save and edit your clipboard content as a note file" subtitle: Organize your notes with your favourite editor and markup language author: Jens Getreu -date: 2023-11-07 -version: 1.22.12 +date: 2023-11-08 +version: 1.22.13 filename_sync: false lang: en-GB --- diff --git a/tpnote/Cargo.toml b/tpnote/Cargo.toml index fccd6074..a3f79efd 100644 --- a/tpnote/Cargo.toml +++ b/tpnote/Cargo.toml @@ -94,8 +94,8 @@ thiserror.workspace = true time = "0.3.30" tera.workspace = true toml.workspace = true -tpnote-lib = { path = "../tpnote-lib", default-features = false } -# tpnote-lib = { version = "0.30.2", default-features = false} +# tpnote-lib = { path = "../tpnote-lib", default-features = false } +tpnote-lib = { version = "0.30.2", default-features = false} webbrowser = { version = "0.8.12", optional = true } [target.'cfg(windows)'.dependencies] diff --git a/tpnote/src/config.rs b/tpnote/src/config.rs index 5c303990..7a637bde 100644 --- a/tpnote/src/config.rs +++ b/tpnote/src/config.rs @@ -56,7 +56,7 @@ use tpnote_lib::filename::NotePathBuf; /// const MIN_CONFIG_FILE_VERSION: Option<&'static str> = None; /// ``` /// -pub(crate) const MIN_CONFIG_FILE_VERSION: Option<&'static str> = PKG_VERSION; +pub(crate) const MIN_CONFIG_FILE_VERSION: Option<&'static str> = Some("1.22.12"); /// Authors. pub(crate) const AUTHOR: Option<&str> = option_env!("CARGO_PKG_AUTHORS");