From 6085155a9c5c4ad7844ab5d979de17709b25172a Mon Sep 17 00:00:00 2001 From: Jens Getreu Date: Fri, 12 Apr 2024 12:44:59 +0300 Subject: [PATCH] Prepare `tpnote` version v1.24.2 --- Cargo.lock | 43 ++++++++++++++++++++++++++++++---- Cargo.toml | 2 +- docs/build/man/man1/tpnote.1 | 2 +- docs/source/tpnote--manpage.md | 4 ++-- docs/source/tpnote--manual.md | 4 ++-- tpnote/Cargo.toml | 4 ++-- 6 files changed, 46 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6704a239..91972dac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -607,9 +607,9 @@ dependencies = [ [[package]] name = "clipboard-rs" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "470d6eecdad248c8e397cee1f78bc88415fd31b168e765170cc23d2a121c8294" +checksum = "076424ae61edd5669dd9e7c4047faf842ee25c4da238591cc2fde30d5b618d36" dependencies = [ "clipboard-win", "cocoa 0.25.0", @@ -4557,7 +4557,7 @@ dependencies = [ [[package]] name = "tpnote" -version = "1.24.1" +version = "1.24.2" dependencies = [ "clipboard-rs", "directories", @@ -4580,7 +4580,7 @@ dependencies = [ "thiserror", "time", "toml 0.8.12", - "tpnote-lib", + "tpnote-lib 0.34.3 (registry+https://github.com/rust-lang/crates.io-index)", "webbrowser", "win32job", "windows-sys 0.52.0", @@ -4590,7 +4590,40 @@ dependencies = [ [[package]] name = "tpnote-lib" -version = "0.34.2" +version = "0.34.3" +dependencies = [ + "fast_html2md", + "html-escape", + "latex2mathml", + "lazy_static", + "lingua", + "log", + "parking_lot", + "parse-hyperlinks", + "parse-hyperlinks-extras", + "percent-encoding", + "pulldown-cmark", + "rst_parser", + "rst_renderer", + "sanitize-filename-reader-friendly", + "self_cell", + "serde", + "serde_json", + "serde_yaml", + "substring", + "syntect", + "tera", + "thiserror", + "toml 0.8.12", + "win32job", + "windows-sys 0.52.0", +] + +[[package]] +name = "tpnote-lib" +version = "0.34.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "282cee60d7aa71e121ab29f4eb9e35cfd9fa8e0d89d1420992c63d12d9cc7908" dependencies = [ "fast_html2md", "html-escape", diff --git a/Cargo.toml b/Cargo.toml index 6a37f84e..5627e735 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.24.1" +version = "1.24.2" [profile.release] strip = "symbols" diff --git a/docs/build/man/man1/tpnote.1 b/docs/build/man/man1/tpnote.1 index 1dd8fa76..aff3c273 100644 --- a/docs/build/man/man1/tpnote.1 +++ b/docs/build/man/man1/tpnote.1 @@ -1,7 +1,7 @@ '\" t .\" Automatically generated by Pandoc 3.1.9 .\" -.TH "TP-NOTE" "1" "2024-04-11" "Version 1.24.1" "Tp-Note documentation" +.TH "TP-NOTE" "1" "2024-04-12" "Version 1.24.2" "Tp-Note documentation" .SH NAME Tp-Note: Markup enhanced granular note-taking .PP diff --git a/docs/source/tpnote--manpage.md b/docs/source/tpnote--manpage.md index 5c56b80a..ac2c63c6 100644 --- a/docs/source/tpnote--manpage.md +++ b/docs/source/tpnote--manpage.md @@ -1,9 +1,9 @@ --- -title: TP-NOTE(1) Version 1.24.1 | Tp-Note documentation +title: TP-NOTE(1) Version 1.24.2 | Tp-Note documentation subtitle: Unix manpage author: Jens Getreu filename_sync: false -date: 2024-04-11 +date: 2024-04-12 lang: en-GB --- diff --git a/docs/source/tpnote--manual.md b/docs/source/tpnote--manual.md index 69e69496..7a0f98be 100644 --- a/docs/source/tpnote--manual.md +++ b/docs/source/tpnote--manual.md @@ -2,8 +2,8 @@ title: "Tp-Note: markup enhanced granular note-taking" subtitle: Save and edit your clipboard content as a note file author: Jens Getreu -date: 2024-04-11 -version: 1.24.1 +date: 2024-04-12 +version: 1.24.2 filename_sync: false lang: en-GB --- diff --git a/tpnote/Cargo.toml b/tpnote/Cargo.toml index dac4c5e5..29e3de2e 100644 --- a/tpnote/Cargo.toml +++ b/tpnote/Cargo.toml @@ -97,8 +97,8 @@ thiserror.workspace = true time = "0.3.36" tera.workspace = true toml.workspace = true -tpnote-lib = { path = "../tpnote-lib", default-features = false } -#tpnote-lib = { version = "0.34.2", default-features = false} +#tpnote-lib = { path = "../tpnote-lib", default-features = false } +tpnote-lib = { version = "0.34.3", default-features = false} webbrowser = { version = "0.8.15", optional = true }