summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Expand)Author
2023-07-19Bump crates version to 2.3.0Tim Oram
2022-10-13Release version 2.2.1Tim Oram
2022-06-12Add testutils crateTim Oram
2022-06-02Add runtime crate for managing threadsTim Oram
2022-04-29Bump all crates to version 2.2.02.2.0Tim Oram
2021-10-23Upgrade to Rust 2021 editionTim Oram
2021-10-11Add git crateTim Oram
2021-07-05Move core to a crateTim Oram
2021-07-05Move todo_file module to crateTim Oram
2021-07-05Move view module to crateTim Oram
2021-07-05Move input module to crateTim Oram
2021-07-05Move display module into a crateTim Oram
2021-07-05Move config module to a crateTim Oram
2021-06-21Enable LTO and other useful flagsTim Oram
2021-06-15Refactor CLI and main functionTim Oram
2021-06-12Bump crossterm to version 0.20.0Tim Oram
2021-06-12Move the render stage to a separate threadTim Oram
2021-06-12Upgrade git2 to latestTim Oram
2021-06-12Convert from inputs to eventsTim Oram
2021-04-20Release version 2.1.02.1.0Tim Oram
2021-04-20Bump git2 from 0.13.17 to 0.13.18dependabot-preview[bot]
2021-02-01Release version 2.0.0Tim Oram
2021-01-27Rewrite display and input to use CrosstermTim Oram
2021-01-27Add mutable to cursesTim Oram
2021-01-13Bump concat-idents from 1.1.1 to 1.1.2dependabot-preview[bot]
2021-01-12Bump tempfile from 3.1.0 to 3.2.0dependabot-preview[bot]
2021-01-10Bump git2 from 0.13.14 to 0.13.15dependabot-preview[bot]
2021-01-10Bump concat-idents from 1.1.0 to 1.1.1dependabot-preview[bot]
2020-12-22Bump concat-idents from 1.0.0 to 1.1.0dependabot-preview[bot]
2020-12-22Bump git2 from 0.13.13 to 0.13.14dependabot-preview[bot]
2020-12-21Bump git2 from 0.13.12 to 0.13.13dependabot-preview[bot]
2020-12-10Bump serial_test from 0.5.0 to 0.5.1dependabot-preview[bot]
2020-11-25Bump unicode-segmentation from 1.7.0 to 1.7.1dependabot-preview[bot]
2020-11-16Bump unicode-segmentation from 1.6.0 to 1.7.0dependabot-preview[bot]
2020-10-26Bump xi-unicode from 0.2.1 to 0.3.0dependabot-preview[bot]
2020-10-21Bump unicode-width from 0.1.7 to 0.1.8dependabot-preview[bot]
2020-10-21Bump serial_test from 0.4.0 to 0.5.0dependabot-preview[bot]
2020-10-21Bump git2 from 0.13.5 to 0.13.12dependabot-preview[bot]
2020-10-21Bump clap from 2.33.0 to 2.33.3dependabot-preview[bot]
2020-10-18Refactor the tests that use process utilsTim Oram
2020-09-21Update the list line testsTim Oram
2020-09-20Use anyhow in config moduleTim Oram
2020-09-20Add dev tag to latest buildTim Oram
2020-09-07Add tests for the color_managerTim Oram
2020-07-30Fix multiple width characters breaking renderTim Oram
2020-07-29Provide explicit version for serial-test dependencyTim Oram
2020-07-06Improve show commit moduleTim Oram
2020-03-15Update git2-rs dependency to the latest versionTim Oram
2020-02-20Move publish and latest release to GitHub ActionsTim Oram
2020-02-03Run environment variable based test in one threadTim Oram