Skip to content

Commit

Permalink
Prepare tpnote version v1.22.9
Browse files Browse the repository at this point in the history
  • Loading branch information
getreu committed Oct 19, 2023
1 parent be49134 commit d1e6d00
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 12 deletions.
38 changes: 35 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.8"
version = "1.22.9"

[profile.release]
strip = "symbols"
Expand Down
2 changes: 1 addition & 1 deletion docs/build/man/man1/tpnote.1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "TP-NOTE" "1" "2023-10-18" "Version 1.22.8" "Tp-Note documentation"
.TH "TP-NOTE" "1" "2023-10-19" "Version 1.22.9" "Tp-Note documentation"
.hy
.SH NAME
.PP
Expand Down
6 changes: 3 additions & 3 deletions docs/source/tpnote--manpage.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: TP-NOTE(1) Version 1.22.8 | Tp-Note documentation
title: TP-NOTE(1) Version 1.22.9 | Tp-Note documentation
subtitle: manpage
author: Jens Getreu
version: 1.22.8
version: 1.22.9
filename_sync: false
date: 2023-10-18
date: 2023-10-19
lang: en-GB
---

Expand Down
4 changes: 2 additions & 2 deletions docs/source/tpnote--manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-10-18
version: 1.22.8
date: 2023-10-19
version: 1.22.9
filename_sync: false
lang: en-GB
---
Expand Down
4 changes: 2 additions & 2 deletions tpnote/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.28.3", default-features = false}
#tpnote-lib = { path = "../tpnote-lib", default-features = false }
tpnote-lib = { version = "0.28.4", default-features = false}
webbrowser = { version = "0.8.12", optional = true }

[target.'cfg(windows)'.dependencies]
Expand Down

0 comments on commit d1e6d00

Please sign in to comment.