Skip to content

Releases: fablabnbg/inkscape-silhouette

v1.29

12 Sep 20:26
4cbb85d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.28...v1.29

v1.28

16 Jul 17:53
Compare
Choose a tag to compare
  • support Cameo 4 Plus by @arfrie22
  • improve Cameo 2 Support by @neomilium
  • add various cutting mats by @CarlosGS @dschwen
  • add German translation by @Renner0E
  • fix multi action dialogs by @the-jesus
  • fix FreeBSD installation by @pbpjackd
  • fix matfree strategy by @sector-f
  • switch to inkex svg parser to fix broken use
  • compatibility patches for inkex < 1.2
  • various code refactoring

thanks to all the contributors 🎉

v1.27

12 Oct 11:34
Compare
Choose a tag to compare
  • drop support for inkscape 0.9x
  • re add silhouette_multi (special thanks to @gwhitney)
  • fix for * matrix multiplication operator deprecated in inkscape 1.2
  • fix install script for MacOS: add cssselect
  • update silhouette-udev.rules (thanks to @mfraser)

Full Changelog v1.26...v1.27

v1.26

28 May 23:32
Compare
Choose a tag to compare
  • Inkscape 1.2
  • Silhouette Portrait 3
  • add parameter end_offset
  • restore silhouette_multi
  • add 15x15 and 24x24 mats
  • many more fixes

New Contributors

Full Changelog: v1.25...v1.26

support Cameo4+ and pro, cmdfile, preview

08 Jun 20:58
4e564ff
Compare
Choose a tag to compare

Here is an update supporting

  • Cameo4 pro
  • preview
  • save cmdfile
  • fuse paths option
  • non reversing minTravelStrategy
  • allow speed=30 for Cameo4
  • override device model
  • update MacOS install instructions
  • add FreeBSD install instructions

Huge thanks to @gwhitney @tschamm @probonopd for the contributions and the valuable feedback.

support Cameo4 and Inkscape 1.0

21 Jan 21:05
31d8e52
Compare
Choose a tag to compare

Here is an update supporting

  • Cameo4
  • Inkscape 1.0+ new API
  • python3
  • automate testing
  • many minor fixes

Huge thanks to @uxwalter @FlyingSamson @mr-sven and many more contributors and tester for providing your valuable feedback.

Support autoblade for cameo3 and a new windows package

01 Aug 18:40
Compare
Choose a tag to compare

Here is an update to 1.22 which has

  • a working version of pyusb bundled (in case your operating system lacks this)
  • a windows zip package for inkscape-silhouette contributed by @IVI053 on 2019-08-03
    It includes all external dependencies and an INSTALL.txt to make installation on windows simpler.
  • a huge merge of the work done by @olegdeezus and other contributors. Adding autoblade support
  • and fixing many other things (without brekaing too much)
  • added a new registration-marks-cameo-silhouette-a4.svg contributed by Javier Arraiza. Thanks all!

It has been over two years since the last release, my goodness!

Support dashed lines

19 Dec 00:57
Compare
Choose a tag to compare

thanks to #33
fixing #11

support inches; better diagnostics and limits

24 May 11:34
Compare
Choose a tag to compare
  • warn about python-usb < 1.0 and give instructions.
  • require minimum version 1.0.0 of python-usb
  • Limit pressure to 18. 19 or above make the machine scroll forward backward for several minutes.
    #24
  • fixed document unit inches. #19

avoid dev.reset() to support usbip

17 May 19:57
Compare
Choose a tag to compare

1.17 helps #10
Also added udev rules to deb pakage.
Added missing packaging scripts.