diff --git a/Cargo.lock b/Cargo.lock index ec963d6b..70cdd41e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -20,9 +20,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.32" +version = "1.0.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b602bfe940d21c130f3895acd65221e8a61270debe89d628b9cb4e3ccb8569b" +checksum = "a1fd36ffbb1fb7c834eac128ea8d0e310c5aeb635548f9d58861e1308d46e71c" [[package]] name = "arrayref" @@ -640,9 +640,9 @@ dependencies = [ [[package]] name = "hermit-abi" -version = "0.1.16" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c30f6d0bc6b00693347368a67d41b58f2fb851215ff1da49e90fe2c5c667151" +checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8" dependencies = [ "libc", ] @@ -685,9 +685,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.77" +version = "0.2.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235" +checksum = "2448f6066e80e3bfc792e9c98bf705b4b0fc6e8ef5b43e5889aff0eaa9c58743" [[package]] name = "linked-hash-map" @@ -920,9 +920,9 @@ checksum = "99c605b9a0adc77b7211c6b1f722dcb613d68d66859a44f3d485a6da332b0598" [[package]] name = "proc-macro2" -version = "1.0.23" +version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51ef7cd2518ead700af67bf9d1a658d90b6037d77110fd9c0445429d0ba1c6c9" +checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71" dependencies = [ "unicode-xid", ] @@ -1110,9 +1110,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.57" +version = "1.0.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "164eacbdb13512ec2745fb09d51fd5b22b0d65ed294a1dcf7285a360c80a675c" +checksum = "a230ea9107ca2220eea9d46de97eddcb04cd00e92d13dda78e478dd33fa82bd4" dependencies = [ "itoa", "ryu", @@ -1160,9 +1160,9 @@ dependencies = [ [[package]] name = "standback" -version = "0.2.10" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33a71ea1ea5f8747d1af1979bfb7e65c3a025a70609f04ceb78425bc5adad8e6" +checksum = "f4e0831040d2cf2bdfd51b844be71885783d489898a192f254ae25d57cce725c" dependencies = [ "version_check", ] @@ -1224,9 +1224,9 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" [[package]] name = "structopt" -version = "0.3.18" +version = "0.3.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a33f6461027d7f08a13715659b2948e1602c31a3756aeae9378bfe7518c72e82" +checksum = "a7a7159e7d0dbcab6f9c980d7971ef50f3ff5753081461eeda120d5974a4ee95" dependencies = [ "clap", "lazy_static", @@ -1235,9 +1235,9 @@ dependencies = [ [[package]] name = "structopt-derive" -version = "0.4.11" +version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c92e775028122a4b3dd55d58f14fc5120289c69bee99df1d117ae30f84b225c9" +checksum = "8fc47de4dfba76248d1e9169ccff240eea2a4dc1e34e309b95b2393109b4b383" dependencies = [ "heck", "proc-macro-error", @@ -1357,7 +1357,7 @@ dependencies = [ [[package]] name = "tp-note" -version = "1.7.8" +version = "1.7.9" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index cf8389e8..daa0faa1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tp-note" -version = "1.7.8" +version = "1.7.9" authors = ["Jens Getreu "] edition = "2018" readme = "README.md" @@ -54,14 +54,14 @@ message-box = ["msgbox"] [dependencies] serde = { version = "1.0.116", features = ["derive"] } serde_yaml = "0.8.13" -serde_json = "1.0.57" -anyhow = "1.0.32" +serde_json = "1.0.58" +anyhow = "1.0.33" lazy_static = "1.4.0" chrono = "0.4.19" time = "0.2.22" confy = "0.4.0" clap = "2.33.3" -structopt = "0.3.18" +structopt = "0.3.19" msgbox = { version = "0.5.0", optional = true } directories = "3.0.1" semver = "0.11.0" diff --git a/README.md b/README.md index a66d9267..927aeaf5 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Repository: * Installer package for Windows: - [tp-note-1.7.8-x86_64.msi](https://blog.getreu.net/projects/tp-note/_downloads/wix/tp-note-1.7.8-x86_64.msi) + [tp-note-1.7.9-x86_64.msi](https://blog.getreu.net/projects/tp-note/_downloads/wix/tp-note-1.7.9-x86_64.msi) As this early version of the Windows installer is not signed yet, Windows will show the error message “Windows protected your PC”. As a work-around, @@ -100,7 +100,7 @@ Repository: * Package compiled for Debian 10+ (Buster): - [x86_64-unknown-linux-gnu/debian/tp-note_1.7.8_amd64.deb](https://blog.getreu.net/projects/tp-note/_downloads/x86_64-unknown-linux-gnu/debian/tp-note_1.7.8_amd64.deb) + [x86_64-unknown-linux-gnu/debian/tp-note_1.7.9_amd64.deb](https://blog.getreu.net/projects/tp-note/_downloads/x86_64-unknown-linux-gnu/debian/tp-note_1.7.9_amd64.deb) ### Various binaries for Windows, MacOS and Linux @@ -145,7 +145,7 @@ Repository: Depending on the availability of installer packages for your operating system, the installation process is more or less automated. For Windows users the fully automated installation package -[tp-note-1.7.8-x86_64.msi](https://blog.getreu.net/projects/tp-note/_downloads/wix/tp-note-1.7.8-x86_64.msi) +[tp-note-1.7.9-x86_64.msi](https://blog.getreu.net/projects/tp-note/_downloads/wix/tp-note-1.7.9-x86_64.msi) is available. For more information, please consult the [Distribution section](#distribution) above and the [Installation section](https://blog.getreu.net/projects/tp-note/tp-note--manual.html#installation) diff --git a/doc/source/index.md b/doc/source/index.md index 906b3537..7ad19b2b 100644 --- a/doc/source/index.md +++ b/doc/source/index.md @@ -87,7 +87,7 @@ Repository: * Installer package for Windows: - [tp-note-1.7.8-x86_64.msi](/projects/tp-note/_downloads/wix/tp-note-1.7.8-x86_64.msi) + [tp-note-1.7.9-x86_64.msi](/projects/tp-note/_downloads/wix/tp-note-1.7.9-x86_64.msi) As this early version of the Windows installer is not signed yet, Windows will show the error message “Windows protected your PC”. As a work-around, @@ -100,7 +100,7 @@ Repository: * Package compiled for Debian 10+ (Buster): - [x86_64-unknown-linux-gnu/debian/tp-note_1.7.8_amd64.deb](/projects/tp-note/_downloads/x86_64-unknown-linux-gnu/debian/tp-note_1.7.8_amd64.deb) + [x86_64-unknown-linux-gnu/debian/tp-note_1.7.9_amd64.deb](/projects/tp-note/_downloads/x86_64-unknown-linux-gnu/debian/tp-note_1.7.9_amd64.deb) ### Various binaries for Windows, MacOS and Linux @@ -145,7 +145,7 @@ Repository: Depending on the availability of installer packages for your operating system, the installation process is more or less automated. For Windows users the fully automated installation package -[tp-note-1.7.8-x86_64.msi](/projects/tp-note/_downloads/wix/tp-note-1.7.8-x86_64.msi) +[tp-note-1.7.9-x86_64.msi](/projects/tp-note/_downloads/wix/tp-note-1.7.9-x86_64.msi) is available. For more information, please consult the [Distribution section](#distribution) above and the [Installation section](/projects/tp-note/tp-note--manual.html#installation) diff --git a/doc/source/tp-note--manpage.md b/doc/source/tp-note--manpage.md index 30808446..07949a9e 100644 --- a/doc/source/tp-note--manpage.md +++ b/doc/source/tp-note--manpage.md @@ -1,4 +1,4 @@ -% TP-NOTE(1) Version 1.7.8 | Tp-Note documentation +% TP-NOTE(1) Version 1.7.9 | Tp-Note documentation # NAME diff --git a/doc/source/tp-note--manual.md b/doc/source/tp-note--manual.md index deca8c57..edb13ec0 100644 --- a/doc/source/tp-note--manual.md +++ b/doc/source/tp-note--manual.md @@ -3,7 +3,7 @@ title: "Tp-Note: fast note taking with templates and filename synchronization" subtitle: "Organize your notes with your favourite editor and markup-language" author: "Jens Getreu" date: "2020-03-08" -version: "1.7.8" +version: "1.7.9" --- Markup languages like *Markdown*, *ReStructuredText*, *asciidoc*, *textile*, diff --git a/tests/functional/tp-note.toml b/tests/functional/tp-note.toml index 6015ff82..d8baa77f 100644 --- a/tests/functional/tp-note.toml +++ b/tests/functional/tp-note.toml @@ -1,4 +1,4 @@ -version = '1.7.8' +version = '1.7.9' extension_default = 'md' note_file_extensions = [ 'md',