You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,17 @@
1
1
### Version 7.5.13
2
2
#### 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).
4
7
5
8
#### Added:
6
9
- 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).
7
10
- If copy is enabled, the key binding `platform control key` + `platform alt key` + `C`/`c` is now bound to perform a plain text copy.
8
11
9
12
#### Changed:
10
13
- 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.
0 commit comments