Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-20 | Add version command line argument | Teddy Wing | |
* -V and --version now print the program version and exit * Use the `exitcode` crate * Rename `options` variable to `accepted_args`, which seems clearer given its usage. | |||
2022-08-20 | Increase version v0.4.0 -> v0.5.0 | Teddy Wing | |
2022-08-20 | Cargo.lock: Rebuild with Rust 1.59.0 | Teddy Wing | |
$ rustc --version rustc 1.59.0 (9d1b2106e 2022-02-23) | |||
2018-03-03 | Increase version v0.3.0 -> v0.4.0v0.4.0 | Teddy Wing | |
2018-02-24 | Recompile with Rust 1.24.0 | Teddy Wing | |
$ rustc --version rustc 1.24.0 (4d90ac38c 2018-02-12) | |||
2016-11-14 | Cargo: Increase version v0.2.0 -> v0.3.0 | Teddy Wing | |
2016-11-14 | Cargo.lock: Upgrade to Rust 1.13.0 | Teddy Wing | |
Rebuild the program with the latest stable version of Rust. | |||
2016-08-17 | Cargo: Increase version v0.1.1 -> v0.2.0 | Teddy Wing | |
2016-08-06 | Cargo: Update version v0.1.0 -> v0.1.1v0.1.1 | Teddy Wing | |
2016-08-06 | Cargo: Increase version v0.0.1 -> v0.1.0v0.1.0 | Teddy Wing | |
2016-08-06 | Cargo: Install 'clipboard' crate | Teddy Wing | |
Allows us to copy to the system clipboard with a very simple interface. | |||
2016-08-05 | Cargo: Remove 'termion' dependency, use 'rustty' | Teddy Wing | |
Decided to remove Termion in favour of Rustty because it seems like it has a simpler interface. | |||
2016-08-05 | Cargo: Install "termion" 1.0 | Teddy Wing | |
Terminal library to help with creating a text user interface. |