|
| 1 | +--- |
| 2 | +title: 'Jekyll 4.4.0 Released' |
| 3 | +date: 2025-01-27 20:45:32 +0530 |
| 4 | +author: ashmaroli |
| 5 | +version: 4.4.0 |
| 6 | +category: release |
| 7 | +--- |
| 8 | + |
| 9 | +Greetings Jekyllers, Jekyll v4.4.0 has been published! |
| 10 | + |
| 11 | +This release comes with the following notable changes since v4.3.x: |
| 12 | + |
| 13 | +* Liquid tag `highlight` now allows marking specific lines in the code-block. |
| 14 | +* Allow customizing the port that the vendored livereload script listens to, either via command-line flag |
| 15 | + `--livereload-port NUM` or via setting desired value to key `livereload_port` in configuration file. |
| 16 | +* Acknowledge paths passed to CLI flag `--livereload-ignore` or list of paths defined under configuration key |
| 17 | + `livereload_ignore` in order prevent automatic browser-refreshes on change to those paths. |
| 18 | +* Support for Ruby versions older than Ruby 2.7.0 has been dropped. Regardless, we recommend using Ruby 3.2.0 or newer |
| 19 | + to reduce inconveniences with installing newer versions of various plugins for Jekyll. |
| 20 | +* In order to improve the out-of-the-box experience with newer versions of Ruby, we have added gems `base64`, `csv` as |
| 21 | + runtime-dependencies. Consequently, those gems will be automatically installed with Jekyll and made available for use |
| 22 | + on issuing `bundle exec jekyll <command>`. *Users on older versions of Jekyll will have to manually add the gems to |
| 23 | + their Gemfile to resolve dependency errors*. |
| 24 | +* Gem `json` has been added as a runtime-dependency as well to provide consistent behavior across different platforms and |
| 25 | + different Ruby versions. |
| 26 | +* Version constraint on `mercenary` gem has been relaxed to automatically allow future releases. |
| 27 | + |
| 28 | +Special thanks to my co-maintainers and members from our community who were instrumental in improving Jekyll codebase, |
| 29 | +documentation and development workflow since the release of v4.3: |
| 30 | + |
| 31 | +Akira Taguchi, Andy Coates, Daniel Haim, David Silveira, Gabriel B. Nunes, Gaelan Lloyd, Gourav Khunger, IFcoltransG, |
| 32 | +James Hoctor, Joe Mahoney, Joel Coffman, Jonas Jared Jacek, Jorge, Josh Soref, José Romero, Juan Vásquez, KenHV, Khalila, |
| 33 | +Koichi ITO, Krisztian Zsolt Sallai, Maciek Palmowski, Mamoru TASAKA, Matt Rogers, Michael Nordmeyer, Mike Slinn, |
| 34 | +Moncef Belyamani, Muhab Abdelreheem, Olle Jonsson, Olly Headey, Otto Liljalaakso, Parker Moore, QuinnG8, Ram Vasuthevan, |
| 35 | +Robert Austin, Robert Love, Sean M. Collins, Seth Falco, Seth Louis, Shruti Dalvi, Silent, Simon Wagar, Sutou Kouhei, |
| 36 | +Tomáš Hübelbauer, Valeriy Van, Virgil Ierubino, Vít Ondruch, William Entriken, William Underwood, a story, halorrr, |
| 37 | +iulianOnofrei (U-lee-aan), masaki, naoki kodama, nisbet-hubbard, plgagne, velle, waqarnazir, なつき and 林博仁 Buo-ren Lin |
| 38 | + |
| 39 | +Happy Jekyllin'!! |
0 commit comments