Skip to content
This repository was archived by the owner on Jul 4, 2026. It is now read-only.

Releases: krwg/j-keep

Version 1.1.0 Moonstone

Choose a tag to compare

@krwg krwg released this 21 Nov 21:19
1d80145

Changelog

[1.1.0] 22.11.2024

Add

  1. Editing notes without additional web interfaces
  2. New text sizes for notes (Title, Subtitle, Simple)

Fixed

  1. Minor bugs fixed.
  2. Fixed the "Check for updates" button.

Version 1.0.1 Moonstone

Choose a tag to compare

@krwg krwg released this 21 Nov 12:51
95d2a27

Changelog

[1.0.1] 21.11.2024

Add

  1. Ability to edit an existing note.
  2. Ability to check version.

Fixed

  1. Minor bugs fixed.
  2. Fixed the "Check for updates" button.

Version 1.0. Moonstone

Choose a tag to compare

@krwg krwg released this 20 Nov 01:15
7de73da

Changelog

[1.0] 20.11.2024

Add

  1. New design.
  2. 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

Choose a tag to compare

@krwg krwg released this 13 Sep 22:51
40149ee

Changelog

[0.4] 14-09-2024

Add

  1. Icon
    Imported PIL (Pillow) module for working with images.
  2. Ability to edit keeps
    The edit_task function 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.
  3. Search
    Added search_sort_frame for searching and sorting.
  4. Placing a task list
    The list of tasks is now located in a separate frame task_list_frame.

Changed:

  1. Using ttk
  2. Changed colors
  3. Fonts changed

Fixed:

  1. Adaptability issues fixed
  2. Minor bugs fixed

In the future

  1. Sorting
  2. Task categories

Version 0.1

Choose a tag to compare

@krwg krwg released this 11 Sep 23:59
6b89e8f

Changelog

[0.5] 12-09-2024

  • Ability to create and delete notes
  • Graphical Interface (GUI) using the Tkinter library