<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/nitrocli, branch devel</title>
<subtitle>A command line tool for interacting with Nitrokey devices (GitHub mirror)
</subtitle>
<id>https://git.ireas.org/mirrors/nitrocli/atom?h=devel</id>
<link rel='self' href='https://git.ireas.org/mirrors/nitrocli/atom?h=devel'/>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/nitrocli/'/>
<updated>2021-01-10T01:53:50Z</updated>
<entry>
<title>Build project in release mode in CI</title>
<updated>2021-01-10T01:53:50Z</updated>
<author>
<name>Daniel Mueller</name>
<email>deso@posteo.net</email>
</author>
<published>2021-01-10T01:53:50Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/nitrocli/commit/?id=0539322b331838ec97f7791dba43ee45a71dbd06'/>
<id>urn:sha1:0539322b331838ec97f7791dba43ee45a71dbd06</id>
<content type='text'>
With this change we make sure to build the crate in release mode from
the CI pipeline. Doing so ensures that any conditional compilation
dependent on the build type or features of it is checked as part of the
integration pipeline.
</content>
</entry>
<entry>
<title>Remove usage of --all argument from CI cargo invocations</title>
<updated>2021-01-10T01:18:51Z</updated>
<author>
<name>Daniel Mueller</name>
<email>deso@posteo.net</email>
</author>
<published>2021-01-10T01:18:51Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/nitrocli/commit/?id=2f693125799a05114da0b0a88333529a7a24647f'/>
<id>urn:sha1:2f693125799a05114da0b0a88333529a7a24647f</id>
<content type='text'>
The --all argument to cargo build/test is deprecated and confusing. It
also only applied to workspaces, which we don't have in this crate.
Hence, with this change we remove it.
</content>
</entry>
<entry>
<title>Rename intra_doc_link_resolution_failure lint</title>
<updated>2020-12-01T03:50:27Z</updated>
<author>
<name>Daniel Mueller</name>
<email>deso@posteo.net</email>
</author>
<published>2020-12-01T03:50:27Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/nitrocli/commit/?id=f1265b72fa1f1a91785fd2e3db1d667037ed8678'/>
<id>urn:sha1:f1265b72fa1f1a91785fd2e3db1d667037ed8678</id>
<content type='text'>
The intra_doc_link_resolution_failure lint has been renamed to
broken_intra_doc_links in recent versions of Rust. With this change we
update it accordingly in our list of lints to use for the crate. Because
our CI tests against the minimum supported Rust version, which does not
yet understand the new lint, we configure it to allow unknown lints.
</content>
</entry>
<entry>
<title>Display available extensions in the help text</title>
<updated>2020-10-04T16:46:31Z</updated>
<author>
<name>Daniel Mueller</name>
<email>deso@posteo.net</email>
</author>
<published>2020-10-04T16:46:31Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/nitrocli/commit/?id=ac5ea03a16f71fa7305e931619a132e150c83c29'/>
<id>urn:sha1:ac5ea03a16f71fa7305e931619a132e150c83c29</id>
<content type='text'>
With recent changes we are able to execute user-provided extensions
through the program. However, discoverability is arguably lacking,
because nitrocli provides no insight into what extensions are available
to begin with.
This patch changes this state of affairs by listing available extensions
in the help text.
</content>
</entry>
<entry>
<title>Introduce support for user-provided extensions</title>
<updated>2020-08-26T02:04:50Z</updated>
<author>
<name>Daniel Mueller</name>
<email>deso@posteo.net</email>
</author>
<published>2020-08-26T02:04:50Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/nitrocli/commit/?id=62509c100c876b6d427673709a530c481ec7e4c0'/>
<id>urn:sha1:62509c100c876b6d427673709a530c481ec7e4c0</id>
<content type='text'>
This change introduces support for discovering and executing
user-provided extensions to the program. Extensions are useful for
allowing users to provide additional functionality on top of the
nitrocli proper. Implementation wise we stick to an approach similar to
git or cargo subcommands in nature: we search the directories listed in
the PATH environment variable for a file that starts with "nitrocli-",
followed by the extension name. This file is then executed. It is
assumed that the extension recognizes (or at least not prohibits) the
following arguments: --nitrocli (providing the path to the nitrocli
binary), --model (with the model passed to the main program), and
--verbosity (the verbosity level).
</content>
</entry>
<entry>
<title>Update structopt dependency to 0.3.21</title>
<updated>2020-12-01T04:02:38Z</updated>
<author>
<name>Daniel Mueller</name>
<email>deso@posteo.net</email>
</author>
<published>2020-12-01T04:02:38Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/nitrocli/commit/?id=598d07ff6c8acc4476e24be89058c5d45de5db01'/>
<id>urn:sha1:598d07ff6c8acc4476e24be89058c5d45de5db01</id>
<content type='text'>
This change updates the structopt crate to version 0.3.21. We need this
version as it fixes a compilation error [0] when using the
external_subcommand enum variant annotation provided by the crate with
certain versions of Rust.

[0]: https://github.com/TeXitoi/structopt/issues/447
</content>
</entry>
<entry>
<title>Subdivide environment variable section in manual</title>
<updated>2020-09-26T21:01:25Z</updated>
<author>
<name>Daniel Mueller</name>
<email>deso@posteo.net</email>
</author>
<published>2020-09-26T21:01:25Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/nitrocli/commit/?id=a8de1ad65d845e9f250e2d56fb21175b92483f95'/>
<id>urn:sha1:a8de1ad65d845e9f250e2d56fb21175b92483f95</id>
<content type='text'>
This change reorders and subdivides the Environment section we have in
the manual. The first subsection in it is about variables pertaining the
program configuration and the second one about those influencing
password &amp; PIN entry. Having these dedicated subsections will
subsequently allow us to reference them in follow up changes. The
reordering is meant to reflect the more general applicability that
configuration variables have.
</content>
</entry>
<entry>
<title>Rename numlock, capslock, scrollock options</title>
<updated>2021-01-11T05:07:25Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2020-09-29T17:18:56Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/nitrocli/commit/?id=b619f78f45fdd3ecbcaa2e30134866e8ab694d6d'/>
<id>urn:sha1:b619f78f45fdd3ecbcaa2e30134866e8ab694d6d</id>
<content type='text'>
This patch renames the options for the config set command:
  --numlock        ==&gt;  --num-lock
  --capslock       ==&gt;  --caps-lock
  --scrolllock     ==&gt;  --scroll-lock
  --no-numlock     ==&gt;  --no-num-lock
  --no-capslock    ==&gt;  --no-caps-lock
  --no-scrolllock  ==&gt;  --no-scroll-lock

The original naming was based on a typo in nitrokey-rs (scrollock vs.
scrolllock). Also, the typical spelling for the keys is Num Lock, Caps
Lock and Scroll Lock, so using a hyphen is a more natural.
</content>
</entry>
<entry>
<title>Remove DeviceModel::as_user_facing_str</title>
<updated>2021-01-11T05:06:18Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2020-09-29T17:07:05Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/nitrocli/commit/?id=9585cfd98beb2156f75d15c22c694cb34a29f6ec'/>
<id>urn:sha1:9585cfd98beb2156f75d15c22c694cb34a29f6ec</id>
<content type='text'>
This patch removes the unused DeviceModel::as_user_facing_str method.
The device model is only used for the argument handling.  When printing
messages for the user, we always use nitrokey::Model.  Its Display
implementation already prints the model in an appropriate format.
</content>
</entry>
<entry>
<title>Support Librem Key</title>
<updated>2021-01-11T05:06:18Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2020-09-25T00:09:18Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/nitrocli/commit/?id=3d83b07ca7090817192bcd8f250effc0d0817b2a'/>
<id>urn:sha1:3d83b07ca7090817192bcd8f250effc0d0817b2a</id>
<content type='text'>
This patch adds the librem device model for the Librem Key.
</content>
</entry>
</feed>
