Skip to content

Tasky v2.1

Latest

Choose a tag to compare

@AbhiK002 AbhiK002 released this 20 Sep 23:19

Changes

  • Added support for Linux and MacOS systems
  • Updated copyright info
  • Added a double confirmation before the "Clear All Tasks" operation for both Tasky and Tasky Console

Tasky Console

  • Setting the window title to "Tasky Console" instead of the current path of the executable
  • Replaced the clear command with 2 options: delete-all and remove-all
  • Displaying copyright info on application startup

Bugfixes

  • Fixed issue where escape characters show up on pressing up-arrow or down-arrow on Linux systems
  • Fixed issue where entering bye or quit on Tasky Console will exit the program with a crash (quit() not found)
  • Fixed issue where the terminal was not getting cleared on non-Windows systems. This was because Tasky didn't support other operating systems.

Installation

  • For Linux systems, a .deb setup file is attached with this release
    • To install it after downloading the file, use this command: sudo dpkg -i tasky_v2.1.deb
    • After installation, Tasky (GUI) will show up in the applications list and Tasky Console will be accessible from the terminal via the command: tasky-console
  • For Windows systems, a .exe setup file is attached with this release
    • Simply run the setup file to install Tasky on your system
  • Executable for MacOS will be added soon.