Skip to content

Releases: spyder-ide/qtsass

QtSASS 0.4.0

27 Mar 22:42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.4.0

QtSASS 0.3.2

16 Sep 16:25
Compare
Choose a tag to compare

What's Changed

  • PR: Update changelog and authors by @dalthviz in #66
  • PR:🚇 Add deployment pipeline step by @s-weigand in #65
  • PR: Constraint libsass to 0.21.0 and update .authors.yml file by @dalthviz in #68

New Contributors

Full Changelog: v0.3.1...v0.3.2

QtSASS 0.3.1

05 Sep 17:34
Compare
Choose a tag to compare

What's Changed

  • PR: Add check for deprecated api between 2 and 3 versions by @goanpeca in #54
  • PR: Update CI Python versions and classifiers by @dalthviz in #64

New Contributors

Full Changelog: v0.3.0...v0.3.1

Fix rgba alpha conversion

04 Jan 22:13
Compare
Choose a tag to compare
Pre-release

color: rgba(255, 10, 10, 0.5)
now correctly outputs
color: rgba(255, 10, 10, 50%)

Improved Watch

25 Aug 22:04
Compare
Choose a tag to compare
Improved Watch Pre-release
Pre-release

QtSass watch mode now:

  • recovers from a failed Sass file compilation
  • correctly watches files with the same extension in same directory as the input
  • successfully watches files in the current working directory

Recompile on source change

16 Aug 19:08
Compare
Choose a tag to compare
Pre-release

Added auto-recompile feature on source SASS file change (option -w, --watch).

Initial preview build for Windows and Mac OS X 10.10

16 Aug 10:58
Compare
Choose a tag to compare

Python 3.4 64 bits

First version as an executable for Windows and Mac OS X, which should cover most of use-cases.