From 14ccc0d3ed7a64ab2600cf98c54beb00f9d70adc Mon Sep 17 00:00:00 2001 From: Jens Getreu Date: Sat, 17 Feb 2024 12:19:30 +0200 Subject: [PATCH] Prepare `tpnote` version v1.23.7 --- Cargo.lock | 36 ++++++++++++++++++++++++++++++++-- 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, 42 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5b27d32d..d86411f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4033,7 +4033,7 @@ dependencies = [ [[package]] name = "tpnote" -version = "1.23.6" +version = "1.23.7" dependencies = [ "arboard", "directories", @@ -4056,7 +4056,7 @@ dependencies = [ "thiserror", "time", "toml 0.8.10", - "tpnote-lib", + "tpnote-lib 0.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "webbrowser", "win32job", "windows-sys 0.52.0", @@ -4093,6 +4093,38 @@ dependencies = [ "windows-sys 0.52.0", ] +[[package]] +name = "tpnote-lib" +version = "0.32.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc0d00929b1390795279ce89dfb1a066cfbbcfb5ee0bc7652dff416f0719184b" +dependencies = [ + "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.10", + "win32job", + "windows-sys 0.52.0", +] + [[package]] name = "tracing" version = "0.1.40" diff --git a/Cargo.toml b/Cargo.toml index 530dc423..6932f3a7 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.23.6" +version = "1.23.7" [profile.release] strip = "symbols" diff --git a/docs/build/man/man1/tpnote.1 b/docs/build/man/man1/tpnote.1 index 9887bb3e..8bac83e7 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" "2024-01-14" "Version 1.23.6" "Tp-Note documentation" +.TH "TP-NOTE" "1" "2024-02-17" "Version 1.23.7" "Tp-Note documentation" .hy .SH NAME .PP diff --git a/docs/source/tpnote--manpage.md b/docs/source/tpnote--manpage.md index 98e40940..575a1543 100644 --- a/docs/source/tpnote--manpage.md +++ b/docs/source/tpnote--manpage.md @@ -2,9 +2,9 @@ title: TP-NOTE(1) Version 1.23.6 | Tp-Note documentation subtitle: manpage author: Jens Getreu -version: 1.23.6 +version: 1.23.7 filename_sync: false -date: 2024-01-14 +date: 2024-02-17 lang: en-GB --- diff --git a/docs/source/tpnote--manual.md b/docs/source/tpnote--manual.md index 3a7e6195..a7184fdd 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-14 -version: 1.23.6 +date: 2024-02-17 +version: 1.23.7 filename_sync: false lang: en-GB --- diff --git a/tpnote/Cargo.toml b/tpnote/Cargo.toml index 1ab46c9f..dbddd00e 100644 --- a/tpnote/Cargo.toml +++ b/tpnote/Cargo.toml @@ -94,8 +94,8 @@ thiserror.workspace = true time = "0.3.34" tera.workspace = true toml.workspace = true -tpnote-lib = { path = "../tpnote-lib", default-features = false } -#tpnote-lib = { version = "0.32.0", default-features = false} +#tpnote-lib = { path = "../tpnote-lib", default-features = false } +tpnote-lib = { version = "0.32.0", default-features = false} webbrowser = { version = "0.8.12", optional = true } [target.'cfg(windows)'.dependencies]