Skip to content

Commit

Permalink
Prepare tpnote version v1.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
getreu committed Feb 11, 2025
1 parent 1d9b205 commit 6760bc9
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 12 deletions.
36 changes: 34 additions & 2 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.80.1"
version = "1.25.1"
version = "1.25.2"

[profile.release]
strip = "symbols"
Expand Down
4 changes: 2 additions & 2 deletions docs/build/man/man1/tpnote.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'\" t
.\" Automatically generated by Pandoc 3.1.13
.\"
.TH "TP\-NOTE" "1" "2025\-01\-05" "Version 1.25.1" "Tp\-Note documentation"
.TH "TP\-NOTE" "1" "2025\-02\-11" "Version 1.25.2" "Tp\-Note documentation"
.SH NAME
Tp\-Note: Markup enhanced granular note\-taking
.PP
Expand Down Expand Up @@ -3781,7 +3781,7 @@ Github (mirror): \c
.UE \c
\ and on
.SH COPYING
Copyright (C) 2016\-2024 Jens Getreu
Copyright © 2016\-2025 Jens Getreu
.PP
Licensed under either of
.IP \[bu] 2
Expand Down
4 changes: 2 additions & 2 deletions docs/source/tpnote--manpage.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: TP-NOTE(1) Version 1.25.1 | Tp-Note documentation
title: TP-NOTE(1) Version 1.25.2 | Tp-Note documentation
subtitle: Unix manpage
author: Jens Getreu
filename_sync: false
date: 2025-01-05
date: 2025-02-11
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: markup enhanced granular note-taking"
subtitle: Save and edit your clipboard content as a note file
author: Jens Getreu
date: 2025-01-05
version: 1.25.1
date: 2025-02-11
version: 1.25.2
filename_sync: false
lang: en-GB
---
Expand Down
6 changes: 3 additions & 3 deletions tpnote/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ path = "src/main.rs"
[package.metadata.deb]
name = "tpnote"
maintainer = "Jens Getreu, <[email protected]>"
copyright = "2020-2024, Jens Getreu <[email protected]>"
copyright = "2020-2025, Jens Getreu <[email protected]>"
depends = "$auto"
revision=""
extended-description = '''
Expand Down Expand Up @@ -92,8 +92,8 @@ thiserror.workspace = true
time = "0.3.37"
tera.workspace = true
toml.workspace = true
tpnote-lib = { path = "../tpnote-lib", default-features = false }
#tpnote-lib = { version = "0.39.1", default-features = false}
#tpnote-lib = { path = "../tpnote-lib", default-features = false }
tpnote-lib = { version = "0.39.1", default-features = false}
webbrowser = { version = "1.0.3", optional = true }


Expand Down

0 comments on commit 6760bc9

Please sign in to comment.