aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-12-27Release gotp v0.6.2 (2025-12-27)HEADv0.6.2maindevShulhan
2025-06-30_doc: merge index into READMEShulhan
2025-02-03Release gotp v0.6.1 (2025-02-03)v0.6.1Shulhan
2025-02-03all: set the Version using git describe and -ldflagsShulhan
2025-02-03all: move the CHANGELOG to root of repositoryShulhan
2025-02-03all: replace external linters with internal commandShulhan
2025-02-03go.mod: update all dependenciesShulhan
2025-01-08go.mod: update all dependenciesShulhan
2025-01-08all: replace golangci-lint with go vetShulhan
2024-11-07go.mod: update all dependenciesShulhan
2024-09-08all: replace licensing format to REUSE.tomlShulhan
2024-09-08go.mod: update all dependenciesShulhan
2024-06-22Release gotp v0.6.0 (2024-06-22)v0.6.0Shulhan
2024-06-22all: implement command "export"Shulhan
2024-06-22go.mod: update dependenciesShulhan
2024-03-26all: comply with linter recommendationsShulhan
2024-03-26all: replace module "share" with "pakakeh.go"Shulhan
2024-02-21Convert base32 encoded hash to upper caseBalki
2024-02-08Release gotp v0.5.0 (2024-02-08)v0.5.0Shulhan
2024-02-08_AUR: use branch dev when testing build on localShulhan
2024-02-08go.mod: update dependenciesShulhan
2024-01-31_sys: fix the bash completion installation directoryShulhan
2024-01-30cli: ask for passphrase when removing or renaming labelShulhan
2024-01-30all: use [lib/crypto.LoadPrivateKeyInteractive]Shulhan
2024-01-29issuer: trim spaces on label and rawConfig parameter in NewIssuerShulhan
2024-01-29cli: simplify ImportShulhan
2024-01-28all: make the path to private key staticShulhan
2024-01-25go.mod: update all dependenciesShulhan
2023-11-11Release gotp v0.4.0 (2023-11-11)v0.4.0Shulhan
2023-11-11go.mod: update all dependenciesShulhan
2023-10-09Makefile: add task to install and uninstall gotp in macOSShulhan
2023-10-06all: convert the issuer's label to lowercase in NewIssuerShulhan
2023-10-06all: implement command "get"Shulhan
2023-10-06all: pass the configuration directory parameter to NewCliShulhan
2023-10-06all: add task linter and fix all warningsShulhan
2023-10-06all: replace encrypt and decryption functions from "lib/crypto"Shulhan
2023-10-06all: unfold private key path before readingShulhan
2023-05-25Release gotp v0.3.1 (2023-05-25)v0.3.1Shulhan
2023-05-19all: load private key only when neededShulhan
2023-05-18Release gotp v0.3.0 (2023-05-17)v0.3.0Shulhan
2023-05-16all: add command to remove the private keyShulhan
2023-05-16all: add command to set private keyShulhan
2023-05-15all: check for zero file on config saveShulhan
2023-05-15all: add method MarshalText to configShulhan
2023-05-15all: group the key for testing into testdata/keysShulhan
2023-05-15all: load the private key in loadConfigShulhan
2023-05-15all: add function loadConfigShulhan
2023-05-15all: remove setting Version in Makefile using ldflagsShulhan
2023-05-15all: update Go version to 1.19 and all dependenciesShulhan
2023-05-15all: convert the README from asciidoc to markdownShulhan