Releases: ragardner/tksheet
Releases · ragardner/tksheet
6.2.4
Version 6.2.4
Added:
- Zoom in/out bindings control + mousewheel
- Zoom in bindings control + equals, control + plus
- Zoom out binding control + minus
6.2.3
Version 6.2.3
Fixed:
- Bug with
format_row
using "all"
6.2.2
Version 6.2.2
Fixed:
- 2 pixel misalignment of index/header and table when scrolling
- Undo cell edit not scrolling window
Added:
- Functionality to scroll multiple Sheets when scrolling one particular Sheet
6.2.1
Version 6.2.1
Fixed:
- Editing header and overflowing text editor so text wraps while using
auto_resize_columns
causes text editor to be out of position
insert_columns()
when using an int
for number of blank columns creates incorrect list layout
6.2.0
Version 6.2.0
Fixed:
- Removed some type hinting that was only available to python versions >= 3.9
6.1.9
Version 6.1.9
Fixed:
- Issues that follow selection boxes being recreated such as resizing columns/rows
6.1.5
Version 6.1.5
Fixed:
extra_bindings()
not binding functions
- #181
6.1.4
Version 6.1.4
Fixed:
- Error with setting/getting header font
- Setting fonts with
set_options()
not working
- Setting fonts after table initialization didn't refresh selection boxes or top left rectangle dimensions
Changed:
- Replaced wildcard imports
- Format code with 120 line length