Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ttscoff committed Nov 27, 2023
1 parent 73939fa commit d12a2ef
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2.0.19
: `--section` can take string arguments to be fuzzy matched against headlines
: Code refactoring
: TaskPaper formatting now responds to --section with string matches
: TaskPaper formatting now responds to --list to list projects
: TaskPaper auto detection double checks content by removing all projects and tasks and seeing if there's anything left before deciding it's not TaskPaper content
: Extra line break before headers
: Wrap block quotes to max width
: Missing first headline in output
: Long links that were wrapped were not being replaced when converting to reference links

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
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.18'
VERSION = '2.0.19'
end

0 comments on commit d12a2ef

Please sign in to comment.