This repository was archived by the owner on Jul 4, 2026. It is now read-only.
Releases: krwg/j-keep
Releases · krwg/j-keep
Release list
Version 1.1.0 Moonstone
Version 1.0.1 Moonstone
Changelog
[1.0.1] 21.11.2024
Add
- Ability to edit an existing note.
- Ability to check version.
Fixed
- Minor bugs fixed.
- Fixed the "Check for updates" button.
Version 1.0. Moonstone
Changelog
[1.0] 20.11.2024
Add
- New design.
- Notes are stored in a database (SQLite).
Changed and fixed
Installation now does not require installation of python and its dependencies. To install, you need to open the .exe file.
Version 0.4
Changelog
[0.4] 14-09-2024
Add
- Icon
Imported PIL (Pillow) module for working with images. - Ability to edit keeps
Theedit_taskfunction creates a dialog box for editing a task.
When you click “Save” in the dialog box, the list of tasks is updated and saved to a file. - Search
Addedsearch_sort_framefor searching and sorting. - Placing a task list
The list of tasks is now located in a separate frametask_list_frame.
Changed:
- Using ttk
- Changed colors
- Fonts changed
Fixed:
- Adaptability issues fixed
- Minor bugs fixed
In the future
- Sorting
- Task categories
Version 0.1
Changelog
[0.5] 12-09-2024
- Ability to create and delete notes
- Graphical Interface (GUI) using the Tkinter library