Skip to content

Releases: q31r/Note-App-Python

Release v1.0.1

15 Dec 18:22
Compare
Choose a tag to compare

This first release provides basic note creation, editing, and management capabilities. Users can:

  • Create new notes with a title and text content
  • Edit existing notes by modifying the title or text
  • View all notes in a list
  • Delete individual notes
  • Save notes to disk as a JSON file
  • Load notes from disk on startup

The app uses Tkinter for the graphical interface and json for serialization. It provides a simple and clean way to jot down textual notes.

Future releases will likely add more advanced features like formatting, tagging, search, and sync. But this v1.0.0 focuses on the core functionality of a basic note taking app.

Full Changelog: v1.0.0...v1.0.1

note.py v1.0.0

15 Dec 17:51
Compare
Choose a tag to compare

This first release provides basic note creation, editing, and management capabilities. Users can:

  • Create new notes with a title and text content
  • Edit existing notes by modifying the title or text
  • View all notes in a list
  • Delete individual notes
  • Save notes to disk as a JSON file
  • Load notes from disk on startup

The app uses Tkinter for the graphical interface and json for serialization. It provides a simple and clean way to jot down textual notes.

Future releases will likely add more advanced features like formatting, tagging, search, and sync. But this v1.0.0 focuses on the core functionality of a basic note taking app.

Full Changelog: https://github.com/Qmirdev/Note-App-Python/commits/v1.0.0