1 parent c0e32ad commit d2dd6f4Copy full SHA for d2dd6f4
1 file changed
CHANGELOG.md
@@ -2,6 +2,23 @@
2
Brick changelog
3
---------------
4
5
+2.11
6
+----
7
+
8
+Bug fixes:
9
10
+* Fixed a bug in FileBrowser: if a user pressed Enter when the cursor
11
+ was on a selected entry, it was omitted from the list of
12
+ selected browser entries. As part of this change, the function
13
+ `actionFileBrowserSelectCurrent` previously toggled the selection
14
+ of the entry at the cursor, but should have selected it instead.
15
+ It now does so, and a new function for toggling was introduced:
16
+ `actionFileBrowserToggleCurrent`.
17
18
+Other changes:
19
20
+* Upper bounds on `base` and `microlens` were adjusted.
21
22
2.10
23
----
24
0 commit comments