-
Notifications
You must be signed in to change notification settings - Fork 7
Releases: AbhiK002/Tasky
Releases · AbhiK002/Tasky
Tasky v2.1
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
clearcommand with 2 options:delete-allandremove-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
byeorquiton 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
.debsetup 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
- To install it after downloading the file, use this command:
- For Windows systems, a
.exesetup file is attached with this release- Simply run the setup file to install Tasky on your system
- Executable for MacOS will be added soon.
Assets 4
Tasky v2.0.2
@AbhiK002
AbhiK002
9aed12e
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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
Assets 3
Tasky v2.0.1
@AbhiK002
AbhiK002
c63c880
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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-windowsfolder, run:Tasky.exeto run TaskyTasky Console.exeto run Tasky CLI Version
Assets 3
Tasky v2.0
@AbhiK002
AbhiK002
3e77467
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Tasky v2.0
Pre-release
Pre-release
Changes
- GUI framework changed from tkinter to PyQt5
Assets 3
Tasky v1.0.2
@AbhiK002
AbhiK002
3b5645f
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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:
clearcommand 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
Assets 3
Tasky v1.0.1
@AbhiK002
AbhiK002
7aca851
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Task Deadline Tracker
This program will show you the time remaining for each task you feed in it
Update v1.0.1
Minor Bug Fix
- Fixed a bug in which editing a task with time set as 11:59 PM would result in 00 showing up in both hours and minutes entry fields in the edit task window.
https://user-images.githubusercontent.com/68178267/161445123-52084fe5-88d1-403f-afe1-762b9561d272.png
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.