Skip to content

Releases: KiTant/CTkCodeBoxPlus

1.4.1

01 Apr 17:00

Choose a tag to compare

Version 1.4.1:

refactor(dataclasses): remove enabled param from SearchWindowSettings class
refactor: remove some comments with too obvious information

1.4

01 Apr 15:30

Choose a tag to compare

1.4
Version 1.4:

feat: Add search_replace_window and open_search_window() & close_search_window() methods for CTkCodeBox
feat: Upgrade keybinding.py (with fix)
feat: Upgrade text_menu.py
docs: Update README.md

1.3

22 Mar 13:26

Choose a tag to compare

1.3
Version 1.3:

fix: Fix of history push on backspace even when cursor is at the very beginning of line
feat: Add search; replace; clear_search_highlight methods
feat: Upgrade keybinding.py
docs: Update README.md

1.2

05 Jan 15:43

Choose a tag to compare

1.2
Version 1.2:

fix: Fix configure() work (some params)
feat: Add arg type auto check in configure() for custom params of CTkCodeBox
refactor: Refactor of 5%+ code
docs: Add some more desc in code about methods of CTkCodeBox

1.1

04 Jan 07:20

Choose a tag to compare

1.1
Version 1.1:

fix: Fix of history non-saving on backspace
feat: Add auto_padx for line nums
refactor: Add 3 new dataclasses for providing CTkCodeBox args instead of values like "history_enabled, history_cooldown, history_max"
docs: Update README.md

1.0

25 Aug 19:45

Choose a tag to compare

1.0
Initial commit