Skip to content

Releases: IgoyAI/ip

Release v0.2

14 Mar 14:50

Choose a tag to compare

Release v0.2

This release brings significant improvements to file handling and persistence in the application:

  • Automatic Data File Creation:
    The tasks file (asep.txt) is now automatically generated in the same directory as the JAR file. No manual file setup is required!

  • Dynamic File Path Handling:
    The application determines the directory of the running JAR and uses it to store the data file, ensuring OS-independent, relative file paths.

  • Robust File I/O:
    The necessary directories and file are automatically created if they do not exist. Additionally, improved error handling has been implemented to manage scenarios such as corrupted file data.

  • Seamless User Experience:
    Tasks are automatically saved to disk upon any changes (add, delete, mark, or unmark). This ensures that your work is never lost even after exiting the application.

Feel free to report any issues or suggestions for further improvements.