Skip to content

Commit

Permalink
Cut version 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuchberger committed Sep 13, 2024
1 parent a900d54 commit ddc1aa8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 28 deletions.
2 changes: 2 additions & 0 deletions docs/devs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
---
# Release History

* 2.1.2 13 September, 2024
* Remove overly specific version spec for ruby-vips - thanks to [@hschne](https://github.com/hschne) for [#313](https://github.com/rbuchberger/jekyll_picture_tag/pull/313)
* 2.1.1 20 July, 2024
* Don't provide Q setting for PPM images - thanks to @dichiban for [#309](https://github.com/rbuchberger/jekyll_picture_tag/pull/309)
* Fix alpha premultiplication - thanks to @KaarlisCaune for [#302](https://github.com/rbuchberger/jekyll_picture_tag/pull/302)
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll_picture_tag/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PictureTag
VERSION = '2.1.1'.freeze
VERSION = '2.1.2'.freeze
end
37 changes: 10 additions & 27 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,18 @@
# Jekyll Picture Tag

## Help Wanted

My life just got a lot busier; I'd really like a maintainer or two to help. I'm not abandoning JPT,
I just don't have a ton of time to put into hacking on it.

If you've been learning Ruby and you want to move beyond tutorials and throwaway projects, I'd love
to hear from you. I'd be happy to help you gain experience and credibility, if you're willing to
help me maintain this project!

If you're interested, contact me: robert@buchberger.cc

![Logo](docs/logo.png)

**Responsive Images done correctly.**

It's simple to throw a photo on a page and call it a day, but doing justice to users on all
different browsers and devices is tedious and tricky. Tedious, tricky things should be automated.
[This blog post further elaborates on that theme.](https://robert-buchberger.com/blog/2021/responsive_images.html)
![Logo](docs/logo.png)

Jekyll Picture Tag automatically builds cropped, resized, and reformatted images, builds several
kinds of markup, offers extensive configuration while requiring none, and solves both the art
direction and resolution switching problems with a little YAML configuration and a simple template
tag.

It's simple to throw a photo on a page and call it a day, but doing justice to users on all
different browsers and devices is tedious and tricky.
[Tedious, tricky things should be automated](https://robert-buchberger.com/blog/2021/responsive_images.html).

## Why use Responsive Images?

**Performance:** The fastest sites are static sites, but if you plonk a 2mb picture of your dog at
Expand Down Expand Up @@ -57,11 +46,13 @@ Tag is your responsive images minion - give it simple instructions and it'll han

Recent releases:

* 2.1.2 13 September, 2024
* Remove overly specific version spec for ruby-vips - thanks to [@hschne](https://github.com/hschne) for [#313](https://github.com/rbuchberger/jekyll_picture_tag/pull/313)
* 2.1.1 20 July, 2024
* Don't provide Q setting for PPM images - thanks to @dichiban for [#309](https://github.com/rbuchberger/jekyll_picture_tag/pull/309)
* Fix alpha premultiplication - thanks to @KaarlisCaune for [#302](https://github.com/rbuchberger/jekyll_picture_tag/pull/302)
* Don't provide Q setting for PPM images - thanks to [@dichiban](https://github.com/dichiban) for [#309](https://github.com/rbuchberger/jekyll_picture_tag/pull/309)
* Fix alpha premultiplication - thanks to [@KaarlisCaune](https://github.com/kaarliscaune) for [#302](https://github.com/rbuchberger/jekyll_picture_tag/pull/302)
* 2.1.0 29 January, 2024
* Check whether the vips CLI is installed before trying to use it. Thanks to @philrb for
* Check whether the vips CLI is installed before trying to use it. Thanks to [@philrb](https://github.com/philrb) for
[#299](https://github.com/rbuchberger/jekyll_picture_tag/pull/299)
* Update minimum required mocha version to maintain compatibility with minitest
* 2.0.4 August 16, 2022
Expand Down Expand Up @@ -101,11 +92,3 @@ Recent releases:
* Drop support for `markup_presets` and `media_presets`. They are now
officially and only `presets` and `media_queries`.
* Improve docs with an introductory tutorial and 'how-to' flow.

## Help Wanted

Writing code is only part of the job; often the harder part is knowing what needs to be changed. Any
and all feedback is greatly appreciated, especially in regards to documentation. What are your pain
points? See the [contributing
guidelines](https://rbuchberger.github.io/jekyll_picture_tag/devs/contributing), or the
[issues](https://github.com/rbuchberger/jekyll_picture_tag/issues) page for more.

0 comments on commit ddc1aa8

Please sign in to comment.