texture_packer 1.4.0 → 1.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -1
- data/executables/pack_scss +1 -1
- data/lib/texture_packer/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ab7f3e967ebc61b0115b4d3b144798545453d8c6
|
4
|
+
data.tar.gz: 6957e630fbc4dad6558ae829f2e60d9566737c06
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ad985efd0f9028e1f22ff5ca6ab533a4cf0a43425ad8d8c09b4b79a5a4c929d67a8f073f558fd6ae9e6cd103aaa90af4076ebe2f47d0e9758f0169a2ed9e4cf
|
7
|
+
data.tar.gz: 818aeb8ae58e26980999084957e7e8a82531580906b5ad13cad418a651c0e272add37d0ab434d0f2e53c4a023da9553f607314144a162b933311bef5a88924bc
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1
1
|
## Change Log
|
2
2
|
|
3
|
-
### [
|
3
|
+
### [v1.4.0](https://github.com/khiav223577/texture_packer/compare/v1.3.0...v1.4.0) 2020/03/11
|
4
|
+
- [#11](https://github.com/khiav223577/texture_packer/pull/11) Add options to export packed scss files and images to your project (@khiav223577)
|
5
|
+
- [#10](https://github.com/khiav223577/texture_packer/pull/10) Remove backward compatibility of name as `packed_mobile` (@khiav223577)
|
4
6
|
- [#9](https://github.com/khiav223577/texture_packer/pull/9) escape shell command argument (@Fatmylin)
|
5
7
|
- [#5](https://github.com/khiav223577/texture_packer/pull/5) 為 pack_scss 加上 -v, -h 二個參數的功能 (@khiav223577)
|
6
8
|
|
data/executables/pack_scss
CHANGED