taskell v1.8.0 Release Notes

Release Date: 2019-12-23 // over 4 years ago
    • โž• adds support for times on due dates (e.g. 2020-01-02 09:00)
    • โž• adds localTimes markdown configuration option to store times with a timezone (defaults to UTC)
    • โž• adds date validation (press ESC to return to previous value)
    • ๐Ÿ”จ various refactorings

    Installation

    • Mac (Homebrew): brew install taskell
    • ๐Ÿง Mac/Linux: download binary and place it in a directory in your $PATH (e.g. /usr/local/bin)
    • ๐Ÿง Debian (including Ubuntu): download the .deb file and run dpkg -i taskell-1.8.0_x86-64-linux.deb. You may also need to install the libtinfo5 package (sudo apt install libtinfo5)
    • Fedora: Run sudo dnf install ncurses-compat-libs then download and run binary as described above