Skip to content

Commit

Permalink
Prepare tpnote version v1.21.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Getreu committed Jun 9, 2023
1 parent c3a2ae5 commit 1435f2a
Show file tree
Hide file tree
Showing 7 changed files with 71 additions and 61 deletions.
110 changes: 60 additions & 50 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://gitlab.com/getreu/tp-note"
rust-version = "1.64.0"
version = "1.21.5"
version = "1.21.6"

[profile.release]
strip = "symbols"
Expand All @@ -23,7 +23,7 @@ strip = "symbols"
lazy_static = "1.4.0"
log = { version = "0.4.18", features = ["serde"] }
sanitize-filename-reader-friendly = "2.2.1"
serde = { version = "1.0.163", features = ["derive"] }
serde = { version = "1.0.164", features = ["derive"] }
serde_yaml = "0.9.21"
thiserror = "1.0.40"
toml = "0.7.4"
2 changes: 1 addition & 1 deletion docs/build/man/man1/tpnote.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 2.10.1
.\"
.TH "TP-NOTE" "1" "2023-05-16" "Version 1.21.5" "Tp-Note documentation"
.TH "TP-NOTE" "1" "2023-05-16" "Version 1.21.6" "Tp-Note documentation"
.hy
.SH NAME
.PP
Expand Down
4 changes: 2 additions & 2 deletions docs/source/tpnote--manpage.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "TP-NOTE(1) Version 1.21.5 | Tp-Note documentation"
title: "TP-NOTE(1) Version 1.21.6 | Tp-Note documentation"
subtitle: "manpage"
author: "Jens Getreu"
version: "1.21.5"
version: "1.21.6"
filename_sync: false
date: "2023-05-16"
lang: "en-GB"
Expand Down
2 changes: 1 addition & 1 deletion docs/source/tpnote--manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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-05-16"
version: "1.21.5"
version: "1.21.6"
filename_sync: false
lang: "en-GB"
---
Expand Down
8 changes: 4 additions & 4 deletions tp-note/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,18 +82,18 @@ lazy_static.workspace = true
log.workspace = true
notify-debouncer-mini = "0.3.0"
notify = { version = "6.0.0", optional = true }
percent-encoding = "2.2.0"
percent-encoding = "2.3.0"
# sanitize-filename-reader-friendly = { path = "../sanitize-filename-reader-friendly" }
sanitize-filename-reader-friendly.workspace = true
semver = "1.0.17"
serde.workspace = true
serde_yaml.workspace = true
structopt = "0.3.26"
thiserror.workspace = true
time = "0.3.21"
time = "0.3.22"
toml.workspace = true
tpnote-lib = { path = "../tpnote-lib", default-features = false }
#tpnote-lib = { version = "0.20.2", default-features = false}
#tpnote-lib = { path = "../tpnote-lib", default-features = false }
tpnote-lib = { version = "0.20.2", default-features = false}
webbrowser = { version = "0.8.10", optional = true }

[target.'cfg(windows)'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion tpnote-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ log.workspace = true
parse-hyperlinks = "0.23.4"
parse-hyperlinks-extras = "0.23.4"
# parse-hyperlinks = { path = "../parse-hyperlinks/parse-hyperlinks" }
percent-encoding = "2.2.0"
percent-encoding = "2.3.0"
pulldown-cmark = { version = "0.9.3", default-features = false, features = ["simd"], optional = true }
latex2mathml = { version = "0.2.3", optional = true }
syntect = { version = "5.0.0", optional = true }
Expand Down

0 comments on commit 1435f2a

Please sign in to comment.