Skip to content

Task Manager App v1.1.0

Choose a tag to compare

@noellerjd noellerjd released this 02 Sep 05:30
· 13 commits to main since this release

Task Manager v1.1.0

Task Manager App v1.1.0 is the updated stable release of my easy-to-use task management tool. This version allows all the options from before, allowing you to efficiently manage your to-do list with features that include adding, completing, and removing tasks. Completed tasks are saved with a timestamp for easy tracking. The updates here allow for more seamless usage. The app is packaged as a standalone executable, so no installation or Python setup is required. Simply download, run, and start managing your tasks with ease!

Additional Details for the Release:

What's New:

  • Updated UI
  • Added an option to set reminders for tasks. Alternatively not setting a reminder date will automatically remind you the following day for quick and easy usage
  • Enabled Windows 10/11 notifications for reminders the day of. This is currently set to run each time the application is opened.
  • Task Manager App now allows users to drag their tasks in their respective categories for easier sorting of completed and uncompleted tasks.
  • Added color coding to tasks that are due tomorrow in orange and tasks that are due today in red.
  • Fixed icon issue

Assets:

  • _internal file assets the program requires to function
  • TaskManagerApp.exe (Standalone executable for Windows)
  • tasks.json (Structured JSON file to store tasks between sessions, generated after creating a task)
  • README.txt (Documentation and instructions)

Instructions:

  • Download the TaskManagerApp.zip file from the assets below.
  • Unpack the folder to your desired location (e.g., C:\Program Files\TaskManagerApp).
  • Create a desktop shortcut.
  • Double-click the executable or shortcut to launch the app.

Known Issues:

  • Reminders will pop up frequently until completed, functionally this should likely only pop up once on startup.
    • Will be fixed in next update.

Planned Functionality:

  • Improvements to UI design