Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix brush performance for coarse mags & avoid some unnecessary re-renders #6708

Merged
merged 8 commits into from
Dec 21, 2022
Prev Previous commit
Next Next commit
update changelog
philippotto committed Dec 20, 2022
commit fdb7c3bb983f0a61b36d0eaafae3318d2319af42
1 change: 1 addition & 0 deletions CHANGELOG.unreleased.md
Original file line number Diff line number Diff line change
@@ -32,6 +32,7 @@ For upgrade instructions, please check the [migration guide](MIGRATIONS.released
- Fixed a bug where malformed json files could lead to uncaught exceptions.[#6691](https://github.com/scalableminds/webknossos/pull/6691)
- Fixed rare crash in publications page. [#6700](https://github.com/scalableminds/webknossos/pull/6700)
- Respect the config value mail.smtp.auth (used to be ignored, always using true) [#6692](https://github.com/scalableminds/webknossos/pull/6692)
- Fixed performance for brushing in a coarse magnifications. [#6708](https://github.com/scalableminds/webknossos/pull/6708)
philippotto marked this conversation as resolved.
Show resolved Hide resolved

### Removed