summarylogtreecommitdiffstats
path: root/CHANGES.md
blob: 9ddb29d774056de9181bb278d02565066180af6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Changelog
=========

0.3.0 (2021-02-15)
------------------

### Changed

- Use `str.zfill` instead of `str.rjust` for adding leading zeros.


0.2.0 (2019-08-13)
------------------

### Added

- Add license information in package metadata.
- Add `digits` and `digest` to `totp()` parameter list.
- Add command line arguments for time-step, digits, and digest.

### Changed

- Rename `secret` to `key` in `hotp()` and `totp()` parameter lists.
- Rename `interval` to `time_step` in `totp()` parameter list.


0.1.0 (2019-08-12)
------------------

### Added

- Add a minimal TOTP generator.
- Expose `hotp()` and `totp()` as module-level functions.
- Add project documentation.