Skip to content

Releases: ChrisTerBeke/CuraThingiBrowserPlugin

v3.1.0

11 Jul 09:20
64c2856
Compare
Choose a tag to compare
v3.1.0 Pre-release
Pre-release

What's Changed

Full Changelog: v3.0.1...v3.1.0

v3.0.1

29 Dec 15:34
8c700f3
Compare
Choose a tag to compare

Fixes an issue with endless spinners when downloading a file onto the build plate.

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

01 Jun 06:49
Compare
Choose a tag to compare
  • Support for Cura 5.0 (upgraded to Qt 6)

What's Changed

Full Changelog: v2.2.3...v3.0.0

v2.2.3

11 Jan 07:40
089edd0
Compare
Choose a tag to compare

Several dependency updates.

What's Changed

Full Changelog: v2.2.2...v2.2.3

v2.2.2

21 Oct 09:39
d80a18f
Compare
Choose a tag to compare
  • Fixes Thingiverse login issues by using a fresh token.

v2.2.1

13 Apr 17:54
7af5680
Compare
Choose a tag to compare
  • Fixes several QML issues that resulted in the plugin not working when using Qt 5.12 or newer. This became a bigger issue with upcoming Cura 4.9 release, which upgrades the version of Qt that ships with it to 5.15.
  • Added an automated build system using CMake and GitHub Actions. Next to making it easier to generate ZIP files that are uploaded in the Ultimaker contributor portal, it also reduces the amount of files that end up in the ZIP file (before, the ZIP file was created manually and included useless files like the Python tests).
  • Improved Python virtual environment setup using venv.
  • Pinned dependency versions and added Dependabot to keep them up-to-date (for more reproducible builds/tests).

v2.2.0

13 Aug 21:00
Compare
Choose a tag to compare
  • Add new OAuth2 sign-in flow for MyMiniFactory. Thingiverse is no longer actively maintained so this improvement cannot be done for that service.
  • Autosize drop down inputs based on longest option (contributed by BohunkG4mer).
  • Support Cura 4.7.0.
  • Various bug fixes and improvements.

v2.1.1

11 May 10:45
Compare
Choose a tag to compare
  • Fix for breaking change in Thingiverse API resulting in search being broken.
  • Show 'no results' label when no things were found for given search query.

v2.1.0

01 May 17:43
Compare
Choose a tag to compare
  • Refactor view selector to Python defined list.
  • Add user setting for default view (defaults to 'popular').
  • Make EnhancedComboBox work on Qt 5.14+ by not overriding a FINAL property (#37).
  • Remove QML warning about binding loop for contentWidth property of ThingFilesList.
  • Fix tracking page views in Analytics twice.
  • Fix calling on_finished when API call failed (https://sentry.io/share/issue/240d1ccc35ec4720a54b245cc14a508b/).

v2.0.0

31 Mar 09:05
Compare
Choose a tag to compare

The biggest update since the original plugin! ThingiBrowser now supports MyMiniFactory next to Thingiverse.

Changes since last Beta

  • Completely overhauled the UI with focus on maintainability by using simple QML built-in components.
  • Configure your preferred default repository service (by @BohunkG4mer).