<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gotp, branch v0.2.2</title>
<subtitle>CLI to manage Time-based OTP.</subtitle>
<id>http://git.kilabit.info/gotp/atom?h=v0.2.2</id>
<link rel='self' href='http://git.kilabit.info/gotp/atom?h=v0.2.2'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gotp/'/>
<updated>2022-09-06T16:55:54Z</updated>
<entry>
<title>Release gotp v0.2.2 (2022-09-06)</title>
<updated>2022-09-06T16:55:54Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-09-06T16:55:54Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gotp/commit/?id=dc0ff281441c70edb0270b5a94b7fce28126dcfd'/>
<id>urn:sha1:dc0ff281441c70edb0270b5a94b7fce28126dcfd</id>
<content type='text'>
=== Bug fix

* all: fix the go:embed reference to symbolic link

=== Chores

* all: add task to serve and preview the documentation at _doc
* all: group all documents into directory _doc
</content>
</entry>
<entry>
<title>all: add task to serve and preview the documentation at _doc</title>
<updated>2022-09-06T16:51:15Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-09-06T16:51:15Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gotp/commit/?id=79a18749c364e18b07dbeb4f296903aa568e1766'/>
<id>urn:sha1:79a18749c364e18b07dbeb4f296903aa568e1766</id>
<content type='text'>
</content>
</entry>
<entry>
<title>go.mod: update all dependencies</title>
<updated>2022-09-06T16:48:40Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-09-06T16:48:40Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gotp/commit/?id=e14c7ccc5f0e41a862cb7420d2ed259f66957840'/>
<id>urn:sha1:e14c7ccc5f0e41a862cb7420d2ed259f66957840</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: fix the go:embed reference to symbolic link</title>
<updated>2022-08-26T17:23:58Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-08-26T17:23:58Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gotp/commit/?id=5a14390302983633a8676df39a2b6ed89b3ce5a6'/>
<id>urn:sha1:5a14390302983633a8676df39a2b6ed89b3ce5a6</id>
<content type='text'>
Due to previous commit, where we rename the README.adoc to README, and
change it to symbolic link, the build then failed when doing go:embed.
</content>
</entry>
<entry>
<title>all: group all documents into directory _doc</title>
<updated>2022-08-25T12:34:38Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-08-25T12:34:30Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gotp/commit/?id=dd5fb8eab675b150ce41c0571f1d5e02905d9e9a'/>
<id>urn:sha1:dd5fb8eab675b150ce41c0571f1d5e02905d9e9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release gotp v0.2.1 (2022-08-07)</title>
<updated>2022-08-06T18:48:33Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-08-06T18:48:27Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gotp/commit/?id=a74359d0344293b7ff40b792f1f3ef0798f72c6b'/>
<id>urn:sha1:a74359d0344293b7ff40b792f1f3ef0798f72c6b</id>
<content type='text'>
=== 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
</content>
</entry>
<entry>
<title>_AUR: add package build for Arch Linux</title>
<updated>2022-08-06T18:19:26Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-08-06T18:19:26Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gotp/commit/?id=2b15b6b72e3cb46e6ff9a1c8aa406916bb60c9d0'/>
<id>urn:sha1:2b15b6b72e3cb46e6ff9a1c8aa406916bb60c9d0</id>
<content type='text'>
This package build the gotp based on the latest tag and commit.
</content>
</entry>
<entry>
<title>cmd/gotp: add the documentation for command gotp</title>
<updated>2022-08-06T18:15:07Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-08-06T18:15:07Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gotp/commit/?id=2c0f8a1c9c4ef245fb88b5b0ccd393ec874ad3e3'/>
<id>urn:sha1:2c0f8a1c9c4ef245fb88b5b0ccd393ec874ad3e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: replace golang.org/x/crypto/ssh/terminal with golang.org/x/term</title>
<updated>2022-08-06T18:13:52Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-08-06T18:13:52Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gotp/commit/?id=41c0c1a9146b0aacebf990d00da4e425c91db578'/>
<id>urn:sha1:41c0c1a9146b0aacebf990d00da4e425c91db578</id>
<content type='text'>
The golang.org/x/crypto/ssh/terminal has been deprecated.
</content>
</entry>
<entry>
<title>cmd/gotp: add subcommand "version"</title>
<updated>2022-08-06T18:00:42Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-08-06T18:00:42Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/gotp/commit/?id=dbfed69ca90f5cd02b969fd714a35acc80f5f703'/>
<id>urn:sha1:dbfed69ca90f5cd02b969fd714a35acc80f5f703</id>
<content type='text'>
The "version" command print the module version based on the latest tag,
with additional commit number and hash.
</content>
</entry>
</feed>
