All Versions
21
Latest Version
Avg Release Cycle
25 days
Latest Release
1326 days ago

Changelog History
Page 1

  • v1.10.1 Changes

    September 14, 2020
    • 🛠 fixes line break issues at end of task

    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.10.1_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
  • v1.10.0 Changes

    August 10, 2020
    • ➕ Adds ability to customise new taskell file

    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.10.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
  • v1.9.4 Changes

    June 17, 2020
    • 🛠 fixes issue where line breaks at end of file caused parsing error
    • 🔨 various refactorings
    • GHC 8.8.3

    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.9.4_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
  • v1.9.3 Changes

    February 17, 2020
    • ➕ adds key bindings for moving tasks to top of list (#54)
    • ➕ adds theming support for sub-tasks (#58)
    • built with GHC 8.8.2

    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.9.3_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
  • v1.9.2 Changes

    February 03, 2020
    • 🛠 fixes GitHub JSON parsing when using issue/PR cards

    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.9.2_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
  • v1.9.1 Changes

    January 14, 2020
    • ➕ adds padding config option
    • ➕ adds statusbar config option
    • relative dates using just d and/or w won't include a time

    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.9.1_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
  • v1.9.0 Changes

    January 02, 2020
    • 📜 complete rewrite of the markdown serializer/parser

    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.9.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
  • v1.8.2 Changes

    January 01, 2020
    • 🛠 fixes issue with cabal build

    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.2_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
  • v1.8.1 Changes

    December 23, 2019
    • 🛠 fixes due date ordering issue
    • trims due date strings before validation

    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.1_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
  • v1.8.0 Changes

    December 23, 2019
    • ➕ 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