Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: fstl-app/fstl

v0.11.1 - Minor tweaks and fixes

07 Sep 20:22

Choose a tag to compare

What's Changed

  • fix: opening files with cyrillic symbols from command line by @DeveloperPaul123 in #129
  • fix: minor incompatibilties with qt 5.12 by @DeveloperPaul123 in #134
  • chore: update to cmake 3.10, enforce formatting with tooling by @DeveloperPaul123 in #135

Full Changelog: v0.11.0...v0.11.1

v0.11.0

22 Jan 21:52
c61b4d1

Choose a tag to compare

What's Changed

  • Updates from 0.10.0 release by @DeveloperPaul123 in #85
  • Fix STL file selection filter by @DeveloperPaul123 in #92
  • Add arc-ball mechanism to mouse control by @wdaniau in #99
  • Set application icon, so it will appear in about window and in dock f… by @wdaniau in #100
  • Add the option to reset or not the rotation when loading a new stl file. by @wdaniau in #103
  • Add fullscreen option in View menu associated with key F11 by @wdaniau in #104
  • wait to load the stl file until file size does not change anymore by @gsohler in #106
  • Clean commit c4dd685 by @wdaniau in #108
  • Wait for the STL file size to stop changing. by @sur5r in #107
  • Revert "wait to load the stl file until file size does not change anymore (#106)" by @DeveloperPaul123 in #109
  • Will dev customizable shader by @wdaniau in #102
  • Common Viewpoints by @DeveloperPaul123 in #110
  • Support standard Close shortcut by @nmaggioni in #115
  • Add xdg directory for linux desktop file and app icons. by @wdaniau in #101
  • Add Viewpoint shortcuts and isometric view by @tpikonen in #118
  • Minor fix, update version and copyright years by @DeveloperPaul123 in #125
  • Feature/open external by @7aske in #126

New Contributors

Full Changelog: v0.10.0...v0.11.0

New Features and Various Bug Fixes

28 Jun 15:07

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.4...v0.10.0

0.9.4

18 Apr 15:18
97fa7ac

Choose a tag to compare

  • Added ability to save screen shots (#45)
  • Updated Qt OpenGL classes used for display (#23, #29)

0.9.3

29 Apr 01:29

Choose a tag to compare

  • Supports ASCII .stl files
  • Adds "Recent files" list
  • Option to automatically reloads files when they change on disk
  • Switch between perspective and orthographic projections
  • Detects empty files and emits an error
  • Even faster file loading

0.9.2

27 Mar 01:57

Choose a tag to compare

Bug fixes:

  • Opening a file on Windows by double-clicking now causes it to load

New features:

  • Dragging-and-dropping a file onto the main window now cause it to be loaded.

0.9.1

26 Mar 00:06

Choose a tag to compare

fstl now detects corrupt or incomplete .stl files and raises an error.

Packaging scripts append _mac and _win to zip files.

No other major changes.

fstl 0.9.0

25 Mar 01:08

Choose a tag to compare

This is the first official release!

It should happily display whatever (well-formed binary) .stl files you throw at it.