All Versions
21
Latest Version
Avg Release Cycle
25 days
Latest Release
1464 days ago
Changelog History
Page 1
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 rundpkg -i taskell-1.10.1_x86-64-linux.deb
. You may also need to install thelibtinfo5
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 rundpkg -i taskell-1.10.0_x86-64-linux.deb
. You may also need to install thelibtinfo5
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 rundpkg -i taskell-1.9.4_x86-64-linux.deb
. You may also need to install thelibtinfo5
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 rundpkg -i taskell-1.9.3_x86-64-linux.deb
. You may also need to install thelibtinfo5
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 rundpkg -i taskell-1.9.2_x86-64-linux.deb
. You may also need to install thelibtinfo5
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/orw
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 rundpkg -i taskell-1.9.1_x86-64-linux.deb
. You may also need to install thelibtinfo5
package (sudo apt install libtinfo5
) - Fedora: Run
sudo dnf install ncurses-compat-libs
then download and run binary as described above
- โ adds
-
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 rundpkg -i taskell-1.9.0_x86-64-linux.deb
. You may also need to install thelibtinfo5
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 rundpkg -i taskell-1.8.2_x86-64-linux.deb
. You may also need to install thelibtinfo5
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 rundpkg -i taskell-1.8.1_x86-64-linux.deb
. You may also need to install thelibtinfo5
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 rundpkg -i taskell-1.8.0_x86-64-linux.deb
. You may also need to install thelibtinfo5
package (sudo apt install libtinfo5
) - Fedora: Run
sudo dnf install ncurses-compat-libs
then download and run binary as described above
- โ adds support for times on due dates (e.g.