Skip to content

Releases: AbhiK002/Tasky

Tasky v2.1

20 Sep 23:19

Choose a tag to compare

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.

Tasky v2.0.2

17 Jan 19:08
9aed12e

Choose a tag to compare

Update v2.0.2

  • Minor changes in functionality
  • Added License links to Tasky GUI and CLI
  • Added setup file to easily install Tasky on your system
  • You can also uninstall Tasky via the Windows apps and programs list

Tasky v2.0.1

05 Jan 17:56
c63c880

Choose a tag to compare

Update v2.0.1

  • Minor bug fix:
    • log file got spammed with a line endlessly while Tasky (GUI) was running
  • Updated licence

What's New?

  • ✨ New modern and improved graphical user interface
  • 📈 Better stability and faster console
  • 🗃 Tasky can now store upto 100 tasks
  • 💬 Added task descriptions for the tasks
  • ⏱ Faster live updates of the task deadlines
  • 🐞 Fixed major bugs and made optimisations

Download Tasky's latest version for Windows (ZIP file) using the link below

  • Inside tasky-windows folder, run:

    • Tasky.exe to run Tasky
    • Tasky Console.exe to run Tasky CLI Version

Tasky v2.0

04 Jan 10:28
3e77467

Choose a tag to compare

Tasky v2.0 Pre-release
Pre-release

Changes

  • GUI framework changed from tkinter to PyQt5

Tasky v1.0.2

08 Dec 22:21
3b5645f

Choose a tag to compare

v1.0.2 patch-1

  • Tasky GUI: Fixed a major bug where Tasky would delete the extra tasks if number of tasks exceeded 20
    • Tasky will now just display the first 20 tasks instead
    • Scrollable tasks functionality will be added in the next major release of Tasky (v1.1)

Download Zip File

Update v1.0.2 - Tasky (console) update:

  • improved the visual appearance of outputs
  • improved help menu commands
  • new features:
    • clear command clears all the tasks
    • to view the details of a task, enter the task number into the console
  • user input prompts made more descriptive

Technical Changes

  • refactored and debugged Tasky's code
  • made code more readable
  • optimised functions and classes
  • logs made better and descriptive
  • fixed a few bugs

image

Tasky v1.0.1

29 Mar 18:11
7aca851

Choose a tag to compare

Task Deadline Tracker

This program will show you the time remaining for each task you feed in it

modes

Update v1.0.1

Minor Bug Fix

Features

  • Add, delete or edit tasks in Tasky using their respective buttons
  • Tasky will show you the time remaining for each task in a list form
  • Interactive GUI where the tasks list will update every minute
  • Tasky has 2 Color Themes: Dark Mode and Light Mode. Switch easily between these using just a button.
  • Once the deadline of a certain task is crossed, Tasky will print "Task Expired" for that particular task.
  • Add upto 20 tasks at a time
  • Your tasks information is stored in a remote location, so Tasky will always show your tasks even if you close and reopen it.

For Graphical version:

  • In the Tasky window, click "New Task" button to create new tasks.
  • Hover over any task in the list to show the "Edit" and "Delete" buttons for that task.
  • To change the color scheme of the program, just click the "Light Mode"/"Dark Mode" button (depends on the current color scheme)

For Console version, these commands can be used:

help : View all the available commands
debug : Open the Tasky logs folder
add, new, create : Add a new task
remove N, rem N, delete N, del N : Delete task number N
edit N, ed N, change N : Edit details of task number N
ref, status : Refresh the tasks list with updated time
quit, bye : Quit the program

Enjoy.