aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.adoc
AgeCommit message (Collapse)Author
2025-12-27Release gotp v0.6.2 (2025-12-27)HEADv0.6.2maindevShulhan
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!
2025-02-03Release gotp v0.6.1 (2025-02-03)v0.6.1Shulhan
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>".
2025-02-03all: move the CHANGELOG to root of repositoryShulhan
This is to allow people to see the CHANGELOG directly without going to subdirectory first.
2022-08-25all: group all documents into directory _docShulhan
2022-08-07Release gotp v0.2.1 (2022-08-07)v0.2.1Shulhan
=== 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
2022-03-14Release gotp v0.2.0 (2022-03-14)v0.2.0Shulhan
Release gotp under GPL 3.0 or later. See https://kilabit.info/journal/2022/gpl/ for more information.
2022-03-14all: re-licensing gotp under GPL-3.0 or laterShulhan
See https://kilabit.info/journal/2022/gpl/ for more information.
2022-02-08Release gotp v0.1.0 (2022-02-08)v0.1.0Shulhan
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.