Skip to content

Commit

Permalink
turtle-cpm 24.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vmiklos committed Aug 1, 2024
1 parent 099e17d commit 18fbd40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
const (
xdgStateHome = "XDG_STATE_HOME"
// Version specifies the number for the version subcommand
Version = "24.2"
Version = "24.8"
)

// NewRootCommand creates the parent of all subcommands.
Expand Down
2 changes: 1 addition & 1 deletion guide/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
turtle-cpm is a command line tool to manage passwords, a replacement of the now gone [cpm
project](https://www.harry-b.de/dokuwiki/doku.php?id=harry:cpm).

The latest version is v24.2, released on 2024-02-01. See the [release notes](news.md).
The latest version is v24.8, released on 2024-08-01. See the [release notes](news.md).

Notable features:

Expand Down
2 changes: 1 addition & 1 deletion guide/src/news.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## main
## 24.8

- search / update: passwords can be now archived, search hides these by default without deleting the
password
Expand Down

0 comments on commit 18fbd40

Please sign in to comment.