Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
fe11983dab | |||
1e93add7bd | |||
c328726ed0 | |||
7e826b75d7 | |||
72f4797428 |
bin
gopass-darwin-amd64-1.3.3gopass-darwin-amd64-1.3.4gopass-freebsd-386-1.3.3gopass-freebsd-386-1.3.4gopass-freebsd-amd64-1.3.3gopass-freebsd-amd64-1.3.4gopass-freebsd-arm-1.3.3gopass-freebsd-arm-1.3.4gopass-linux-386-1.3.3gopass-linux-386-1.3.4gopass-linux-amd64-1.3.3gopass-linux-amd64-1.3.4gopass-linux-arm-1.3.3gopass-linux-arm-1.3.4gopass-plan9-386-1.3.3gopass-plan9-386-1.3.4gopass-plan9-amd64-1.3.3gopass-plan9-amd64-1.3.4gopass-plan9-arm-1.3.3gopass-plan9-arm-1.3.4gopass-windows-386-1.3.3gopass-windows-386-1.3.4gopass-windows-amd64-1.3.3gopass-windows-amd64-1.3.4gopass-windows-arm-1.3.3gopass-windows-arm-1.3.4
go.modmain.gomakefile
Binary file not shown.
BIN
bin/gopass-darwin-amd64-1.3.4
Executable file
BIN
bin/gopass-darwin-amd64-1.3.4
Executable file
Binary file not shown.
Binary file not shown.
BIN
bin/gopass-freebsd-386-1.3.4
Executable file
BIN
bin/gopass-freebsd-386-1.3.4
Executable file
Binary file not shown.
Binary file not shown.
BIN
bin/gopass-freebsd-amd64-1.3.4
Executable file
BIN
bin/gopass-freebsd-amd64-1.3.4
Executable file
Binary file not shown.
Binary file not shown.
BIN
bin/gopass-freebsd-arm-1.3.4
Executable file
BIN
bin/gopass-freebsd-arm-1.3.4
Executable file
Binary file not shown.
Binary file not shown.
BIN
bin/gopass-linux-386-1.3.4
Executable file
BIN
bin/gopass-linux-386-1.3.4
Executable file
Binary file not shown.
Binary file not shown.
BIN
bin/gopass-linux-amd64-1.3.4
Executable file
BIN
bin/gopass-linux-amd64-1.3.4
Executable file
Binary file not shown.
Binary file not shown.
BIN
bin/gopass-linux-arm-1.3.4
Executable file
BIN
bin/gopass-linux-arm-1.3.4
Executable file
Binary file not shown.
Binary file not shown.
BIN
bin/gopass-plan9-386-1.3.4
Executable file
BIN
bin/gopass-plan9-386-1.3.4
Executable file
Binary file not shown.
Binary file not shown.
BIN
bin/gopass-plan9-amd64-1.3.4
Executable file
BIN
bin/gopass-plan9-amd64-1.3.4
Executable file
Binary file not shown.
Binary file not shown.
BIN
bin/gopass-plan9-arm-1.3.4
Executable file
BIN
bin/gopass-plan9-arm-1.3.4
Executable file
Binary file not shown.
Binary file not shown.
BIN
bin/gopass-windows-386-1.3.4
Executable file
BIN
bin/gopass-windows-386-1.3.4
Executable file
Binary file not shown.
Binary file not shown.
BIN
bin/gopass-windows-amd64-1.3.4
Executable file
BIN
bin/gopass-windows-amd64-1.3.4
Executable file
Binary file not shown.
Binary file not shown.
BIN
bin/gopass-windows-arm-1.3.4
Executable file
BIN
bin/gopass-windows-arm-1.3.4
Executable file
Binary file not shown.
2
go.mod
2
go.mod
@ -1,3 +1,3 @@
|
|||||||
module GoPass
|
module GoPass
|
||||||
|
|
||||||
go 1.23.2
|
go 1.24.1
|
||||||
|
2
main.go
2
main.go
@ -15,7 +15,7 @@ import (
|
|||||||
var allowedCharacters = []rune("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890`~!@#$%^&*()_+[]\\{}|;':,./<>?")
|
var allowedCharacters = []rune("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890`~!@#$%^&*()_+[]\\{}|;':,./<>?")
|
||||||
|
|
||||||
const (
|
const (
|
||||||
Version = "1.3.1"
|
Version = "1.3.4"
|
||||||
symbols = "`~!@#$%^&*()_+[]\\{}|;':,./<>?"
|
symbols = "`~!@#$%^&*()_+[]\\{}|;':,./<>?"
|
||||||
chunkSize = 16 // The size of each chunk of the password to be generated by the worker goroutines
|
chunkSize = 16 // The size of each chunk of the password to be generated by the worker goroutines
|
||||||
)
|
)
|
||||||
|
2
makefile
2
makefile
@ -1,5 +1,5 @@
|
|||||||
# The current version number of the program
|
# The current version number of the program
|
||||||
VERSION := 1.3.3
|
VERSION := 1.3.4
|
||||||
|
|
||||||
# List of OS and architecture combinations to build
|
# List of OS and architecture combinations to build
|
||||||
BUILD_OS_ARCH := \
|
BUILD_OS_ARCH := \
|
||||||
|
Reference in New Issue
Block a user