summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
AgeCommit message (Collapse)Author
2019-04-10Prepare release version 1.0.0Tim Oram
2019-04-04Format to Rust 2018 editionAlok Singh
2019-03-16Core application rewriteTim Oram
This change rewrites most of the core of the application from the ground up. The most significant change is the handling of text overflow. Horizontally text is truncated to fit the width of the terminal and vertical overflow is handled with scrolling. Finally, when the terminal window gets too small a compact view is rendered instead of the full normal view. Previously the show commit pane would capture and parse stdout from an external git command. Since this is slow and prone to error, this has been updated to instead use libgit2 (using git2-rs) to retrieve information about the commit. All functionality in the application is now handled using the internal state machine. Initially certain functionality, such as the dialogs and shelling out to an external editor was not using the state machine. This resulted in these operations being inconsistent.
2018-11-08Fix build for macOS and LinuxTim Oram
2018-10-27Add configuration of output colorsTim Oram
2018-10-26Update dependenciesTim Oram
2018-07-10Add support for core.commentCharTim Oram
Having the configuration option core.commentChar set to anything other than # would result in the tool being unable to read the rebase tool. This change reads the configuration value and uses it over the hard-coded value.
2018-04-01Switch to clap for arguments and add --helpTim Oram
2018-04-01Update dependenciesTim Oram
2018-03-31Fix inconsistent namingTim Oram
2018-03-03Added deployment to GitHub in CITim Oram
The project will now build binaries for MacOS, Debian and Windows automatically and deploy them to GitHub.
2018-02-08Update dependencies and release 0.6.0Tim Oram
2017-12-29Fixes for crates.ioTim Oram
Create.io does not allow wildcard dependencies or more than 5 keywords.
2017-12-29Release version 0.5.0Tim Oram
2017-11-21Integrate and fix clippy errorsTim Oram
2017-11-20Updated pancurses to newestTim Oram
2017-03-27Added show commit infoTim Oram
closes #25
2017-02-11Release version 0.4.0Tim Oram
2017-01-21Release 0.3.0Tim Oram
2017-01-21Added documentationTim Oram
2016-12-22Initial project commit0.1.0Tim Oram