# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased ## 0.2.0 - 2019-04-21 Config file & list management update. - Read a TOML configuration file from the proper path depending on the OS. - Manage lists of crates. Implement the following subcommands: - `list` # shows the lists - `list show` # shows the lists - `list show -i` # shows the lists and the crates they contain - `list show ` # shows the crates contained in a list - `list show -i` # shows the information for each crate in the list - `list new ` # creates a new list - `list del ` # deletes a list (alias `delete`) - `list add ` # adds the crate to the list - `list rem ` # removes the crate from the list (alias `remove`) - Write settings back to the configuration file. - Save the lists after each modification. - Change `crate` subcommand to `show` (left `crate` and `info` as an aliases) ## 0.1.0 - 2019-04-15 First release. You can: - Show crate information. - Optionally show reverse dependencies as a number (`-r`) or a list (`-rr`) - Search crates by query. Show the first 100 matches - Show a global summary. - Show specific summary for new crates.