| Age | Commit message (Collapse) | Author |
|
This is the last release for year 2025.
[CHORE]
_doc: merge index into README.
This is so we can serve the _doc/ directory under
https://kilabit.info/project/gotp/ .
[CHORE]
Update minimum Go version to 1.24.0 and update all dependencies.
Happy holidays!
|
|
This releases mostly contains chores that update the dependencies and
tooling.
[CHORE]
We have replace all linters from third party and external program to use
internal command and "go vet" only.
This should simplify setting up development.
[CHORE]
The CHANGELOG has been moved to the root of repository.
This is to allow people to see the CHANGELOG directly without going to
subdirectory first.
[CHORE]
The "gotp version" now set from output of "git describe" and set using
"-ldflags" during build option.
The output also changes from "go v<SEMVER>" to "go version <SEMVER>".
|
|
This is to allow people to see the CHANGELOG directly without going to
subdirectory first.
|
|
|
|
=== Bug fixes
* all: fix base32 decoding on secret
=== Chores
* _AUR: add package build for Arch Linux
* go.mod: set minimum Go version to 1.18 and update all modules
|
|
Release gotp under GPL 3.0 or later.
See https://kilabit.info/journal/2022/gpl/ for more information.
|
|
See https://kilabit.info/journal/2022/gpl/ for more information.
|
|
The first release of gotp, a command line interface to manage and generate
Time-based One Time Password (TOTP).
Features,
* Add a TOTP secret identified by unique LABEL.
* Generate N number passwords using the secret identified by LABEL.
* Import the TOTP configuration from other provider.
Currently, the only supported PROVIDER is Aegis and the supported file
is .txt.
* List all labels stored in the configuration.
* Remove LABEL from configuration.
* Rename a LABEL into NEW-LABEL.
* Encrypted secret using RSA based private key.
|