Start new development cycle.

v0.11
Martin Dosch 3 months ago
parent 2f45230abb
commit 857d93bdce
No known key found for this signature in database
GPG Key ID: 52A57CFCE13D657D

@ -1,5 +1,7 @@
# Changelog # Changelog
## UNRELEASED
## [v0.11.1] 2024-07-11 ## [v0.11.1] 2024-07-11
### Changed ### Changed
- Fix Ox encryption in interactive mode (do not add the same recipient key to the keyring over and over again). - Fix Ox encryption in interactive mode (do not add the same recipient key to the keyring over and over again).

@ -5,7 +5,7 @@
package main package main
const ( const (
version = "0.11.1" version = "0.11.2-dev"
// defaults // defaults
defaultBufferSize = 100 defaultBufferSize = 100
defaultConfigColumnSep = 2 defaultConfigColumnSep = 2

Loading…
Cancel
Save