Skip to content

Releases: ragardner/tksheet

7.2.12

18 Jun 17:04
Compare
Choose a tag to compare

Version 7.2.12

Pull Requests:

7.2.11

17 Jun 18:41
Compare
Choose a tag to compare

Version 7.2.11

Fixed:

  • 235
  • Error with show_columns()

Pull Requests:

Changed:

  • Resizing rows/columns with mouse button motion now does so during the motion also

7.2.10

10 Jun 17:43
Compare
Choose a tag to compare

Version 7.2.10

Fixed:

  • Fix index width resizing regression
  • Sheet no longer steals focus when using set_sheet_data() and similar functions, issue 233

Improved:

  • Don't show row index resize cursor when unnecessary

7.2.9

06 Jun 17:42
Compare
Choose a tag to compare

Version 7.2.9

Fixed:

Addressed:

Changed:

  • Dropdown box arrows changed back to lines as polygon triangles had issues with outlines
  • Possible slight changes to logic of display_rows()/display_columns()
  • displayed_rows.setter/displayed_columns.setter now reset row/column positions

7.2.8

05 Jun 17:58
Compare
Choose a tag to compare

Version 7.2.8

Fixed:

  • Minor flicker when selecting a row or column
  • Top left rectangle sometimes not updating properly on change of dimensions

Improved:

  • Dropdown triangle visuals

Changed:

  • Top left rectangle colors
  • Dropdown box outline in index/header

7.2.7

04 Jun 14:46
Compare
Choose a tag to compare

Version 7.2.7

Fixed:

  • 230
  • Incorrect rows/columns after move with hidden rows/columns

Changed:

  • Event data for moving rows/columns with hidden rows/columns e.g. under event.moved.rows.data now returns not just the moved rows/columns but all new row/column indexes for the displayed rows/columns. e.g. Use event.moved.rows.displayed with Sheet.data_r()/Sheet.data_c() to find only the originally moved rows/columns
  • Moving rows/columns with hidden rows/columns will only modify these indexes if move_data parameter is True, default is True

7.2.6

04 Jun 09:30
Compare
Choose a tag to compare

Version 7.2.6

Fixed:

  • Drag and drop incorrect drop index
  • set_all_cell_sizes_to_text() incorrect widths

Changed:

  • Functions that move rows/columns such as move_rows()/move_columns() have had their move to indexes changed slightly, you may need to check yours still work as intended if using these functions

7.2.5

03 Jun 18:30
Compare
Choose a tag to compare

Version 7.2.5

Fixed:

  • StopIteration on drag and drop

Added:

  • gen_selected_cells() function
  • is_contiguous to tksheet namespace

7.2.4

29 May 14:24
Compare
Choose a tag to compare

Version 7.2.4

Added:

  • Progress bars

Fixed:

  • Fix resizing cursor appearing at start of header/index and causing issues if clicked

7.2.3

28 May 18:11
Compare
Choose a tag to compare

Version 7.2.3

Fixed:

  • Fix add columns/add rows not inserting at correct index when index is larger than row or data len
  • Fix add columns/add rows not undoing/redoing added heights/widths respectively
  • Fix add columns/add rows regression