From 00d616f158ace353eaa6aad450003621804e18bb Mon Sep 17 00:00:00 2001 From: Brett Terpstra Date: Wed, 20 Dec 2023 12:10:11 -0600 Subject: [PATCH] 2.1.36 #### IMPROVED - Concatenate and output multiple files when multiple arguments or a file glob are passed - When using `less` as pager, use `-F` flag to skip pagination if the content is less than one page - Include filename before output if there's more than one file - Make `--list` list sections and projects with multiple files, separated by filename - Strip non-title image attributes from references so images are properly recognized #### FIXED - Ruby 2.7 error (again) - Coloration of heading list output --- lib/mdless/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mdless/version.rb b/lib/mdless/version.rb index 753a7ee..b122a09 100644 --- a/lib/mdless/version.rb +++ b/lib/mdless/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module CLIMarkdown - VERSION = '2.1.35' + VERSION = '2.1.36' end