Skip to content

Releases: rubenwe/StlVault

v0.5.2 Import Bugfix for Windows

05 May 18:38
Compare
Choose a tag to compare
Pre-release

BugFixes:

  • Continue imports even when files with problematic paths are found

v0.5.1 Collections and OSX builds

03 May 17:12
Compare
Choose a tag to compare
Pre-release

New Features

  • Initial version of STLVault for Mac OSX
    • Limitation: "Open in Finder" is not working
  • Initial Support for Collections (#40)
    • Group your files however you want!
  • Extended filtering (#20)
    • Searching for tag* will match all files with tags starting with tag
    • Searching for -tag will match all files that don't have the tag tag
    • These can be combined
  • Mechanism to check for updates (#29)
  • Option to specify an alias for an import folder (#37)

BugFixes

  • Scroll handles now have a minimum size
  • Simpler Mouse bindings for 3D View
  • Deselecting items will now set "current" item to the last selected item
  • Add tags of all import folders to models (Fixes #36)
  • Prevent duplicate import folders and remove folder tags on delete (Fixes #30)
  • Fix typos in save dialog
  • Support Whitespace in "solid name" of ASCII STLs (Fixes #45)
  • Allow adding of a tag, when some models already have that tag

Misc

  • We added some developer documentation (#27 - Thanks to @bc3!)
  • Changes for cross platform compatibility
    • Application files are now stored in %USERPROFILE%\AppData\LocalLow\StlVault\StlVault
    • Your configuration files of previous versions should be moved there automatically

v0.4.1: BugFixes and Rotation

20 Apr 23:34
Compare
Choose a tag to compare
Pre-release
  • Fixes (some) crashes while importing
  • Fixes Scaling issues in 3D View
  • Deleting importing folders will now cancel the import
  • Rotation controls now available via shortcuts:
    • CTRL + ArrowKeys rotate 90°
    • CTRL + ALT + ArrowKeys rotate 10°
    • ALT + ButtonClick also rotates only 10°

v0.4.0: PerformanceFixes and 3D View

18 Apr 14:40
c178bae
Compare
Choose a tag to compare
Pre-release
  • Fixes of around perf issues when many files are in the library (Main View can now handle many more items)
  • Stability fixes that catch more problems while importing
  • First version of the 3D View

v0.3.0: Feedback Dialog

10 Apr 06:59
Compare
Choose a tag to compare
Pre-release
  • Add dialog for user feedback
  • Fix crash on close
  • Fix bug in rotation controls

v0.2.0: Detail Panel Preview

07 Apr 15:21
a789439
Compare
Choose a tag to compare
Pre-release
Add Detail Menu (#3)

* Started work on DetailPanel
* Implemented Basic Selection
* Complete rework of PreviewModels to allow for reimports.
* Read and write MetaData to zip file
* Added adjustable preview image size and quality.
* Added scroll sensitivity setting

v0.1.2: Import Folder Preview

01 Apr 16:40
Compare
Choose a tag to compare
Pre-release
  • Recalculate normals on import

v0.1.1: Import Folder Preview

01 Apr 13:20
dc289c2
Compare
Choose a tag to compare
Pre-release
Initial work on ImportFolders (#1)

* Switch to asmdef and start work on FileSystem Integration
* Add initial UnitTests
* Work on switching to KnownItem based Library
* Reorganize repo
* FileWatcher integration and automatic update of item view
* Finalized Metadata storage and fixed bugs with parallel imports
* Switch to newly imported folder