squib 0.14.1 → 0.14.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (162) hide show
  1. checksums.yaml +5 -5
  2. data/.gitignore +41 -41
  3. data/.travis.yml +19 -19
  4. data/CHANGELOG.md +357 -340
  5. data/CONTRIBUTING.md +40 -40
  6. data/Gemfile +2 -2
  7. data/LICENSE.txt +22 -22
  8. data/README.md +121 -121
  9. data/RELEASE TODO.md +21 -21
  10. data/Rakefile +48 -48
  11. data/appveyor.yml +24 -24
  12. data/bin/squib +4 -4
  13. data/lib/squib.rb +32 -32
  14. data/lib/squib/api/background.rb +15 -15
  15. data/lib/squib/api/data.rb +137 -137
  16. data/lib/squib/api/groups.rb +54 -54
  17. data/lib/squib/api/image.rb +49 -49
  18. data/lib/squib/api/save.rb +83 -83
  19. data/lib/squib/api/settings.rb +21 -21
  20. data/lib/squib/api/shapes.rb +124 -124
  21. data/lib/squib/api/text.rb +25 -25
  22. data/lib/squib/api/text_embed.rb +71 -71
  23. data/lib/squib/api/units.rb +27 -27
  24. data/lib/squib/args/arg_loader.rb +126 -126
  25. data/lib/squib/args/box.rb +55 -55
  26. data/lib/squib/args/card_range.rb +32 -32
  27. data/lib/squib/args/color_validator.rb +12 -12
  28. data/lib/squib/args/coords.rb +35 -35
  29. data/lib/squib/args/csv_opts.rb +25 -25
  30. data/lib/squib/args/dir_validator.rb +16 -16
  31. data/lib/squib/args/draw.rb +92 -92
  32. data/lib/squib/args/embed_adjust.rb +25 -25
  33. data/lib/squib/args/embed_key.rb +17 -17
  34. data/lib/squib/args/hand_special.rb +37 -37
  35. data/lib/squib/args/import.rb +40 -40
  36. data/lib/squib/args/input_file.rb +37 -37
  37. data/lib/squib/args/paint.rb +44 -44
  38. data/lib/squib/args/paragraph.rb +116 -116
  39. data/lib/squib/args/save_batch.rb +63 -63
  40. data/lib/squib/args/scale_box.rb +53 -53
  41. data/lib/squib/args/sheet.rb +172 -172
  42. data/lib/squib/args/showcase_special.rb +38 -38
  43. data/lib/squib/args/sprue_file.rb +44 -44
  44. data/lib/squib/args/svg_special.rb +37 -37
  45. data/lib/squib/args/transform.rb +61 -61
  46. data/lib/squib/args/typographer.rb +119 -119
  47. data/lib/squib/args/unit_conversion.rb +29 -29
  48. data/lib/squib/builtin/layouts/economy.yml +85 -85
  49. data/lib/squib/builtin/layouts/fantasy.yml +101 -101
  50. data/lib/squib/builtin/layouts/hand.yml +62 -62
  51. data/lib/squib/builtin/layouts/party.yml +94 -94
  52. data/lib/squib/builtin/layouts/playing-card.yml +35 -35
  53. data/lib/squib/builtin/layouts/tuck_box.yml +46 -46
  54. data/lib/squib/builtin/projects/advanced/.gitignore +4 -4
  55. data/lib/squib/builtin/projects/advanced/ABOUT.md +19 -19
  56. data/lib/squib/builtin/projects/advanced/Gemfile +11 -11
  57. data/lib/squib/builtin/projects/advanced/Guardfile +21 -21
  58. data/lib/squib/builtin/projects/advanced/IDEAS.md +22 -22
  59. data/lib/squib/builtin/projects/advanced/PLAYTESTING.md +26 -26
  60. data/lib/squib/builtin/projects/advanced/Rakefile +27 -27
  61. data/lib/squib/builtin/projects/advanced/config.yml +49 -49
  62. data/lib/squib/builtin/projects/advanced/docs/PNP NOTES.md +3 -3
  63. data/lib/squib/builtin/projects/advanced/docs/RULES.md +21 -21
  64. data/lib/squib/builtin/projects/advanced/img/example.svg +60 -60
  65. data/lib/squib/builtin/projects/advanced/layouts/deck.yml +27 -27
  66. data/lib/squib/builtin/projects/advanced/src/deck.rb +34 -34
  67. data/lib/squib/builtin/projects/advanced/src/version.rb +3 -3
  68. data/lib/squib/builtin/projects/basic/.gitignore +4 -4
  69. data/lib/squib/builtin/projects/basic/ABOUT.md +19 -19
  70. data/lib/squib/builtin/projects/basic/Gemfile +3 -3
  71. data/lib/squib/builtin/projects/basic/IDEAS.md +22 -22
  72. data/lib/squib/builtin/projects/basic/PLAYTESTING.md +26 -26
  73. data/lib/squib/builtin/projects/basic/PNP NOTES.md +3 -3
  74. data/lib/squib/builtin/projects/basic/RULES.md +21 -21
  75. data/lib/squib/builtin/projects/basic/Rakefile +7 -7
  76. data/lib/squib/builtin/projects/basic/config.yml +49 -49
  77. data/lib/squib/builtin/projects/basic/deck.rb +6 -6
  78. data/lib/squib/builtin/sprues/a4_euro_card.yml +42 -42
  79. data/lib/squib/builtin/sprues/a4_poker_card_8up.yml +40 -40
  80. data/lib/squib/builtin/sprues/a4_poker_card_9up.yml +42 -42
  81. data/lib/squib/builtin/sprues/a4_usa_card.yml +42 -42
  82. data/lib/squib/builtin/sprues/drivethrucards_1up.yml +10 -0
  83. data/lib/squib/builtin/sprues/letter_poker_card_9up.yml +25 -25
  84. data/lib/squib/builtin/sprues/letter_poker_foldable_8up.yml +52 -52
  85. data/lib/squib/builtin/sprues/printplaygames_18up.yml +68 -0
  86. data/lib/squib/card.rb +75 -74
  87. data/lib/squib/commands/cli.rb +39 -39
  88. data/lib/squib/commands/data/template_option.rb +109 -109
  89. data/lib/squib/commands/make_sprue.rb +275 -275
  90. data/lib/squib/commands/new.rb +77 -77
  91. data/lib/squib/conf.rb +139 -139
  92. data/lib/squib/constants.rb +17 -17
  93. data/lib/squib/deck.rb +116 -116
  94. data/lib/squib/graphics/background.rb +14 -14
  95. data/lib/squib/graphics/cairo_context_wrapper.rb +113 -113
  96. data/lib/squib/graphics/embedding_utils.rb +28 -28
  97. data/lib/squib/graphics/gradient_regex.rb +47 -47
  98. data/lib/squib/graphics/hand.rb +42 -42
  99. data/lib/squib/graphics/image.rb +108 -108
  100. data/lib/squib/graphics/save_doc.rb +61 -61
  101. data/lib/squib/graphics/save_images.rb +52 -52
  102. data/lib/squib/graphics/save_pdf.rb +90 -90
  103. data/lib/squib/graphics/save_sprue.rb +204 -205
  104. data/lib/squib/graphics/shapes.rb +143 -143
  105. data/lib/squib/graphics/showcase.rb +85 -85
  106. data/lib/squib/graphics/text.rb +174 -174
  107. data/lib/squib/import/data_frame.rb +108 -108
  108. data/lib/squib/layout_parser.rb +138 -126
  109. data/lib/squib/progress.rb +38 -38
  110. data/lib/squib/sample_helpers.rb +34 -34
  111. data/lib/squib/sprues/crop_line.rb +28 -28
  112. data/lib/squib/sprues/crop_line_dash.rb +35 -35
  113. data/lib/squib/sprues/invalid_sprue_definition.rb +9 -9
  114. data/lib/squib/sprues/sprue.rb +203 -203
  115. data/lib/squib/sprues/sprue_schema.rb +48 -48
  116. data/lib/squib/version.rb +10 -10
  117. data/samples/autoscale_font/_autoscale_font.rb +29 -29
  118. data/samples/backend/_backend.rb +26 -26
  119. data/samples/basic.rb +19 -19
  120. data/samples/build_groups/build_groups.rb +36 -36
  121. data/samples/colors/_colors.rb +38 -38
  122. data/samples/colors/_gradients.rb +34 -34
  123. data/samples/config/config_text_markup.rb +20 -20
  124. data/samples/config/custom_config.rb +18 -18
  125. data/samples/data/_csv.rb +33 -33
  126. data/samples/data/_excel.rb +55 -55
  127. data/samples/data/_yaml.rb +12 -12
  128. data/samples/hello_world.rb +6 -6
  129. data/samples/images/_cairo_access.rb +39 -39
  130. data/samples/images/_images.rb +104 -104
  131. data/samples/images/_more_load_images.rb +102 -102
  132. data/samples/intro/01_hello.rb +8 -8
  133. data/samples/intro/02_options.rb +14 -14
  134. data/samples/intro/03_layout.rb +11 -11
  135. data/samples/intro/04_arrays.rb +15 -15
  136. data/samples/intro/05_excel.rb +14 -14
  137. data/samples/layouts/builtin_layouts.rb +97 -97
  138. data/samples/layouts/layouts.rb +71 -71
  139. data/samples/project/src/characters.rb +8 -8
  140. data/samples/project/src/skills.rb +7 -7
  141. data/samples/proofs/_tgc_proofs.rb +16 -16
  142. data/samples/ranges/_ranges.rb +64 -64
  143. data/samples/saves/_hand.rb +23 -23
  144. data/samples/saves/_portrait_landscape.rb +23 -23
  145. data/samples/saves/_save_pdf.rb +29 -29
  146. data/samples/saves/_saves.rb +51 -51
  147. data/samples/saves/_showcase.rb +25 -25
  148. data/samples/shapes/_draw_shapes.rb +60 -58
  149. data/samples/shapes/_proofs.rb +22 -22
  150. data/samples/sprues/_advanced_sprues.rb +24 -24
  151. data/samples/sprues/_builtin_sprues.rb +21 -19
  152. data/samples/sprues/_fold_sheet.rb +27 -27
  153. data/samples/sprues/_hex_tiles.rb +15 -15
  154. data/samples/sprues/_mints.rb +11 -11
  155. data/samples/sprues/_sprue_example.rb +11 -11
  156. data/samples/text/_embed_text.rb +128 -128
  157. data/samples/text/_text.rb +47 -47
  158. data/samples/text/_text_options.rb +102 -102
  159. data/samples/text/bug134.rb +14 -14
  160. data/samples/units/_units.rb +32 -32
  161. data/squib.gemspec +52 -51
  162. metadata +66 -50
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 4e4c181b90ff76cc85c52c7201ac6e0292430e79
4
- data.tar.gz: 8f36e105aa968162bfb908cf84c93528cdbea471
2
+ SHA256:
3
+ metadata.gz: fc0d5621954c7cbe05408c567a06ed0978a78108c6f01dd7f8dcfa810e9c3cc4
4
+ data.tar.gz: 5ea4f58287d90c15d6a712d2f98b5d63b23e0622159a414ab3c462de7212b56d
5
5
  SHA512:
6
- metadata.gz: 57b6dde835c36eb19d919e67784f74a03061aa7724fc3b3c4d79950cf16ea8b356bb7667c215ae2d3cfec7b8690cfda6bbf2bc5131a4016ae15c416928ba1add
7
- data.tar.gz: c0df4eb7e4f5cbe70e740d164bdbc8e6b340d9005141999fc9c5d0399b4904e71a2f7024d2a6aace5eca58230258317f2f4a265285bf07223299c17d08dae047
6
+ metadata.gz: eec20910a5451a8fb9b41cf0d00f8e4f8db4a308a8107f669d1ce869a9fc29fbff3939400aaac28d0afaccc66b20b9b60c7760f0827c5c880fe654b0a0a93ec5
7
+ data.tar.gz: 3f9a5ae3df755aed88aad4f6243db942d29f981cf00ad8afaa6ce8d67a9a851da400e92d58870e403fe50b963399429cfbe9fbd37321c02f1399b310e7c7f635
data/.gitignore CHANGED
@@ -1,41 +1,41 @@
1
- .DS_Store
2
- *.gem
3
- *.rbc
4
- .bundle
5
- .config
6
- .yardoc
7
- .inch
8
- Gemfile.lock
9
- InstalledFiles
10
- _yardoc
11
- coverage
12
- docs/_build*
13
- doc/
14
- docs/_build
15
- lib/bundler/man
16
- pkg
17
- rdoc
18
- spec/reports
19
- test/tmp
20
- test/version_tmp
21
- tmp
22
- *.bundle
23
- *.so
24
- *.o
25
- *.a
26
- mkmf.log
27
- _img
28
- samples/_img
29
- samples/_output/*.png
30
- samples/_output/*.pdf
31
- samples/_output/foo
32
- samples/**/_output/*
33
- rubocop.txt
34
- benchmarks/_output/*.png
35
- benchmarks/_output/*.pdf
36
- benchmarks/_output/
37
- samples/_output/*.svg
38
- *.sublime-workspace
39
- spec/samples/sanity.html
40
- spec/samples/_diffs/*.png
41
- .byebug_history
1
+ .DS_Store
2
+ *.gem
3
+ *.rbc
4
+ .bundle
5
+ .config
6
+ .yardoc
7
+ .inch
8
+ Gemfile.lock
9
+ InstalledFiles
10
+ _yardoc
11
+ coverage
12
+ docs/_build*
13
+ doc/
14
+ docs/_build
15
+ lib/bundler/man
16
+ pkg
17
+ rdoc
18
+ spec/reports
19
+ test/tmp
20
+ test/version_tmp
21
+ tmp
22
+ *.bundle
23
+ *.so
24
+ *.o
25
+ *.a
26
+ mkmf.log
27
+ _img
28
+ samples/_img
29
+ samples/_output/*.png
30
+ samples/_output/*.pdf
31
+ samples/_output/foo
32
+ samples/**/_output/*
33
+ rubocop.txt
34
+ benchmarks/_output/*.png
35
+ benchmarks/_output/*.pdf
36
+ benchmarks/_output/
37
+ samples/_output/*.svg
38
+ *.sublime-workspace
39
+ spec/samples/sanity.html
40
+ spec/samples/_diffs/*.png
41
+ .byebug_history
@@ -1,19 +1,19 @@
1
- dist: trusty
2
- language: ruby
3
- sudo: true # need this for libgirepository1.0-dev
4
- # sudo: false # taking advantage of container-based infrastructure
5
- # cache: bundler # cache bundled gems from build to build
6
- addons:
7
- apt:
8
- packages:
9
- - libgirepository1.0-dev # for gobject-introspection
10
- rvm:
11
- - 2.2
12
- - 2.3.3
13
- - 2.4.1
14
- - 2.4.2
15
- - 2.5.0
16
- - ruby-head
17
- matrix:
18
- allow_failures:
19
- - rvm: ruby-head
1
+ dist: trusty
2
+ language: ruby
3
+ sudo: true # need this for libgirepository1.0-dev
4
+ # sudo: false # taking advantage of container-based infrastructure
5
+ # cache: bundler # cache bundled gems from build to build
6
+ addons:
7
+ apt:
8
+ packages:
9
+ - libgirepository1.0-dev # for gobject-introspection
10
+ rvm:
11
+ - 2.2
12
+ - 2.3.3
13
+ - 2.4.1
14
+ - 2.4.2
15
+ - 2.5.0
16
+ - ruby-head
17
+ matrix:
18
+ allow_failures:
19
+ - rvm: ruby-head
@@ -1,340 +1,357 @@
1
- # Squib CHANGELOG
2
- Squib follows [semantic versioning](http://semver.org).
3
-
4
- ## v0.14.1 / 2018-03-15
5
-
6
- Chores:
7
- * Bumped deps: Pango et al. to 3.2.1, Cairo to 1.15.12. (Fixes an issue with Ruby 2.5 and Windows)
8
-
9
- ## v0.14.0 / 2017-11-06
10
-
11
- Features:
12
- * `save_pdf/save_sheet` method now supports `sprue`, which allows you to define templated layouts and position your cards freely (#217) by @felixleong. See docs for how to use this _very_ powerful feature!
13
- * `circle` method now supports various `arc` options, so you can draw partial circles (#211) by @sparr
14
- * `save_sheet` method now supports `rtl` or "right-to-left", for easier duplex printing of backs (#204, #208) by @sparr
15
- * `yaml` method for reading in data, much like `csv` and `xlsx` by @blinks
16
- * Layouts now support `*=` and `/=` operators in addition to `+=` and `-=` (#200).
17
- * `save_pdf` method also supports `rtl` by @vador
18
- * New DSL methods `safe_zone` and `cut_zone` will draw a rectangle inset from the margins for quick proof checking
19
- * New "advanced" option for creating new projects, if you do `squib new --advanced yourgame` (@andymeneely).
20
- * New built-in layout: `party.yml`. (@andymeneely)
21
-
22
- Compatibility:
23
- * DPI is correctly respected with font sizes now. To convert to Squib v0.14+, divide your old font sizes by 3 (precisely, 300/96=3.125). By @felixleong
24
-
25
- Docs:
26
- * Command-line is better documented now
27
- * Some more examples included in various places
28
-
29
- Bugs:
30
- * fix save_sheet to calculate rows correctly based on range (#207) by @sparr
31
-
32
- Chores:
33
- * Going back to our policy of locking in our dependencies so that we don't have new gems breaking things.
34
- * Bumped deps, Cairo to 1.15.10 and Pango et al. to 3.1.9
35
-
36
- Special thanks to @sparr, @felixleong, @blinks, @vador for all of their work!!
37
-
38
- ## v0.13.4 / 2017-07-17
39
-
40
- Bugs:
41
- * Bumped Pango et al. to 3.1.8 to fix the Homebrew/Mac compatibility issue in Squib v0.13.3. Install should be clean on Macs now.
42
-
43
- ## v0.13.3 / 2017-07-15
44
-
45
- Bugs:
46
- * Fix `undefined method [] for nil:NilClass` error on `svg` (was a regression error in librsvg that we worked around.)
47
- * Bump dependencies to latest stable versions. Pango et al. to 3.1.7 and Cairo to 1.15.9. This fixes some compatibility issues.
48
- * Fixed some deprecation warnings on `text`
49
-
50
- Compatibility known issue: if you are using Homebrew on Mac, you may need to set an environment variable for this version. This should be fixed in the upcoming 3.1.8 version of Pango that is forthcoming. See this: https://github.com/ruby-gnome2/ruby-gnome2/issues/1058
51
-
52
- ## v0.13.2 / 2017-01-27
53
-
54
- Bugs:
55
- * Bump dependencies to latest stable versions. Pango et al. to 3.1.1 and Cairo to 1.15.5. This fixes some compatibility issues we noticed on Linux and Macs.
56
-
57
- ## v0.13.1 / 2017-01-06
58
-
59
- Bugs:
60
- * New Windows installations break because Rubygems looks for 1.15.4 and it's not there (yet). Locking into Cairo 1.15.3 and being more conservative from now on.
61
-
62
- ## v0.13.0 / 2017-01-04
63
-
64
- Features:
65
- * `save_pdf`'s `crop marks` have a `:full` option that draw lines across the entire page.
66
-
67
- Bugs
68
- * Fix `Squib::DataFrame#to_pretty_text` modification issue (#191)
69
- * Downgraded Pango et al. back to 3.0.9 from 3.1.0 because there are bugs in the new gobject-introspection library.
70
-
71
- Chores:
72
- * Shrank the gem itself by ignoring test data. From about 5mb to 64kb - yay!
73
- * Bump roo to newest version (2.7.0).
74
- * Bumped Nokogiri to latest version (1.7.0).
75
- * Re-organized the samples folder for better regression and sanity testing prior to release.
76
-
77
- ## v0.12.0 / 2016-12-02
78
-
79
- Features:
80
- * `save_pdf` now supports crop marks! These are lines drawn in the margins of a PDF file to help you cut. These can be enabled by setting `crop_marks: true` in your `save_pdf` call. Can be further customized with `crop_margin_bottom`, `crop_margin_left`, `crop_margin_right`, `crop_margin_top`, `crop_marks`, `crop_stroke_color`, `crop_stroke_dash`, and `crop_stroke_width` (#123)
81
- * `Squib.configure` allows you to set options programmatically, overriding your config.yml. This is useful for Rakefiles, and will be documented in my upcoming tutorial on workflows.
82
- * `Squib.enable_build_globally` and `Squib.disable_build_globally` are new convenience methods for working with the `SQUIB_BUILD` environment variable. Handy for Rakefiles and Guard sessions for turning certain builds on an off. Also will be documented in upcoming workflow tutorial.
83
- * The import methods `csv` and `xlsx` now return `Squib::DataFrame`, which behaves exactly as before - but has more cool features like being able to do `data.name` instead of `data['name']`. Also: check out `data.to_pretty_text`. Check out the docs. (#156)
84
-
85
- Bugs:
86
- * `showcase` works as expected when using `backend: svg` (#179)
87
- * Graphics will get flushed upon exit, so working under Guard with `backend: svg` is more reliable (#180)
88
-
89
- Docs:
90
- * Wrote out documentation for [Squib and GameIcons](http://squib.readthedocs.io/en/latest/guides/game_icons.html)
91
- * Wrote out documentation for Hello World! Dissected
92
- * Un-submoduled our samples and simply embedded them into the docs (e.g. [Squib Thinks in Arrays](http://squib.readthedocs.io/en/latest/arrays.html)). Lots of cleanup there
93
- * Wrote up [Squib in Action](http://squib.readthedocs.io/en/latest/guides/projects.html), which documents other Squib projects. Ask for yours to be put there!!
94
-
95
- Chores:
96
- * Bumped dependency roo to 2.5.1. Nothing that affects Squib users (probably).
97
- * Bumped graphics and text dependencies (cairo to 1.15.3, pango+rsvg et al. to 3.1.0). No new features for us, but some stability improvements.
98
-
99
- ## v0.11.0 / 2016-09-05
100
-
101
- Features:
102
- * Unit conversion supports mm (#161)
103
- * `rect` and `ellipse` support the `angle` option (#162)
104
-
105
- Docs:
106
- * Provide previews of each built-in template on the docs (#163)
107
- * Documented lack of `:scale` behavior on text embedding. (#160)
108
-
109
- Bugs:
110
- * Fresh installs of Squib were broken due to two hidden dependencies, gio2 and gobject-introspection. (#172)
111
- * Embedding icons in text show unicode placeholders on some OSs. Actually, all of icon embedding was one giant bug waiting to be squashed. I finally implemented this functionality using the proper API calls. See #177 for the feature, and then the bugs were #170, #171, #158, and #176. For that matter, see #103, #153, and #30 if you really want the whole story.
112
- * With #177, the `:native` option for image width and height text embedding should work ().
113
- * Unit conversion is supported when using `extends` in layouts, as promised in the docs (#173)
114
-
115
- Compatibility:
116
- * I reworked the way icons are embedded, and that was a big change internally (#177). We're now using Pango's API in the expected way and not dealing with "undefined behavior" situations with zero-sized fonts and obscure UTF-8 characters as we were before. But, as a result, Pango handles custom shapes acd little differently than before. Wrapping doesn't render exactly the same way as before, although it's acceptable in most cases. If you still find problems, please file a bug.
117
-
118
- Special thanks to everyone who tested, reported, suggested, and helped for this release! bcompter, rhyok, temetherian, rpond-pa, Nibodhika, briant-spindance, lcarlsen, spilth
119
-
120
- ## v0.10.0 / 2016-05-06
121
-
122
- Features:
123
- * Build groups! Simplify the process of building your deck different ways (e.g. one for color, one for PNP). Can be enabled explicitly or via command line. [See our shiny new docs for how these work](http://squib.readthedocs.io/en/latest/build_groups.html).
124
- * New `use_layout` method will allow you to load a layout file as a DSL method instead of in the constructor. Useful in conjunction with build groups! (#141)
125
- * The `csv` method now supports a `data` option to read CSV data directly. When set, it overrides the `file` option.
126
- * The `csv` method now supports all of the Ruby CSV options (e.g. `col_sep`, `quote_char`). These options simply get passed through to Ruby, so as they change in Ruby, so the support changes in Squib (#149). Special thanks to Qgel's initial pull request (#146).
127
- * The `csv` method now supports a block that it yields to for each element for pre-processing data (#145). Oh and `xlsx` has had that functionality for a while now, and now it's actually documented (#151).
128
- * Rewrote the entire API doc and placed it on [squib.readthedocs.io](http://squib.readthedocs.io). :tada:
129
-
130
- Bugs:
131
- * The `save_pdf` method will flush to file upon exit so that the PDF is available immediately. (#150, thanks for the bug report Qgel!)
132
- * The `text` embedding now supports both stroke-n-fill operations AND embedded images (#103 - aka "andy's nemesis"). Also: no more bizzare zero-sized fonts that made your OS secretly cry in the corner every time you embedded an image (#153).
133
-
134
- Chores:
135
- * Switched to `require_relative` internally throughout the codebase to be more pry-friendly (#130)
136
- * Bumped dependency ruby-progressbar to 1.8.
137
-
138
- Compatibility:
139
- * Upgraded Cairo from 1.14.3 to 1.15.2. With this change, Squib no longer supports Ruby <= 2.1.
140
-
141
- ## v0.9.0 / 2016-01-10
142
-
143
- Features:
144
- * Crop your PNGs and SVGs! This means you can work from spritesheets if you want. New options to `png` and `svg` are documented in the API docs and demonstrated in the `load_images.rb` sample. (#11)
145
- * Flip your PNGs and SVGs! Set `flip_horizontal: true` or `flip_vertical: true` (or both!) to flip the image about it's center. (#11)
146
- * Added a `grid` shape that fills the whole card with a grid of your choosing. (#68)
147
- * Added `warn_png_scale` configuration option to suppress the PNG scale warning. Also: warning only occurs on upscale, not on downscaling (#121)
148
- * `save_png` now supports `trim` and `trim_radius`, which means you can now render your cards individually and bleedlessly! (#122)
149
-
150
- Bug fixes:
151
- * Radial Gradients when using a Mask does not work as anticipated (#127)
152
-
153
- Chores:
154
- * Ripped out a lot of old constants used from the old way we handled arguments. Yay negative churn!
155
- * Emit a warning when a `config.yml` option is not recognized
156
- * Upgrade roo (xlsx parser) to latest 2.3 version. Nothing exciting for us in this release.
157
- * Force upgrade of nokogiri to latest 1.6.7 version. This should fix the Windows+Ruby2.2 problem.
158
-
159
- Docs:
160
- * [Squib's Wiki](https://github.com/andymeneely/squib/wiki) has started! We've begun the long process of developing more longform types of documentation, as well as organizing our documentation around workflows and recipes instead of features. Go check out and feel free to contribute. Help make the mega README be a relic of the past!
161
- * Added new files to the project template for `squib new`: `IDEAS.md`, `RULES.md`, and `PLAYTESTING.md`
162
- * Wrote up new samples that are more web-friendly where you see the output right next to the code on GitHub gist: [images](https://gist.github.com/andymeneely/00ba7eb0aa1d82140503/514af49430797daf7a69c31118b6056dc4abaf20), [text](https://gist.github.com/andymeneely/52d7b8e332194946bc69/d1ebe078102b1eb6631ac9b1228a588395dc4bb5), [intro](https://gist.github.com/andymeneely/5026392a419124312cb7/fef084df3dbdfbdb749f418994e2b77124e49418)
163
-
164
- Community:
165
- * Beta testers needed!! Want to test pre-release of Squib? Join the mailing list for announcements. Go ahead and join our Google Group: https://groups.google.com/forum/#!forum/squib-testers
166
-
167
- Special thanks to testing and bug reporting from programmingisgoo and bcompter!
168
-
169
- ## v0.8.0 / 2015-10-26
170
- Features
171
- * The `xlsx` and `csv` support quantity explosion! Just use the column name 'Qty' and put integers in your sheet and you'll produce copies of the entire row. See README and the csv sample for more info. (#78)
172
- * The `xlsx` and `csv` methods will now strip leading and trailing whitespace by default where applicable. This is now turned on by default, but can be turned off with `strip: false`. (#79)
173
- * The `xlsx` and `csv` methods will now yield to a block (if given) for each cell so you can do some extra processing if you like. See samples/excel.rb for an example. (#108)
174
- * Layout file for TheGameCrafter tuck boxes (#113). Thanks @alexgorski!
175
-
176
- Compatibility change:
177
- * Stripping leading and trailing whitespace of xlsx and csv values by default might change how your data gets parsed.
178
-
179
- Bugs fixes:
180
- * The `range` option everywhere doesn't fail on `[]` (#107)
181
-
182
- ## v0.7.0 / 2015-09-11
183
-
184
- Features
185
- * Added `cap` option to `line` and `curve` to define how ends of lines are drawn (#42)
186
- * Added `join` option to all drawing operations (e.g. `rect`, `star`, even outlines for `text`) to define how corners are drawn. (#42)
187
- * Added `dash` option to all drawing operations (e.g. `rect`, `star`, even outlines for `text`) so you can specify your own dash pattern. Just specify a string with space-separated numbers to specify the on-and-off alternating pattern (e.g. `dash: '2 2'` with a stroke width of `2` is evenly spaced dots). Supports unit conversion (e.g. `dash: '0.02in 0.02in'`) (#42)
188
- * Added an idiom to the `ranges.rb` sample for drawing a different number of images based on the column in a table (e.g. 2 arrows to indicate 2 actions). Based on question #90. There are probably even cleaner, Ruby-ish ways to do this too - pull requests are welcome.
189
- * The `text` method and several other methods will throw errors on invalid input. This means your scripts will be more likely to break if you provide bad input. Please report bugs if you thinkg this unfairly breaks your code.
190
- * The `text` embedding icon now allows singleton expansion, which means that you can have icons have different sizes on different cards. The sample `embed_text.rb` demonstrates this. (#54)
191
- * The `text` method will throw a warning when it needs to ellipsize text (i.e. too much text for a fixed-size text box). Can be turned off in `config.yml`. (#80)
192
- * Upgraded roo (Excel parsing) to 2.1.0. Macro-enabled Excel files can be parsed now (i.e. `xlsm`), although I've only mildly tested this. (cddea47ba56add286639e493d5cc0146245eca68)
193
- * New built-in layouts: `fantasy.yml` and `economy.yml`. Demonstrated in new sample `layouts_builtin.rb` (#97)
194
- * Added `:scale` shortcut to `width` and `height` options for `png` and `svg`. Allows you to set the width and the image will scale while keeping its aspect ratio. (e.g. `svg width: 500, height: :scale`) (#91)
195
- * Upgraded cairo dependency to 1.14.3, which silences some warnings on Macs and upgrades a lot of Windows dependencies.
196
- * Upgraded pango, librsvg dependencies to 3.0.0, which focused mainly on upgrading Windows dependencies.
197
-
198
- Compatibility:
199
- * All drawn shapes (e.g. circle, triangle, star) will now draw their stroke on top of the fill. This was not consistent before, and now it is (because Squib is more DRY about it!). This means that your `stroke_width` might render wider than before. If you want the other behavior, specify `stroke_strategy: :stroke_first`. Also applies to `text` when `stroke_width` is specified.
200
- * The `width` and `height` options for `text` have changed their defaults from `:native` to `:auto`. This is to differentiate them from `:native` widths that default elsewhere. Additionally, `width` and `height` for shapes now default to `:deck`, and get interpreted as the deck width and height. The `:native` options are interpreted for SVG and PNG images as their original values. The behavior is all the same, just with more specific names.
201
- * Removed `img_dir` from the `set` method. You can still set `img_dir` in the configuration file (e.g. `config.yml`). Added a deprecation error.
202
-
203
- Bugs:
204
- * Fixed a `Cairo::WriteError` on `save_sheet` (#56, PR #96 thank you @meltheadorable!)
205
- * Investigated a NoMemoryError on Macs. Solution: upgrade to Ruby 2.2. (#88)
206
-
207
- Chores:
208
- * Refactoring to make internal drawing code more DRY (#75, and much more). This is a big re-design that will help ease future features that involve manipulating arguments. Trust me. This was worth the wait and all the hard work.
209
- * Better testing and general flexibility around the `range` option.
210
-
211
- ## v0.6.0 / 2015-05-26
212
-
213
- Features:
214
- * Added `data` field to `svg` to allow for manipulating SVG XML data directly. Works nicely with my new `game_icons` [gem](https://github.com/andymeneely/game_icons) (#65)
215
- * Added `stroke_width` and `stroke_color` to the `text` method to outlines text. (#51)
216
- * Added `hand` method that draws cards around a circle. See hand.rb samples (#64)
217
- * Added an `ellipse` method to (you guessed it) draw ellipses. See the draw_shapes.rb sample (#66)
218
- * Added a `star` method to (you guessed it) draw stars. See the draw_shapes.rb sample (#72)
219
- * Added a `polygon` method to (you guessed it) draw polygons. See the draw_shapes.rb sample (#67)
220
- * Upgraded roo (Excel parsing) to 2.0.0. Nothing major for Squib users, just keeping up with the times.
221
-
222
- Bugs:
223
- * Text embed svg and png commands default to integer so the README example works (#73).
224
- * Fixed global text hinting (#63)
225
- * Fixed a broken promise about fill_color in `showcase` (#71)
226
-
227
- Compatbility:
228
- * rsvg2 and pango updated to v2.2.5. Squib follows 2.2.x of both of those. If you run `bundle` you will automatically be upgraded. They appear to be mostly bugfix releases.
229
- * dpi is currently removed from `config.yml` and is ONLY available in `Squib::Deck.new`. This may change in the future, however.
230
-
231
- Chores:
232
- * Massive internal redesigning of the way configuration options are parsed, stored, handled. No real changes are visible to the user, but this code will be more maintainable and open up the door for more flexible configuration options in the future.
233
- * Added `rake sanity` as a visual regression test to ensure the samples don't break
234
- * Lots of automated test refactoring
235
-
236
- Thanks to [pickfifteen](https://github.com/pickfifteen), and [Brian Cronin](http://www.boardgamegeek.com/user/MurphyIdiot) for the bug reports!
237
-
238
- ## v0.5.1 / 2015-04-13
239
-
240
- Bugs:
241
- * Fixed a PDF scaling issue, so now page width and height is properly calculated from DPI (#62)
242
-
243
- Thanks to [Brian Cronin](http://www.boardgamegeek.com/user/MurphyIdiot) for the bug report.
244
-
245
- ## v0.5.0 / 2015-04-13
246
- Features:
247
- * Embedding of SVGs and PNGs into text! See README, `text_options.rb`, and `embed_text.rb`, and API documentation. This was a finnicky feature, so feedback and bug reports are welcome. (#30)
248
- * Curves! We can now do Bezier curves. Documented, and added to the sample `draw_shapes.rb` (#37).
249
- * Smart Quotes! The `text` rule now has a `quotes: 'smart'` option where straight quotes get converted to curly quotes. Assumes UTF-8, or you can specify your own quote characters if you're not in UTF-8. (#50)
250
- * Font-level antialiasing is inherited from global antialiasing setting (workaround until we get a better solution for #59).
251
-
252
- Known issues
253
- * OSX Yosemite will show this warning: `<Error>: The function ‘CGFontGetGlyphPath’ is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance.` This warning will go away when the Ruby Cairo bindings upgrades from 1.14.1 to 1.14.2.
254
-
255
- Special thanks to [pickfifteen](https://github.com/pickfifteen) for testing, feedback, and pull requests!!
256
-
257
- ## v0.4.0 / 2015-04-28
258
-
259
- Features:
260
- * SVG backend support! You can now set the deck's back end to work with SVGs instead of images, making the resulting PDFs vectorized. (You can still save to PNGs too.) This was a big change for Squib, and it's got at least one known issue and probably a few more here and there. See discussion on the README for more details.
261
- * Added config option for antialiasing method. My benchmarks showed that 'best' is only 10% slower than 'fast' on extremely alias-intensive tasks, so 'best' is the Squib default now.
262
-
263
- Bugs:
264
- * Stray stroke on circles after text (#35)
265
- * Progress bar increment error (#34)
266
-
267
- Known issues
268
- * Masking SVGs onto an SVG backend will rasterize as an intermediate step. (#43)
269
- * Compatibility change: gradient coordinates for the `mask` option in `svg` and `png` commands are relative to the given x,y - NOT to card as it was before.
270
-
271
- ## v0.3.0 / 2015-02-02
272
-
273
- Features:
274
- * Masks! The `png` and `svg` commands can be used as if they are a mask, so you can color the icon with any color you like. Can be handy for switching to black-and-white, or for reusing the same image but different colors across cards.
275
- * Gradients! Can now specify linear or radial gradients anywhere you specify colors. See README and `samples/gradients.rb` for more details.
276
- * Number padding! `save_png` will now pad zeros on the filenames for friendlier sorting. You can also specify your own with `count_format` using the classical format string from Ruby's `Kernel::sprintf` (mostly just C-style format strings). Default: `'%02d'. The `prefix:` option is still there too.
277
- * Added unit conversion to `Squib::New` and `save_pdf`
278
- * Added arbitrary paper sizes to `save_pdf`
279
- * Added new sample table for color viewing constants in `samples/colors.rb`
280
-
281
- Special thanks to [Shalom Craimer](https://github.com/scraimer) for the idea and proof-of-concept on gradient and mask features!
282
-
283
- ## v0.2.0 / 2015-01-12
284
-
285
- Features:
286
- * Added `showcase` feature to create a fancy-looking 3D reflection to showcase your cards. Documented, tested, and added a sample for it.
287
- * Added a basic Rakefile, documented in README.
288
- * Some internal refactoring, better testing, and more documentation with layouts
289
-
290
- ## v0.1.0 / 2014-12-31
291
-
292
- Features:
293
- * Added `save_sheet` command that saves a range into PNG sheets, complete with trim, gap, margin, columns, and sometimes automagically computed rows. See samples/saves.rb.
294
- * Unit conversion! Now you can write "2in" and it will convert based on the current dpi. `save_pdf` not supported (yet).
295
- * `png` now supports resizing, but warns you about it since it's non-ideal. Documented in yard, tested.
296
- * Added sample `unicode.rb` to show lots of game-related unicode characters
297
-
298
- Chores:
299
- * More obsessive automated testing and continuous integration work.
300
-
301
- ## v0.0.6 / 2014-12-08
302
-
303
- Features:
304
- * Added a `csv` command that works just like `xslx`. Uses Ruby's CSV inside, with some extra checking and warnings.
305
- * Custom layouts now support loading & merging multiple Yaml files! Updated README, docs, and sample to document it.
306
- * Built-in layouts! Currently we support `hand.yml` and `playing-card.yml`. Documented in the `layouts.rb` sample.
307
- * `text` now returns the ink extent rectangle of the rendered text. Updated docs and sample to document it.
308
- * Samples now show that you can use text instead of symbols for things like `center`
309
-
310
- Chores:
311
- * Improved logging, and documentation on increasing logger verboseness
312
- * Better regression testing technique that tracks when a sample has changed.
313
- * Bumped version of Cairo to ~> 1.14
314
-
315
- ## v0.0.5 / 2014-11-03
316
- * Image rotation for png and svg via `angle`
317
- * New sample for demonstrating direct cairo access
318
- * README now includes a snazzy screencast of the Sublime snippets
319
- * Rotation of text works more conventionally now, and works with text hints
320
- * Better code styles thanks to RuboCop
321
- * Better unit testing, now with mocking!
322
- * Various version bumps: rspec, yard
323
-
324
- ## v0.0.4 / 2014-10-17
325
- * Added a font size override so you can vary the font size with the same style across strings more easily
326
- * Added text autoscale sample
327
- * Added `extends` to custom layouts, allowing ways to modify parent data instead of just overriding it.
328
- * Upgraded ruby-progressbar version
329
- * Added text rotation (thanks novalis!)
330
- * Fixed a mapping problem with triangles (thanks novalis!)
331
- * Fixed global hint togglability
332
-
333
- ## v0.0.3 / 2014-08-30
334
- * Redesigned the dynamic options system to make adding new commands much easier
335
- * Singleton expansion
336
- * Better documentation in README and throughout
337
- * Implemented Junk Land in this version
338
-
339
- ## v0.0.1-v0.0.2 / 2014-07-29
340
- * Primordial era - base functionality
1
+ # Squib CHANGELOG
2
+ Squib follows [semantic versioning](http://semver.org).
3
+
4
+ ## v0.15.0 / Unreleased
5
+
6
+ ## v0.14.2 / Unreleased
7
+
8
+ Features:
9
+ * Sprues for DriveThruCards and printandplaygames!! (#247, from @blinks)
10
+
11
+ Bugs:
12
+ * Fixed bug on circle and other shapes that had an extra stroke from a previous text call (#248)
13
+ * Fixed extra page on all sprue saves (#246)
14
+ * Fixed layout parsing issue with multiple inheritance (#244)
15
+
16
+ Chores:
17
+ * Bumped deps: Pango et al. to 3.2.7, Cairo to 1.15.13.
18
+
19
+ Special thanks to @blinks
20
+
21
+ ## v0.14.1 / 2018-03-15
22
+
23
+ Chores:
24
+ * Bumped deps: Pango et al. to 3.2.1, Cairo to 1.15.12. (Fixes an issue with Ruby 2.5 and Windows)
25
+
26
+ ## v0.14.0 / 2017-11-06
27
+
28
+ Features:
29
+ * `save_pdf/save_sheet` method now supports `sprue`, which allows you to define templated layouts and position your cards freely (#217) by @felixleong. See docs for how to use this _very_ powerful feature!
30
+ * `circle` method now supports various `arc` options, so you can draw partial circles (#211) by @sparr
31
+ * `save_sheet` method now supports `rtl` or "right-to-left", for easier duplex printing of backs (#204, #208) by @sparr
32
+ * `yaml` method for reading in data, much like `csv` and `xlsx` by @blinks
33
+ * Layouts now support `*=` and `/=` operators in addition to `+=` and `-=` (#200).
34
+ * `save_pdf` method also supports `rtl` by @vador
35
+ * New DSL methods `safe_zone` and `cut_zone` will draw a rectangle inset from the margins for quick proof checking
36
+ * New "advanced" option for creating new projects, if you do `squib new --advanced yourgame` (@andymeneely).
37
+ * New built-in layout: `party.yml`. (@andymeneely)
38
+
39
+ Compatibility:
40
+ * DPI is correctly respected with font sizes now. To convert to Squib v0.14+, divide your old font sizes by 3 (precisely, 300/96=3.125). By @felixleong
41
+
42
+ Docs:
43
+ * Command-line is better documented now
44
+ * Some more examples included in various places
45
+
46
+ Bugs:
47
+ * fix save_sheet to calculate rows correctly based on range (#207) by @sparr
48
+
49
+ Chores:
50
+ * Going back to our policy of locking in our dependencies so that we don't have new gems breaking things.
51
+ * Bumped deps, Cairo to 1.15.10 and Pango et al. to 3.1.9
52
+
53
+ Special thanks to @sparr, @felixleong, @blinks, @vador for all of their work!!
54
+
55
+ ## v0.13.4 / 2017-07-17
56
+
57
+ Bugs:
58
+ * Bumped Pango et al. to 3.1.8 to fix the Homebrew/Mac compatibility issue in Squib v0.13.3. Install should be clean on Macs now.
59
+
60
+ ## v0.13.3 / 2017-07-15
61
+
62
+ Bugs:
63
+ * Fix `undefined method [] for nil:NilClass` error on `svg` (was a regression error in librsvg that we worked around.)
64
+ * Bump dependencies to latest stable versions. Pango et al. to 3.1.7 and Cairo to 1.15.9. This fixes some compatibility issues.
65
+ * Fixed some deprecation warnings on `text`
66
+
67
+ Compatibility known issue: if you are using Homebrew on Mac, you may need to set an environment variable for this version. This should be fixed in the upcoming 3.1.8 version of Pango that is forthcoming. See this: https://github.com/ruby-gnome2/ruby-gnome2/issues/1058
68
+
69
+ ## v0.13.2 / 2017-01-27
70
+
71
+ Bugs:
72
+ * Bump dependencies to latest stable versions. Pango et al. to 3.1.1 and Cairo to 1.15.5. This fixes some compatibility issues we noticed on Linux and Macs.
73
+
74
+ ## v0.13.1 / 2017-01-06
75
+
76
+ Bugs:
77
+ * New Windows installations break because Rubygems looks for 1.15.4 and it's not there (yet). Locking into Cairo 1.15.3 and being more conservative from now on.
78
+
79
+ ## v0.13.0 / 2017-01-04
80
+
81
+ Features:
82
+ * `save_pdf`'s `crop marks` have a `:full` option that draw lines across the entire page.
83
+
84
+ Bugs
85
+ * Fix `Squib::DataFrame#to_pretty_text` modification issue (#191)
86
+ * Downgraded Pango et al. back to 3.0.9 from 3.1.0 because there are bugs in the new gobject-introspection library.
87
+
88
+ Chores:
89
+ * Shrank the gem itself by ignoring test data. From about 5mb to 64kb - yay!
90
+ * Bump roo to newest version (2.7.0).
91
+ * Bumped Nokogiri to latest version (1.7.0).
92
+ * Re-organized the samples folder for better regression and sanity testing prior to release.
93
+
94
+ ## v0.12.0 / 2016-12-02
95
+
96
+ Features:
97
+ * `save_pdf` now supports crop marks! These are lines drawn in the margins of a PDF file to help you cut. These can be enabled by setting `crop_marks: true` in your `save_pdf` call. Can be further customized with `crop_margin_bottom`, `crop_margin_left`, `crop_margin_right`, `crop_margin_top`, `crop_marks`, `crop_stroke_color`, `crop_stroke_dash`, and `crop_stroke_width` (#123)
98
+ * `Squib.configure` allows you to set options programmatically, overriding your config.yml. This is useful for Rakefiles, and will be documented in my upcoming tutorial on workflows.
99
+ * `Squib.enable_build_globally` and `Squib.disable_build_globally` are new convenience methods for working with the `SQUIB_BUILD` environment variable. Handy for Rakefiles and Guard sessions for turning certain builds on an off. Also will be documented in upcoming workflow tutorial.
100
+ * The import methods `csv` and `xlsx` now return `Squib::DataFrame`, which behaves exactly as before - but has more cool features like being able to do `data.name` instead of `data['name']`. Also: check out `data.to_pretty_text`. Check out the docs. (#156)
101
+
102
+ Bugs:
103
+ * `showcase` works as expected when using `backend: svg` (#179)
104
+ * Graphics will get flushed upon exit, so working under Guard with `backend: svg` is more reliable (#180)
105
+
106
+ Docs:
107
+ * Wrote out documentation for [Squib and GameIcons](http://squib.readthedocs.io/en/latest/guides/game_icons.html)
108
+ * Wrote out documentation for Hello World! Dissected
109
+ * Un-submoduled our samples and simply embedded them into the docs (e.g. [Squib Thinks in Arrays](http://squib.readthedocs.io/en/latest/arrays.html)). Lots of cleanup there
110
+ * Wrote up [Squib in Action](http://squib.readthedocs.io/en/latest/guides/projects.html), which documents other Squib projects. Ask for yours to be put there!!
111
+
112
+ Chores:
113
+ * Bumped dependency roo to 2.5.1. Nothing that affects Squib users (probably).
114
+ * Bumped graphics and text dependencies (cairo to 1.15.3, pango+rsvg et al. to 3.1.0). No new features for us, but some stability improvements.
115
+
116
+ ## v0.11.0 / 2016-09-05
117
+
118
+ Features:
119
+ * Unit conversion supports mm (#161)
120
+ * `rect` and `ellipse` support the `angle` option (#162)
121
+
122
+ Docs:
123
+ * Provide previews of each built-in template on the docs (#163)
124
+ * Documented lack of `:scale` behavior on text embedding. (#160)
125
+
126
+ Bugs:
127
+ * Fresh installs of Squib were broken due to two hidden dependencies, gio2 and gobject-introspection. (#172)
128
+ * Embedding icons in text show unicode placeholders on some OSs. Actually, all of icon embedding was one giant bug waiting to be squashed. I finally implemented this functionality using the proper API calls. See #177 for the feature, and then the bugs were #170, #171, #158, and #176. For that matter, see #103, #153, and #30 if you really want the whole story.
129
+ * With #177, the `:native` option for image width and height text embedding should work ().
130
+ * Unit conversion is supported when using `extends` in layouts, as promised in the docs (#173)
131
+
132
+ Compatibility:
133
+ * I reworked the way icons are embedded, and that was a big change internally (#177). We're now using Pango's API in the expected way and not dealing with "undefined behavior" situations with zero-sized fonts and obscure UTF-8 characters as we were before. But, as a result, Pango handles custom shapes acd little differently than before. Wrapping doesn't render exactly the same way as before, although it's acceptable in most cases. If you still find problems, please file a bug.
134
+
135
+ Special thanks to everyone who tested, reported, suggested, and helped for this release! bcompter, rhyok, temetherian, rpond-pa, Nibodhika, briant-spindance, lcarlsen, spilth
136
+
137
+ ## v0.10.0 / 2016-05-06
138
+
139
+ Features:
140
+ * Build groups! Simplify the process of building your deck different ways (e.g. one for color, one for PNP). Can be enabled explicitly or via command line. [See our shiny new docs for how these work](http://squib.readthedocs.io/en/latest/build_groups.html).
141
+ * New `use_layout` method will allow you to load a layout file as a DSL method instead of in the constructor. Useful in conjunction with build groups! (#141)
142
+ * The `csv` method now supports a `data` option to read CSV data directly. When set, it overrides the `file` option.
143
+ * The `csv` method now supports all of the Ruby CSV options (e.g. `col_sep`, `quote_char`). These options simply get passed through to Ruby, so as they change in Ruby, so the support changes in Squib (#149). Special thanks to Qgel's initial pull request (#146).
144
+ * The `csv` method now supports a block that it yields to for each element for pre-processing data (#145). Oh and `xlsx` has had that functionality for a while now, and now it's actually documented (#151).
145
+ * Rewrote the entire API doc and placed it on [squib.readthedocs.io](http://squib.readthedocs.io). :tada:
146
+
147
+ Bugs:
148
+ * The `save_pdf` method will flush to file upon exit so that the PDF is available immediately. (#150, thanks for the bug report Qgel!)
149
+ * The `text` embedding now supports both stroke-n-fill operations AND embedded images (#103 - aka "andy's nemesis"). Also: no more bizzare zero-sized fonts that made your OS secretly cry in the corner every time you embedded an image (#153).
150
+
151
+ Chores:
152
+ * Switched to `require_relative` internally throughout the codebase to be more pry-friendly (#130)
153
+ * Bumped dependency ruby-progressbar to 1.8.
154
+
155
+ Compatibility:
156
+ * Upgraded Cairo from 1.14.3 to 1.15.2. With this change, Squib no longer supports Ruby <= 2.1.
157
+
158
+ ## v0.9.0 / 2016-01-10
159
+
160
+ Features:
161
+ * Crop your PNGs and SVGs! This means you can work from spritesheets if you want. New options to `png` and `svg` are documented in the API docs and demonstrated in the `load_images.rb` sample. (#11)
162
+ * Flip your PNGs and SVGs! Set `flip_horizontal: true` or `flip_vertical: true` (or both!) to flip the image about it's center. (#11)
163
+ * Added a `grid` shape that fills the whole card with a grid of your choosing. (#68)
164
+ * Added `warn_png_scale` configuration option to suppress the PNG scale warning. Also: warning only occurs on upscale, not on downscaling (#121)
165
+ * `save_png` now supports `trim` and `trim_radius`, which means you can now render your cards individually and bleedlessly! (#122)
166
+
167
+ Bug fixes:
168
+ * Radial Gradients when using a Mask does not work as anticipated (#127)
169
+
170
+ Chores:
171
+ * Ripped out a lot of old constants used from the old way we handled arguments. Yay negative churn!
172
+ * Emit a warning when a `config.yml` option is not recognized
173
+ * Upgrade roo (xlsx parser) to latest 2.3 version. Nothing exciting for us in this release.
174
+ * Force upgrade of nokogiri to latest 1.6.7 version. This should fix the Windows+Ruby2.2 problem.
175
+
176
+ Docs:
177
+ * [Squib's Wiki](https://github.com/andymeneely/squib/wiki) has started! We've begun the long process of developing more longform types of documentation, as well as organizing our documentation around workflows and recipes instead of features. Go check out and feel free to contribute. Help make the mega README be a relic of the past!
178
+ * Added new files to the project template for `squib new`: `IDEAS.md`, `RULES.md`, and `PLAYTESTING.md`
179
+ * Wrote up new samples that are more web-friendly where you see the output right next to the code on GitHub gist: [images](https://gist.github.com/andymeneely/00ba7eb0aa1d82140503/514af49430797daf7a69c31118b6056dc4abaf20), [text](https://gist.github.com/andymeneely/52d7b8e332194946bc69/d1ebe078102b1eb6631ac9b1228a588395dc4bb5), [intro](https://gist.github.com/andymeneely/5026392a419124312cb7/fef084df3dbdfbdb749f418994e2b77124e49418)
180
+
181
+ Community:
182
+ * Beta testers needed!! Want to test pre-release of Squib? Join the mailing list for announcements. Go ahead and join our Google Group: https://groups.google.com/forum/#!forum/squib-testers
183
+
184
+ Special thanks to testing and bug reporting from programmingisgoo and bcompter!
185
+
186
+ ## v0.8.0 / 2015-10-26
187
+ Features
188
+ * The `xlsx` and `csv` support quantity explosion! Just use the column name 'Qty' and put integers in your sheet and you'll produce copies of the entire row. See README and the csv sample for more info. (#78)
189
+ * The `xlsx` and `csv` methods will now strip leading and trailing whitespace by default where applicable. This is now turned on by default, but can be turned off with `strip: false`. (#79)
190
+ * The `xlsx` and `csv` methods will now yield to a block (if given) for each cell so you can do some extra processing if you like. See samples/excel.rb for an example. (#108)
191
+ * Layout file for TheGameCrafter tuck boxes (#113). Thanks @alexgorski!
192
+
193
+ Compatibility change:
194
+ * Stripping leading and trailing whitespace of xlsx and csv values by default might change how your data gets parsed.
195
+
196
+ Bugs fixes:
197
+ * The `range` option everywhere doesn't fail on `[]` (#107)
198
+
199
+ ## v0.7.0 / 2015-09-11
200
+
201
+ Features
202
+ * Added `cap` option to `line` and `curve` to define how ends of lines are drawn (#42)
203
+ * Added `join` option to all drawing operations (e.g. `rect`, `star`, even outlines for `text`) to define how corners are drawn. (#42)
204
+ * Added `dash` option to all drawing operations (e.g. `rect`, `star`, even outlines for `text`) so you can specify your own dash pattern. Just specify a string with space-separated numbers to specify the on-and-off alternating pattern (e.g. `dash: '2 2'` with a stroke width of `2` is evenly spaced dots). Supports unit conversion (e.g. `dash: '0.02in 0.02in'`) (#42)
205
+ * Added an idiom to the `ranges.rb` sample for drawing a different number of images based on the column in a table (e.g. 2 arrows to indicate 2 actions). Based on question #90. There are probably even cleaner, Ruby-ish ways to do this too - pull requests are welcome.
206
+ * The `text` method and several other methods will throw errors on invalid input. This means your scripts will be more likely to break if you provide bad input. Please report bugs if you thinkg this unfairly breaks your code.
207
+ * The `text` embedding icon now allows singleton expansion, which means that you can have icons have different sizes on different cards. The sample `embed_text.rb` demonstrates this. (#54)
208
+ * The `text` method will throw a warning when it needs to ellipsize text (i.e. too much text for a fixed-size text box). Can be turned off in `config.yml`. (#80)
209
+ * Upgraded roo (Excel parsing) to 2.1.0. Macro-enabled Excel files can be parsed now (i.e. `xlsm`), although I've only mildly tested this. (cddea47ba56add286639e493d5cc0146245eca68)
210
+ * New built-in layouts: `fantasy.yml` and `economy.yml`. Demonstrated in new sample `layouts_builtin.rb` (#97)
211
+ * Added `:scale` shortcut to `width` and `height` options for `png` and `svg`. Allows you to set the width and the image will scale while keeping its aspect ratio. (e.g. `svg width: 500, height: :scale`) (#91)
212
+ * Upgraded cairo dependency to 1.14.3, which silences some warnings on Macs and upgrades a lot of Windows dependencies.
213
+ * Upgraded pango, librsvg dependencies to 3.0.0, which focused mainly on upgrading Windows dependencies.
214
+
215
+ Compatibility:
216
+ * All drawn shapes (e.g. circle, triangle, star) will now draw their stroke on top of the fill. This was not consistent before, and now it is (because Squib is more DRY about it!). This means that your `stroke_width` might render wider than before. If you want the other behavior, specify `stroke_strategy: :stroke_first`. Also applies to `text` when `stroke_width` is specified.
217
+ * The `width` and `height` options for `text` have changed their defaults from `:native` to `:auto`. This is to differentiate them from `:native` widths that default elsewhere. Additionally, `width` and `height` for shapes now default to `:deck`, and get interpreted as the deck width and height. The `:native` options are interpreted for SVG and PNG images as their original values. The behavior is all the same, just with more specific names.
218
+ * Removed `img_dir` from the `set` method. You can still set `img_dir` in the configuration file (e.g. `config.yml`). Added a deprecation error.
219
+
220
+ Bugs:
221
+ * Fixed a `Cairo::WriteError` on `save_sheet` (#56, PR #96 thank you @meltheadorable!)
222
+ * Investigated a NoMemoryError on Macs. Solution: upgrade to Ruby 2.2. (#88)
223
+
224
+ Chores:
225
+ * Refactoring to make internal drawing code more DRY (#75, and much more). This is a big re-design that will help ease future features that involve manipulating arguments. Trust me. This was worth the wait and all the hard work.
226
+ * Better testing and general flexibility around the `range` option.
227
+
228
+ ## v0.6.0 / 2015-05-26
229
+
230
+ Features:
231
+ * Added `data` field to `svg` to allow for manipulating SVG XML data directly. Works nicely with my new `game_icons` [gem](https://github.com/andymeneely/game_icons) (#65)
232
+ * Added `stroke_width` and `stroke_color` to the `text` method to outlines text. (#51)
233
+ * Added `hand` method that draws cards around a circle. See hand.rb samples (#64)
234
+ * Added an `ellipse` method to (you guessed it) draw ellipses. See the draw_shapes.rb sample (#66)
235
+ * Added a `star` method to (you guessed it) draw stars. See the draw_shapes.rb sample (#72)
236
+ * Added a `polygon` method to (you guessed it) draw polygons. See the draw_shapes.rb sample (#67)
237
+ * Upgraded roo (Excel parsing) to 2.0.0. Nothing major for Squib users, just keeping up with the times.
238
+
239
+ Bugs:
240
+ * Text embed svg and png commands default to integer so the README example works (#73).
241
+ * Fixed global text hinting (#63)
242
+ * Fixed a broken promise about fill_color in `showcase` (#71)
243
+
244
+ Compatbility:
245
+ * rsvg2 and pango updated to v2.2.5. Squib follows 2.2.x of both of those. If you run `bundle` you will automatically be upgraded. They appear to be mostly bugfix releases.
246
+ * dpi is currently removed from `config.yml` and is ONLY available in `Squib::Deck.new`. This may change in the future, however.
247
+
248
+ Chores:
249
+ * Massive internal redesigning of the way configuration options are parsed, stored, handled. No real changes are visible to the user, but this code will be more maintainable and open up the door for more flexible configuration options in the future.
250
+ * Added `rake sanity` as a visual regression test to ensure the samples don't break
251
+ * Lots of automated test refactoring
252
+
253
+ Thanks to [pickfifteen](https://github.com/pickfifteen), and [Brian Cronin](http://www.boardgamegeek.com/user/MurphyIdiot) for the bug reports!
254
+
255
+ ## v0.5.1 / 2015-04-13
256
+
257
+ Bugs:
258
+ * Fixed a PDF scaling issue, so now page width and height is properly calculated from DPI (#62)
259
+
260
+ Thanks to [Brian Cronin](http://www.boardgamegeek.com/user/MurphyIdiot) for the bug report.
261
+
262
+ ## v0.5.0 / 2015-04-13
263
+ Features:
264
+ * Embedding of SVGs and PNGs into text! See README, `text_options.rb`, and `embed_text.rb`, and API documentation. This was a finnicky feature, so feedback and bug reports are welcome. (#30)
265
+ * Curves! We can now do Bezier curves. Documented, and added to the sample `draw_shapes.rb` (#37).
266
+ * Smart Quotes! The `text` rule now has a `quotes: 'smart'` option where straight quotes get converted to curly quotes. Assumes UTF-8, or you can specify your own quote characters if you're not in UTF-8. (#50)
267
+ * Font-level antialiasing is inherited from global antialiasing setting (workaround until we get a better solution for #59).
268
+
269
+ Known issues
270
+ * OSX Yosemite will show this warning: `<Error>: The function ‘CGFontGetGlyphPath’ is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance.` This warning will go away when the Ruby Cairo bindings upgrades from 1.14.1 to 1.14.2.
271
+
272
+ Special thanks to [pickfifteen](https://github.com/pickfifteen) for testing, feedback, and pull requests!!
273
+
274
+ ## v0.4.0 / 2015-04-28
275
+
276
+ Features:
277
+ * SVG backend support! You can now set the deck's back end to work with SVGs instead of images, making the resulting PDFs vectorized. (You can still save to PNGs too.) This was a big change for Squib, and it's got at least one known issue and probably a few more here and there. See discussion on the README for more details.
278
+ * Added config option for antialiasing method. My benchmarks showed that 'best' is only 10% slower than 'fast' on extremely alias-intensive tasks, so 'best' is the Squib default now.
279
+
280
+ Bugs:
281
+ * Stray stroke on circles after text (#35)
282
+ * Progress bar increment error (#34)
283
+
284
+ Known issues
285
+ * Masking SVGs onto an SVG backend will rasterize as an intermediate step. (#43)
286
+ * Compatibility change: gradient coordinates for the `mask` option in `svg` and `png` commands are relative to the given x,y - NOT to card as it was before.
287
+
288
+ ## v0.3.0 / 2015-02-02
289
+
290
+ Features:
291
+ * Masks! The `png` and `svg` commands can be used as if they are a mask, so you can color the icon with any color you like. Can be handy for switching to black-and-white, or for reusing the same image but different colors across cards.
292
+ * Gradients! Can now specify linear or radial gradients anywhere you specify colors. See README and `samples/gradients.rb` for more details.
293
+ * Number padding! `save_png` will now pad zeros on the filenames for friendlier sorting. You can also specify your own with `count_format` using the classical format string from Ruby's `Kernel::sprintf` (mostly just C-style format strings). Default: `'%02d'. The `prefix:` option is still there too.
294
+ * Added unit conversion to `Squib::New` and `save_pdf`
295
+ * Added arbitrary paper sizes to `save_pdf`
296
+ * Added new sample table for color viewing constants in `samples/colors.rb`
297
+
298
+ Special thanks to [Shalom Craimer](https://github.com/scraimer) for the idea and proof-of-concept on gradient and mask features!
299
+
300
+ ## v0.2.0 / 2015-01-12
301
+
302
+ Features:
303
+ * Added `showcase` feature to create a fancy-looking 3D reflection to showcase your cards. Documented, tested, and added a sample for it.
304
+ * Added a basic Rakefile, documented in README.
305
+ * Some internal refactoring, better testing, and more documentation with layouts
306
+
307
+ ## v0.1.0 / 2014-12-31
308
+
309
+ Features:
310
+ * Added `save_sheet` command that saves a range into PNG sheets, complete with trim, gap, margin, columns, and sometimes automagically computed rows. See samples/saves.rb.
311
+ * Unit conversion! Now you can write "2in" and it will convert based on the current dpi. `save_pdf` not supported (yet).
312
+ * `png` now supports resizing, but warns you about it since it's non-ideal. Documented in yard, tested.
313
+ * Added sample `unicode.rb` to show lots of game-related unicode characters
314
+
315
+ Chores:
316
+ * More obsessive automated testing and continuous integration work.
317
+
318
+ ## v0.0.6 / 2014-12-08
319
+
320
+ Features:
321
+ * Added a `csv` command that works just like `xslx`. Uses Ruby's CSV inside, with some extra checking and warnings.
322
+ * Custom layouts now support loading & merging multiple Yaml files! Updated README, docs, and sample to document it.
323
+ * Built-in layouts! Currently we support `hand.yml` and `playing-card.yml`. Documented in the `layouts.rb` sample.
324
+ * `text` now returns the ink extent rectangle of the rendered text. Updated docs and sample to document it.
325
+ * Samples now show that you can use text instead of symbols for things like `center`
326
+
327
+ Chores:
328
+ * Improved logging, and documentation on increasing logger verboseness
329
+ * Better regression testing technique that tracks when a sample has changed.
330
+ * Bumped version of Cairo to ~> 1.14
331
+
332
+ ## v0.0.5 / 2014-11-03
333
+ * Image rotation for png and svg via `angle`
334
+ * New sample for demonstrating direct cairo access
335
+ * README now includes a snazzy screencast of the Sublime snippets
336
+ * Rotation of text works more conventionally now, and works with text hints
337
+ * Better code styles thanks to RuboCop
338
+ * Better unit testing, now with mocking!
339
+ * Various version bumps: rspec, yard
340
+
341
+ ## v0.0.4 / 2014-10-17
342
+ * Added a font size override so you can vary the font size with the same style across strings more easily
343
+ * Added text autoscale sample
344
+ * Added `extends` to custom layouts, allowing ways to modify parent data instead of just overriding it.
345
+ * Upgraded ruby-progressbar version
346
+ * Added text rotation (thanks novalis!)
347
+ * Fixed a mapping problem with triangles (thanks novalis!)
348
+ * Fixed global hint togglability
349
+
350
+ ## v0.0.3 / 2014-08-30
351
+ * Redesigned the dynamic options system to make adding new commands much easier
352
+ * Singleton expansion
353
+ * Better documentation in README and throughout
354
+ * Implemented Junk Land in this version
355
+
356
+ ## v0.0.1-v0.0.2 / 2014-07-29
357
+ * Primordial era - base functionality