Skip to content

Releases: AbhiK002/Tasky

Tasky v2.0.2

17 Jan 19:08
9aed12e
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.