cura:4.5

Last commit made on 2020-02-25
Get this branch:
git clone -b 4.5 https://git.launchpad.net/cura

Branch merges

Branch information

Name:
4.5
Repository:
lp:cura

Recent commits

15a7d08... by Ruben D

Fix layout of 4.5 change log

Contributes to issue CURA-7250.

43ced91... by Ruben D

Add change log entries for Cura 4.5

Contributes to issue CURA-7250.

4db66c7... by Ruben D

Uncomment old translation for 'do not show again'

We re-added this string after the string freeze.

Contributes to issue CURA-7231.

d762ad4... by Nino van Hooff

Merge pull request #7156 from Ultimaker/CURA-7231_no_layers_to_show_msg

Cura 7231 no layers to show msg

1b65e47... by Jaime van Kessel <email address hidden>

Move imports of Arcus & Savitar up

This was needed due to the crashhandler being imported

CURA-7245

77f0ff5... by Jaime van Kessel <email address hidden>

Merge branch 'CURA-7245_sentry_prune_more_user_data' of github.com:Ultimaker/Cura into 4.5

9c0e6f9... by Jaime van Kessel <email address hidden>

Apply suggestions from code review

Codestyle!

94e9753... by Nino van Hooff

Update cura/CrashHandler.py

Import Any and re-order if-statements for efficiency

CURA-7245

2cd6149... by Nino van Hooff

Update cura/CrashHandler.py

Add typing to pruneSensitiveData

Co-Authored-By: Jaime van Kessel <email address hidden>

62dfade... by Nino van Hooff

Prune all sensitive data before sending it to Sentry

CURA-7245