Skip to content

Releases: jekyll/jekyll

v1.2.0

07 Sep 03:28
Compare
Choose a tag to compare

Major Enhancements

  • Disable automatically-generated excerpts when excerpt_separator is "". (#1386)
  • Add checking for URL conflicts when running jekyll doctor (#1389)

Minor Enhancements

  • Catch and fix invalid paginate values (#1390)
  • Remove superfluous div.container from the default html template for
    jekyll new (#1315)
  • Add -D short-form switch for the drafts option (#1394)
  • Update the links in the site template for Twitter and GitHub (#1400)
  • Update dummy email address to example.com domain (#1408)
  • Update normalize.css to v2.1.2 and minify; add rake task to update
    normalize.css with greater ease. (#1430)
  • Add the ability to detach the server ran by jekyll serve from it's
    controlling terminal (#1443)
  • Improve permalink generation for URLs with special characters (#944)
  • Expose the current Jekyll version to posts and pages via a new
    jekyll.version variable (#1481)

Bug Fixes

  • Markdown extension matching matches only exact matches (#1382)
  • Fixed NoMethodError when message passed to Stevenson#message is nil (#1388)
  • Use binary mode when writing file (#1364)
  • Fix 'undefined method encoding for "mailto"' errors w/ Ruby 1.8 and
    Kramdown > 0.14.0 (#1397)
  • Do not force the permalink to be a dir if it ends on .html (#963)
  • When a Liquid Exception is caught, show the full path rel. to site source (#1415)
  • Properly read in the config options when serving the docs locally
    (#1444)
  • Fixed --layouts option for build and serve commands (#1458)
  • Remove kramdown as a runtime dependency since it's optional (#1498)
  • Provide proper error handling for invalid file names in the include
    tag (#1494)

Development Fixes

  • Remove redundant argument to
    Jekyll::Commands::New#scaffold_post_content (#1356)
  • Add new dependencies to the README (#1360)
  • Fix link to contributing page in README (#1424)
  • Update TomDoc in Pager#initialize to match params (#1441)
  • Refactor Site#cleanup into Jekyll::Site::Cleaner class (#1429)
  • Several other small minor refactorings (#1341)
  • Ignore _site in jekyllrb.com deploy (#1480)
  • Add Gem version and dependency badge to README (#1497)

Site Enhancements

  • Add info about new releases (#1353)
  • Update plugin list with jekyll-rss plugin (#1354)
  • Update the site list page with Ruby's official site (#1358)
  • Add jekyll-ditaa to list of third-party plugins (#1370)
  • Add postfiles to list of third-party plugins (#1373)
  • For internal links, use full path including trailing / (#1411)
  • Use curly apostrophes in the docs (#1419)
  • Update the docs for Redcarpet in Jekyll (#1418)
  • Add pluralize and reading_time filters to docs (#1439)
  • Fix markup for the Kramdown options (#1445)
  • Fix typos in the History file (#1454)
  • Add trailing slash to site's post URL (#1462)
  • Clarify that --config will take multiple files (#1474)
  • Fix docs/templates.md private gist example (#1477)
  • Use site.repository for Jekyll's GitHub URL (#1463)
  • Add jekyll-pageless-redirects to list of third-party plugins (#1486)
  • Clarify that date_to_xmlschema returns an ISO 8601 string (#1488)
  • Add jekyll-good-include to list of third-party plugins (#1491)
  • XML escape the blog post title in our feed (#1501)
  • Add jekyll-toc-generator to list of third-party plugins (#1506)

v1.1.2

25 Jul 17:50
Compare
Choose a tag to compare

Bug Fixes

  • Require Liquid 2.5.1 (#1349)

v1.0.4

25 Jul 17:51
Compare
Choose a tag to compare

Bug Fixes

  • Require Liquid 2.5.1 (#1349)

v1.1.1

24 Jul 20:42
Compare
Choose a tag to compare

Minor Enhancements

  • Remove superfluous table selector from main.css in jekyll new template (#1328)
  • Abort with non-zero exit codes (#1338)

Bug Fixes

  • Fix up the rendering of excerpts (#1339)

Site Enhancements

  • Add Jekyll Image Tag to the plugins list (#1306)
  • Remove erroneous statement that site.pages are sorted alphabetically.
  • Add info about the _drafts directory to the directory structure
    docs (#1320)
  • Improve the layout of the plugin listing by organizing it into
    categories (#1310)
  • Add generator-jekyllrb and grunt-jekyll to plugins page (#1330)
  • Mention Kramdown as option for markdown parser on Extras page (#1318)
  • Update Quick-Start page to include reminder that all requirements must be installed (#1327)
  • Change filename in include example to an HTML file so as not to indicate that Jekyll
    will automatically convert them. (#1303)
  • Add an RSS feed for commits to Jekyll (#1343)

v1.1.0

14 Jul 17:55
Compare
Choose a tag to compare

Major Enhancements

  • Add docs subcommand to read Jekyll's docs when offline. (#1046)
  • Support passing parameters to templates in include tag (#1204)
  • Add support for Liquid tags to post excerpts (#1302)

Minor Enhancements

  • Search the hierarchy of pagination path up to site root to determine template page for
    pagination. (#1198)
  • Add the ability to generate a new Jekyll site without a template (#1171)
  • Use redcarpet as the default markdown engine in newly generated
    sites (#1245, #1247)
  • Add redcarpet as a runtime dependency so jekyll build works out-of-the-box for new
    sites. (#1247)
  • In the generated site, remove files that will be replaced by a
    directory (#1118)
  • Fail loudly if a user-specified configuration file doesn't exist (#1098)
  • Allow for all options for Kramdown HTML Converter (#1201)

Bug Fixes

  • Fix pagination in subdirectories. (#1198)
  • Fix an issue with directories and permalinks that have a plus sign
    (+) in them (#1215)
  • Provide better error reporting when generating sites (#1253)
  • Latest posts first in non-LSI related_posts (#1271)

Development Fixes

  • Merge the theme and layout cucumber steps into one step (#1151)
  • Restrict activesupport dependency to pre-4.0.0 to maintain compatibility with <= 1.9.2
  • Include/exclude deprecation handling simplification (#1284)
  • Convert README to Markdown. (#1267)
  • Refactor Jekyll::Site (#1144)

Site Enhancements

  • Add "News" section for release notes, along with an RSS feed (#1093, #1285, #1286)
  • Add "History" page.
  • Restructured docs sections to include "Meta" section.
  • Add message to "Templates" page that specifies that Python must be installed in order
    to use Pygments. (#1182)
  • Update link to the official Maruku repo (#1175)
  • Add documentation about paginate_path to "Templates" page in docs (#1129)
  • Give the quick-start guide its own page (#1191)
  • Update ProTip on Installation page in docs to point to all the info about Pygments and
    the 'highlight' tag. (#1196)
  • Run site/img through ImageOptim (thanks @qrush!) (#1208)
  • Added Jade Converter to site/docs/plugins (#1210)
  • Fix location of docs pages in Contributing pages (#1214)
  • Add ReadInXMinutes plugin to the plugin list (#1222)
  • Remove plugins from the plugin list that have equivalents in Jekyll
    proper (#1223)
  • Add jekyll-assets to the plugin list (#1225)
  • Add jekyll-pandoc-mulitple-formats to the plugin list (#1229)
  • Remove dead link to "Using Git to maintain your blog" (#1227)
  • Tidy up the third-party plugins listing (#1228)
  • Update contributor information (#1192)
  • Update URL of article about Blogger migration (#1242)
  • Specify that RedCarpet is the default for new Jekyll sites on Quickstart page (#1247)
  • Added site.pages to Variables page in docs (#1251)
  • Add Youku and Tudou Embed link on Plugins page. (#1250)
  • Add note that gist tag supports private gists. (#1248)
  • Add jekyll-timeago to list of third-party plugins. (#1260)
  • Add jekyll-swfobject to list of third-party plugins. (#1263)
  • Add jekyll-picture-tag to list of third-party plugins. (#1280)
  • Update the GitHub Pages documentation regarding relative URLs
    (#1291)
  • Update the S3 deployment documentation (#1294)
  • Add suggestion for Xcode CLT install to troubleshooting page in docs (#1296)
  • Add 'Working with drafts' page to docs (#1289)

v1.0.3

14 Jun 17:16
Compare
Choose a tag to compare

Minor Enhancements

  • Add support to gist tag for private gists. (#1189)
  • Fail loudly when MaRuKu errors out (#1190)
  • Move the building of related posts into their own class (#1057)
  • Removed trailing spaces in several places throughout the code (#1116)
  • Add a --force option to jekyll new (#1115)
  • Convert IDs in the site template to classes (#1170)

Bug Fixes

  • Fix typo in Stevenson constant "ERROR". (#1166)
  • Rename Jekyll::Logger to Jekyll::Stevenson to fix inheritance issue (#1106)
  • Exit with a non-zero exit code when dealing with a Liquid error (#1121)
  • Make the exclude and include options backwards compatible with
    versions of Jekyll prior to 1.0 (#1114)
  • Fix pagination on Windows (#1063)
  • Fix the application of Pygments' Generic Output style to Go code
    (#1156)

Site Enhancements

  • Add a Pro Tip to docs about front matter variables being optional (#1147)
  • Add changelog to site as History page in /docs/ (#1065)
  • Add note to Upgrading page about new config options in 1.0.x (#1146)
  • Documentation for date_to_rfc822 and uri_escape (#1142)
  • Documentation highlight boxes shouldn't show scrollbars if not necessary (#1123)
  • Add link to jekyll-minibundle in the doc's plugins list (#1035)
  • Quick patch for importers documentation
  • Fix prefix for WordpressDotCom importer in docs (#1107)
  • Add jekyll-contentblocks plugin to docs (#1068)
  • Make code bits in notes look more natural, more readable (#1089)
  • Fix logic for relative_permalinks instructions on Upgrading page (#1101)
  • Add docs for post excerpt (#1072)
  • Add docs for gist tag (#1072)
  • Add docs indicating that Pygments does not need to be installed
    separately (#1099, #1119)
  • Update the migrator docs to be current (#1136)
  • Add the Jekyll Gallery Plugin to the plugin list (#1143)

Development Fixes

  • Use Jekyll.logger instead of Jekyll::Stevenson to log things (#1149)
  • Fix pesky Cucumber infinite loop (#1139)
  • Do not write posts with timezones in Cucumber tests (#1124)
  • Use ISO formatted dates in Cucumber features (#1150)

v1.0.2

14 Jun 17:17
Compare
Choose a tag to compare

Major Enhancements

  • Add jekyll doctor command to check site for any known compatibility problems (#1081)
  • Backwards-compatibilize relative permalinks (#1081)

Minor Enhancements

  • Add a data-lang="<lang>" attribute to Redcarpet code blocks (#1066)
  • Deprecate old config server_port, match to port if port isn't set (#1084)
  • Update pygments.rb version to 0.5.0 (#1061)
  • Update Kramdown version to 1.0.2 (#1067)

Bug Fixes

  • Fix issue when categories are numbers (#1078)
  • Catching that Redcarpet gem isn't installed (#1059)

Site Enhancements

  • Add documentation about relative_permalinks (#1081)
  • Remove pygments-installation instructions, as pygments.rb is bundled with it (#1079)
  • Move pages to be Pages for realz (#985)
  • Updated links to Liquid documentation (#1073)

v1.0.1

14 Jun 17:18
Compare
Choose a tag to compare

Minor Enhancements

  • Do not force use of toc_token when using generate_tok in RDiscount (#1048)
  • Add newer language- class name prefix to code blocks (#1037)
  • Commander error message now preferred over process abort with incorrect args (#1040)

Bug Fixes

  • Make Redcarpet respect the pygments configuration option (#1053)
  • Fix the index build with LSI (#1045)
  • Don't print deprecation warning when no arguments are specified. (#1041)
  • Add missing </div> to site template used by new subcommand, fixed typos in code (#1032)

Site Enhancements

  • Changed https to http in the GitHub Pages link (#1051)
  • Remove CSS cruft, fix typos, fix HTML errors (#1028)
  • Removing manual install of Pip and Distribute (#1025)
  • Updated URL for Markdown references plugin (#1022)

Development Fixes

  • Markdownify history file (#1027)
  • Update links on README to point to new jekyllrb.com (#1018)

v1.0.0

14 Jun 17:19
Compare
Choose a tag to compare

Major Enhancements

  • Add jekyll new subcommand: generate a jekyll scaffold (#764)
  • Refactored jekyll commands into subcommands: build, serve, and migrate. (#690)
  • Removed importers/migrators from main project, migrated to jekyll-import sub-gem (#793)
  • Added ability to render drafts in _drafts folder via command line (#833)
  • Add ordinal date permalink style (/:categories/:year/:y_day/:title.html) (#928)

Minor Enhancements

  • Site template HTML5-ified (#964)
  • Use post's directory path when matching for the post_url tag (#998)
  • Loosen dependency on Pygments so it's only required when it's needed (#1015)
  • Parse strings into Time objects for date-related Liquid filters (#1014)
  • Tell the user if there is no subcommand specified (#1008)
  • Freak out if the destination of jekyll new exists and is non-empty (#981)
  • Add timezone configuration option for compilation (#957)
  • Add deprecation messages for pre-1.0 CLI options (#959)
  • Refactor and colorize logging (#959)
  • Refactor Markdown parsing (#955)
  • Added application/vnd.apple.pkpass to mime.types served by WEBrick (#907)
  • Move template site to default markdown renderer (#961)
  • Expose new attribute to Liquid via page: page.path (#951)
  • Accept multiple config files from command line (#945)
  • Add page variable to liquid custom tags and blocks (#413)
  • Add paginator.previous_page_path and paginator.next_page_path (#942)
  • Backwards compatibility for 'auto' (#821, #934)
  • Added date_to_rfc822 used on RSS feeds (#892)
  • Upgrade version of pygments.rb to 0.4.2 (#927)
  • Added short month (e.g. "Sep") to permalink style options for posts (#890)
  • Expose site.baseurl to Liquid templates (#869)
  • Adds excerpt attribute to posts which contains first paragraph of content (#837)
  • Accept custom configuration file via CLI (#863)
  • Load in GitHub Pages MIME Types on jekyll serve (#847, #871)
  • Improve debugability of error message for a malformed highlight tag (#785)
  • Allow symlinked files in unsafe mode (#824)
  • Add 'gist' Liquid tag to core (#822, #861)
  • New format of Jekyll output (#795)
  • Reinstate --limit_posts and --future switches (#788)
  • Remove ambiguity from command descriptions (#815)
  • Fix SafeYAML Warnings (#807)
  • Relaxed Kramdown version to 0.14 (#808)
  • Aliased jekyll server to jekyll serve. (#792)
  • Updated gem versions for Kramdown, Rake, Shoulda, Cucumber, and RedCarpet. (#744)
  • Refactored jekyll subcommands into Jekyll::Commands submodule, which now contains them (#768)
  • Rescue from import errors in Wordpress.com migrator (#671)
  • Massively accelerate LSI performance (#664)
  • Truncate post slugs when importing from Tumblr (#496)
  • Add glob support to include, exclude option (#743)
  • Layout of Page or Post defaults to 'page' or 'post', respectively (#580)
    REPEALED by (#977)
  • "Keep files" feature (#685)
  • Output full path & name for files that don't parse (#745)
  • Add source and destination directory protection (#535)
  • Better YAML error message (#718)
  • Bug Fixes
  • Paginate in subdirectories properly (#1016)
  • Ensure post and page URLs have a leading slash (#992)
  • Catch all exceptions, not just StandardError descendents (#1007)
  • Bullet-proof limit_posts option (#1004)
  • Read in YAML as UTF-8 to accept non-ASCII chars (#836)
  • Fix the CLI option --plugins to actually accept dirs and files (#993)
  • Allow 'excerpt' in YAML Front-Matter to override the extracted excerpt (#946)
  • Fix cascade problem with site.baseurl, site.port and site.host. (#935)
  • Filter out directories with valid post names (#875)
  • Fix symlinked static files not being correctly built in unsafe mode (#909)
  • Fix integration with directory_watcher 1.4.x (#916)
  • Accepting strings as arguments to jekyll-import command (#910)
  • Force usage of older directory_watcher gem as 1.5 is broken (#883)
  • Ensure all Post categories are downcase (#842, #872)
  • Force encoding of the rdiscount TOC to UTF8 to avoid conversion errors (#555)
  • Patch for multibyte URI problem with jekyll serve (#723)
  • Order plugin execution by priority (#864)
  • Fixed Page#dir and Page#url for edge cases (#536)
  • Fix broken post_url with posts with a time in their YAML Front-Matter (#831)
  • Look for plugins under the source directory (#654)
  • Tumblr Migrator: finds _posts dir correctly, fixes truncation of long
    post names (#775)
  • Force Categories to be Strings (#767)
  • Safe YAML plugin to prevent vulnerability (#777)
  • Add SVG support to Jekyll/WEBrick. (#407, #406)
  • Prevent custom destination from causing continuous regen on watch (#528, #820, #862)

Site Enhancements

  • Responsify (#860)
  • Fix spelling, punctuation and phrasal errors (#989)
  • Update quickstart instructions with new command (#966)
  • Add docs for page.excerpt (#956)
  • Add docs for page.path (#951)
  • Clean up site docs to prepare for 1.0 release (#918)
  • Bring site into master branch with better preview/deploy (#709)
  • Redesigned site (#583)

Development Fixes

  • Exclude Cucumber 1.2.4, which causes tests to fail in 1.9.2 (#938)
  • Added "features:html" rake task for debugging purposes, cleaned up
    cucumber profiles (#832)
  • Explicitly require HTTPS rubygems source in Gemfile (#826)
  • Changed Ruby version for development to 1.9.3-p374 from p362 (#801)
  • Including a link to the GitHub Ruby style guide in CONTRIBUTING.md (#806)
  • Added script/bootstrap (#776)
  • Running Simplecov under 2 conditions: ENV(COVERAGE)=true and with Ruby version
    of greater than 1.9 (#771)
  • Switch to Simplecov for coverage report (#765)