All Versions
21
Latest Version
Avg Release Cycle
25 days
Latest Release
986 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.7.4 Changes
December 21, 2019- ๐ Fixes issue with default
bindings.ini
not working (#56)
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.7.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
- ๐ Fixes issue with default
-
v1.7.3
November 14, 2019 -
v1.7.2 Changes
November 13, 2019- โ adds redo (defaults to
r
key)
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.7.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
- โ adds redo (defaults to
-
v1.7.1 Changes
October 31, 2019- โ adds ability to reorder subtasks
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.7.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.7.0 Changes
October 31, 2019- ๐ fixes issue with multibyte characters breaking the cursor position (#23)
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.7.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.6.2 Changes
October 30, 2019- ๐ fixes issue where due date styling didn't update if taskell was left open over many days
- โก๏ธ updates dependencies
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.6.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.6.1 Changes
August 29, 2019- โ adds
Complete
action, defaults to<Space>
: moves task to last list and removes any due dates - โ adds
ClearDate
action, defaults to<Backspace>
: removes due dates in NORMAL, DETAIL, and DUE mode - ๐ fixes various bugs
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.6.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.6.0 Changes
August 15, 2019- โ adds
!
to show tasks with dates - โ adds
+
to duplicate task - ๐ fixes moving items up/down in search mode
- โ adds a debug mode
- ๐จ 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.6.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
-
v1.5.1 Changes
August 08, 2019- ๐ fixes an array out of bounds error
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.5.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.5.0 Changes
August 06, 2019- โ adds a status bar
- filename
- current mode
- current position
- ๐ fixes search (#39)
- ๐ป various UI tweaks
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.5.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 a status bar