Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Comply with the REUSE specification 3.0 | Robin Krahl | 2019-10-27 |
| | | | | | | | The REUSE specification defines best practices for handling of copyright information in open source software projects. This patch adds copyright and license statements to some files and renames the LICENSE file to comply with version 3.0 of the specification. | ||
* | Release v0.2.1v0.2.1 | Robin Krahl | 2019-06-30 |
| | |||
* | Release v0.2.0v0.2.0 | Robin Krahl | 2019-01-11 |
| | |||
* | Add the stdio backend | Robin Krahl | 2019-01-11 |
| | | | | | | | This patch adds the stdio backend which acts as a fallback backend and uses standard input and output. For password queries, the rpassword crate is used to suppress output. Also, default_backend is changed to return Stdio if Dialog is not available. | ||
* | Release v0.1.1v0.1.1 | Robin Krahl | 2019-01-11 |
| | |||
* | Create project skeleton | Robin Krahl | 2019-01-08 |