Skip to content

Releases: replydev/cotp

Version 0.2.0

07 Feb 21:41
f89eda4
Compare
Choose a tag to compare

Changelog

Added

  • Import from encrypted Aegis Databases
  • Set env var COTP_DB_PATH to set a custom path
  • Show QRCode of the codes by pressing 'k' in the dashboard or by using the qrcode subcommand
  • search subcommand
  • Increment or decrement the HOTP counter by pressing + or -
  • Show information by pressing 'i' in the dashboard

Changed

  • Rewritten database encryption due to sodiumoxide deprecation
  • Update dependencies
  • Compile binary using optimization flags

Fixes

General bug fixes and optimizations

Version 0.1.9

04 Jan 19:21
Compare
Choose a tag to compare

Changes

  • New argument parser
  • Sort by issuer
  • General improvements

Version 0.1.8

22 Sep 18:00
Compare
Choose a tag to compare

This version implements:

  • A TUI interface
  • Ability to copy OTP codes to the clipboard in Windows, Mac OS, X11, Wayland
  • Password and secrets zeroing
  • Minor code cleanup
  • Minor improvements and optimizations

For further information check commit history.

Version 0.1.7

21 Feb 11:39
Compare
Choose a tag to compare

This version improves output readability, formatting codes in a fancy table. For further information check commit history.

Version 0.1.6

08 Feb 18:46
Compare
Choose a tag to compare

This version adds the ability to change your database password. I also removed some useless prompts when doing basic stuff and fixed some minor bugs.

For further informations check the commit history.

Version 0.1.5

10 Jan 23:14
Compare
Choose a tag to compare

This version can import converted databases from Authy and Google Authenticator.
For further information check the commit history.

Version 0.1.4

10 Jan 20:14
Compare
Choose a tag to compare

This update adds support for HMAC-SHA256, HMAC-SHA512 algorithm and custom digits.
I also added the --info command which shows the information of one specific OTPElement.
For further information check the commit history.

Version 0.1.3

08 Jan 14:35
Compare
Choose a tag to compare

This version clears interface before program exit and securely prompt a TOTP secret during add or edit function.
For further information check the commit history.

Version 0.1.2

07 Jan 11:03
Compare
Choose a tag to compare

This version fix multiple errors and all the warnings.
For further information check the commit history.

Version 0.1.1

06 Jan 14:58
Compare
Choose a tag to compare

In this version i implemented a basic dashboard and some code inconsistencies.
Check commit history for further information.