File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import (
19
19
const (
20
20
xdgStateHome = "XDG_STATE_HOME"
21
21
// Version specifies the number for the version subcommand
22
- Version = "7.4 "
22
+ Version = "7.5 "
23
23
)
24
24
25
25
// Command returns the Cmd struct to execute the named program
Original file line number Diff line number Diff line change 3
3
turtle-cpm is a command line tool to manage passwords, a replacement of the now gone [ cpm
4
4
project] ( https://www.harry-b.de/dokuwiki/doku.php?id=harry:cpm ) .
5
5
6
- The latest version is v7.4 , released on 2022-09-21 . See the [ release notes] ( news.md ) .
6
+ The latest version is v7.5 , released on 2023-02-02 . See the [ release notes] ( news.md ) .
7
7
8
8
Notable features:
9
9
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## main
3
+ ## 7.5
4
4
5
5
- update: new ` -i ` switch to edit the ` machine ` , ` service ` or ` user ` of a password without changing
6
6
the password itself
You can’t perform that action at this time.
0 commit comments