Skip to content

Releases: ragardner/tksheet

6.2.4

05 Sep 18:14
Compare
Choose a tag to compare

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

24 Jul 07:32
Compare
Choose a tag to compare

Version 6.2.3

Fixed:

  • Bug with format_row using "all"

6.2.2

10 Jul 09:09
Compare
Choose a tag to compare

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

05 Jun 17:38
Compare
Choose a tag to compare

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

29 May 11:29
Compare
Choose a tag to compare

Version 6.2.0

Fixed:

  • Removed some type hinting that was only available to python versions >= 3.9

6.1.9

24 May 13:04
Compare
Choose a tag to compare

Version 6.1.9

Fixed:

  • Issues that follow selection boxes being recreated such as resizing columns/rows

6.1.8

23 May 16:20
Compare
Choose a tag to compare

Version 6.1.8

Added:

6.1.7

23 May 08:13
Compare
Choose a tag to compare

Version 6.1.7

Fixed:

6.1.5

19 May 16:16
Compare
Choose a tag to compare

Version 6.1.5

Fixed:

  • extra_bindings() not binding functions
  • #181

6.1.4

16 May 16:59
Compare
Choose a tag to compare

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