Stl Thumb Versions Save

Thumbnail generator for STL files

v0.5.0

2 years ago

For KDE users

See stl-thumb-kde

Full Changelog: https://github.com/unlimitedbacon/stl-thumb/compare/v0.4.1...v0.5.0

v0.4.1

2 years ago

Changes

For KDE users

See stl-thumb-kde

v0.4.0

3 years ago
  • stl-thumb now supports the KDE desktop environment on Linux. If you are a KDE/Plasma user, you will need to install the separate stl-thumb-kde package. stl-thumb-kde
  • Under the hood, stl-thumb has been restructured as a library. This allows you to use it directly inside of any C/C++ or Rust program. Here is an example.

v0.3.1

5 years ago

I think this is a pretty cool update.

  • On Windows, now it uses your system's color scheme instead of the default blue.

stl-thumb-colors

Note: Your existing icons will not be updated to the new colors automatically. Use the disk cleanup tool to clear the thumbnail cache and your icons will be regenerated.

  • Added CLI option to set the background color.
  • Optimizations.

v0.3.0

5 years ago
  • Added option to choose an image format.
  • Added option to choose the colors of the model.
  • Workaround for issue with Mesa on Arch, which was causing blank images.
  • Fixed Debian package dependencies.

v0.2.0

5 years ago
  • Made compatible with Gnome Files (Nautilus).
  • Enabled true headless rendering and try to use it whenever possible. Fall back to a normal context with a hidden window if it doesn't work.

v0.1.1

5 years ago

Changes

  • Backported shaders to GLSL 1.20 - Allows support for very old GPUs.
  • Updated stl_io to version 0.3.7 - Fixes reading ASCII STL files with Windows style line endings
  • Updated glium

v0.1.0

5 years ago

First release! Yay!