Jekyll Compose Versions Save

:memo: Streamline your writing in Jekyll with these commands.

v0.12.0

4 years ago

Minor Enhancements

  • compose command for collections (#103)
  • Add rename command to change titles and filenames (#101)
  • Support a custom timestamp format in YAML front matter on posts (#98)
  • Include VISUAL as an editor option (#102)
  • Prepare for collections support with default front matter configuration (#104)

Bug Fixes

  • Removing source option for commands as it is appearing twice. (#100)

Development Fixes

  • ci: test with Jekyll 4.0 (#99)
  • Extract logic for computing default front matter (#105)
  • Refactoring to remove some rubocop warnings and for consistency (#106)

v0.11.0

5 years ago

Minor Enhancements

  • Add/Remove Dates When Publishing/Unpublishing (#92) @gavinhoward

v0.10.1

5 years ago

Bug Fixes

  • Re-introduce Ruby 2.3 support and test Jekyll 3.7+ (#90)

v0.10.0

5 years ago

Development Fixes

  • Allow Jekyll v4 (still in alpha)
  • Drop support for Ruby 2.3 (#86)

v0.9.0

5 years ago

Minor Enhancements

  • Allow additional front matter for Post (#41)
  • Add support for collections_dir configuration (#74)
  • Add some color to the success msg like jekyll new (#75)
  • Generate configuration from CLI options (#76)
  • Mirror draft command to current post command (#79)

Bug Fixes

  • Display a warning when file exists (#81)
  • Warn on error and exit gracefully (#83)

Development Fixes

  • Formatting of dates and times in a DRY manner (#60)
  • style: replace puts calls with Jekyll.logger.info (#69)
  • style: appease Rubocop (#71)
  • style: rubocop-jekyll 0.3 (#80)

v0.8.0

6 years ago

Minor Enhancements

  • Auto open newly generated files in selected editor (#64)

v0.7.0

6 years ago

Development Fixes

  • Add Rubocop autorrect offenses (#57)
  • Test against Ruby 2.5 (#56)

Minor Enhancements

  • Check if a file should be overwritten when publishing or unpublishing a post (#59)

v0.6.0

6 years ago

Development Fixes

  • Modernize Travis config (#53)
  • Define path with dir (#51)
  • Inherit Jekyll's rubocop config for consistency (#52)
  • Execute FileInfo tests in source_dir, Fix tests (#46)

Minor Enhancements

  • Add date to front matter when publish (#54)

v0.5.0

7 years ago
  • Allow Jekyll Source Directory (#42)
  • Ensure colons do not break titles (#39)
  • Require Jekyll 3 or higher (#40)

v0.4.1

8 years ago
  • Change Jekyll dependency to a runtime dependency to enforce v2.5.0 or greater