Skip to content

Task Manager App v1.0.1

Choose a tag to compare

@noellerjd noellerjd released this 01 Sep 07:12
· 17 commits to main since this release
6384a8a

Task Manager v1.0.1

Task Manager App v1.0.1 is the stable release of our easy-to-use task management tool. This version allows 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 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:

  • Fixed program to allow for local storage of uncompleted and completed tasks using json
  • Added functionality to allow the user to push enter to submit a task rather than having to push the 'Add Task' button each time.

Assets:

  • TaskManagerApp.exe (Standalone executable for Windows)
  • tasks.json (Structured JSON file to store tasks between sessions)
  • README.txt (Documentation and instructions)

Instructions:

  • Download the TaskManagerApp.zip file from the assets below.
  • Unpack the file 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:

  • None reported.

Planned Functionality:

  • Possibly rearrange completed and uncompleted tasks.
  • Setting days to receive notifications for tasks if specified.