Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ttscoff committed Aug 5, 2022
1 parent a4c9ba1 commit 2c2917d
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 1 deletion.
73 changes: 73 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
1.0.32
: Errors in Ruby 3.2

1.0.30
: Errant pager output

1.0.29
: Allow $ markers for equations
: Don't force white foreground when resetting color (allow default terminal color to be foreground
: Reset color properly when span elements are used in list items
: Code block border wrapping
: Use template settings for all footnote highlights
: Errant pager output1.0.13
: Fix for tables being eaten at the end of a document

1.0.10
: Fix for regex characters in headlines breaking rendering

1.0.9
: Catch error when breaking pipe

1.0.8
: Improved table formatting

1.0.7
: Force rewrite of damaged themes
: Add iTerm marks to h1-3 when using iTerm and no pager, so you can navigate with <kbd>⌘⇧↑/↓</kbd>

1.0.6
: Fresh theme write was outputting `--- default` instead of a theme
: Better code span color
: If `bat` is the pager, force into `--plain` mode

1.0.5
: Stop adjusting for highest header

1.0.3
: Sort options order in `--help` output
: Allow multiple theme files, `--theme=NAME` option

1.0.2
: Handle emphasis inside of quotes and parenthesis
: Make emphasis themeable in mdless.theme
: Fix for `-I` throwing error if imgcat isn't installed
: remove backslash from escaped characters

1.0.1
: Fix for header listing justification
: Exclude horizontal rules `---` in header list

1.0.0
: Just a version bump because I think it deserves it at this point.

0.0.15
: User themeable
: Handle Setex headers
: General fixes and improvements

0.0.14
: Don't run pygments on code blocks without language specified in either the fence or a hashbang on the first line
: Fix to maintain indentation for fenced code in lists
: Remove leading ~ for code blocks
: Add background color
: Add line ending marker to make more sense of code wrapping
: lowercase code block fences
: remove "end code" marker
: Highlight with monokai theme
: Black background for all (fenced) code blocks

0.0.13
: Better language detection for code blocks
: when available, use italic font for italics and bold-italics emphasis
: new colorization for html tags
2 changes: 1 addition & 1 deletion lib/mdless/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CLIMarkdown
VERSION = '1.0.31'
VERSION = '1.0.32'
end

0 comments on commit 2c2917d

Please sign in to comment.