Next | Query returned 29 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2023-04-30 17:19:00 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
games/ruby-squib: update to 0.19.0

0.19.0 (2023-04-09)

* Dependency fixes.
   2023-02-23 15:14:52 by Takahiro Kambe | Files touched by this commit (1)
Log message:
games/ruby-squib: no need to restrict ruby's version

Drop RUBY_VERSIONS_ACCEPTED which contains all current supported versions.
   2023-01-21 14:57:31 by Takahiro Kambe | Files touched by this commit (7)
Log message:
Add ruby32 support.
   2022-12-09 13:39:38 by Thomas Klausner | Files touched by this commit (1)
Log message:
ruby-squib: remove upper bounds for ruby-gnome related packages

Hopefully unbreaks pbulk dependency checking

Extend OVERRIDE_GEMSPEC so this hopefully runs as well.
   2022-01-16 15:29:47 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Allow build with Ruby 3.1.
   2021-11-23 15:30:02 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
games/ruby-squib: update to 0.18.0

pkgsrc change: drop ruby26 support.

0.18.0 / (2021-10-26)

Features:

* Placeholders! Missing images to svg and png can be replaced by a
  placeholder (#339)
* New config option: img_missing. When an image is missing, warn or error to
  the console (#339)
* save_sheet learned how to rotate individual images! (#301)

Compatibility:

* Because of the features above, the new default behavior is to warn instead
  of errors on a missing file
* Ruby 2.7 is officially our minimum Ruby, since Ruby 2.6 will EOL in about
  six months from now
   2021-10-26 12:44:37 by Nia Alarie | Files touched by this commit (466)
Log message:
games: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:08:04 by Nia Alarie | Files touched by this commit (466)
Log message:
games: Remove SHA1 hashes for distfiles
   2021-09-19 18:41:39 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
games/ruby-squib: update to 0.17.2

0.17.2 (2021-09-07)

Bugs:

* Fix frozen string error on Squib.xlsx import when stripping newlines is
  enabled
   2021-01-11 14:38:35 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
games/ruby-squib: update to 0.16.0

## v0.16.0 / 2020-11-24

Features:

* Special custom unit: cells. A "cell" defaults to 37.5px, or 1/8in,
  e.g. `x: '1 cell'` means `x: 37.5`.  See the docs for details.

* Shorthands for `x`, `y`, `width`, and `height`! The words `x: 'middle'`
  and `x: 'middle + 1in'` will get interpreted.  See the docs for details.

* Autoscaling text! `ellipsize: :autoscale` will now downscale your
  `font_size` if the text ellipsized.  Thanks @Qgel! (#288, #111).

* Option checking!! Completely reworked the way we handle arguments in
  Squib internally (no external behavioral differences).  Now, when you
  give an option to Squib that is not expected.  Since every DSL method
  "knows" what options it takes, that also means we have EVERY option
  properly documented (missed a few...) AND we have an automated test that
  will tell us if we forget to document it.

* `save_png` and `save_sheet` now have a `suffix` option which defaults to
  `''`.  So now you can customize the filenames with `prefix`,
  `count_format`, and `suffix`.

Compatibility:

* When saving PNGs with sprues, outputs start counting at zero - which is
  more consistent with the rest of Squib.

* Minimum Ruby is now 2.5. NOTE: Ruby 3.0 is coming Christmas 2020!! Check
  it out.

Bugs:

* Extra page/no page issue with sprues (#320)
* Fix Ruby 2.7+ deprecations with CSV arguments (#303)

Chores:
* Reorganized the code internally. (#298) Every DSL method now has its own file.
* Moved to Github Actions
* Bump pango et al

Next | Query returned 29 messages, browsing 1 to 10 | Previous