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
* enforce default newly create bounding boxes to be within dataset bounds
* add first version bounding box moving
* move bounding box by global data to be zoom independent
* move bbox on ctrl / meta
* add changelog entry
* in case newly create bbox is outside of dataset bounds
* add move hint to statusbar on ctrl pressed
* use move mouse curser when in bbox tool and ctrl / meta is pressed
* remove messages files
* remove accidental pushed changes
- Added the option to move a bounding box via dragging while pressing ctrl / meta. [#7892](https://github.com/scalableminds/webknossos/pull/7892)
14
15
- Added route `/import?url=<url_to_datasource>` to automatically import and view remote datasets. [#7844](https://github.com/scalableminds/webknossos/pull/7844)
15
16
- The context menu that is opened upon right-clicking a segment in the dataview port now contains the segment's name. [#7920](https://github.com/scalableminds/webknossos/pull/7920)
16
17
17
18
### Changed
18
19
- The warning about a mismatch between the scale of a pre-computed mesh and the dataset scale's factor now also considers all supported mags of the active segmentation layer. This reduces the false posive rate regarding this warning. [#7921](https://github.com/scalableminds/webknossos/pull/7921/)
19
20
20
21
### Fixed
22
+
- Fixed a bug that allowed the default newly created bounding box to appear outside the dataset. In case the whole bounding box would be outside it is created regardless. [#7892](https://github.com/scalableminds/webknossos/pull/7892)
0 commit comments