Skip to content

Commit 308323f

Browse files
committed
Update CHANGELOG.md
1 parent 8fedc7e commit 308323f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
### Version 7.5.13
22
#### Fixed:
3-
- Built-in right click popup menu command filtering minor fixes and improvements. [#292](https://github.com/ragardner/tksheet/issues/292)
3+
- Built-in right click popup menu command filtering minor fixes and improvements [#292](https://github.com/ragardner/tksheet/issues/292).
4+
5+
#### Addressed:
6+
- MacOS right click working with python code but not bundled/compiled app [#2](https://github.com/ragardner/tksheet/issues/2).
47

58
#### Added:
69
- The standard copy operation uses a CSV writer, which adds quote characters and escape characters when appropriate. Added a new alternate copy option for plain text copying [#311](https://github.com/ragardner/tksheet/issues/311).
710
- If copy is enabled, the key binding `platform control key` + `platform alt key` + `C`/`c` is now bound to perform a plain text copy.
811

912
#### Changed:
1013
- The cell text editor's new line bindings no longer bind both `Alt` and `Option` on macOS and now only bind the appropriate modifier. Other similarly affected bindings have been changed in the same way.
14+
- `rc_binding` no longer importable from the `tksheet` library. Use `Sheet.ops.rc_binding` once the `Sheet()` is initialized.
1115

1216
#### Documentation:
1317
- Fixed readme downloads badge.

0 commit comments

Comments
 (0)