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
Allow to switch to fill or pick segment tool when eraser is active (#8314)
* implement shift and ctrl-shift modifier for the eraser (switch to pick or fill tool)
* tweak highlighted color in tree and segments tab for light theme
* update changelog
* prepare merge for import sorting pr
Copy file name to clipboardexpand all lines: CHANGELOG.unreleased.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,9 @@ For upgrade instructions, please check the [migration guide](MIGRATIONS.released
17
17
- Added the option for "Selective Segment Visibility" for segmentation layers. Select this option in the left sidebar to only show segments that are currently active or hovered. [#8281](https://github.com/scalableminds/webknossos/pull/8281)
18
18
- A segment can be activated with doubleclick now. [#8281](https://github.com/scalableminds/webknossos/pull/8281)
19
19
- It is now possible to select the magnification of the layers on which an AI model will be trained. [#8266](https://github.com/scalableminds/webknossos/pull/8266)
20
+
- When the eraser tool is active, one can switch temporarily to the fill-segment tool by pressing shift and ctrl. Only pressing shift, switches to the pick-segment tool. [#8314](https://github.com/scalableminds/webknossos/pull/8314)
20
21
- Enabled auto sorting of Typescript imports in Biome linter. [#8313](https://github.com/scalableminds/webknossos/pull/8313)
21
22
22
-
23
23
### Changed
24
24
- Renamed "resolution" to "magnification" in more places within the codebase, including local variables. [#8168](https://github.com/scalableminds/webknossos/pull/8168)
25
25
- Layer names are now allowed to contain `$` as special characters. [#8241](https://github.com/scalableminds/webknossos/pull/8241)
0 commit comments