Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ttscoff committed Nov 26, 2023
1 parent 63805c1 commit 2cf78d8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2.0.18
: Better handling of default options set in config
: More expansive detection of screen width, no longer just dependent on `tput` being available
: Only extend borders and backgrounds on code blocks to the length of the longest line
: Include the language in the top border of code blocks, if available
: Validate themes and lexers using `pygmentize` output, with fallbacks
: If width specified in config is greater than display columns, fall back to display columns as max width
: Metadata (MMD/YAML) handling on TaskPaper files

2.0.17
: Re-order command line options for more readable help output (`mdless -h`)

Expand Down
2 changes: 1 addition & 1 deletion lib/mdless/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module CLIMarkdown
VERSION = '2.0.17'
VERSION = '2.0.18'
end

0 comments on commit 2cf78d8

Please sign in to comment.