Skip to content

Commit

Permalink
Merge pull request #52 from deadlydog/ImproveCopyToClipboardAsCsv
Browse files Browse the repository at this point in the history
Improve copy to clipboard as csv
  • Loading branch information
deadlydog authored Dec 16, 2020
2 parents 1b18f8c + 5211bd8 commit 029ec03
Show file tree
Hide file tree
Showing 2 changed files with 410 additions and 392 deletions.
10 changes: 10 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v1.8.9 - December 16, 2020

Fixes:

- Remove trailing newlines when copying text to clipboard.
- Follow proper CSV conventions when copying text to clipboard as CSV.
- Put each item on a newline.
- Enclose each item in quotes.
- Include column headers.

## v1.8.5 - December 16, 2020

Fixes:
Expand Down
Loading

0 comments on commit 029ec03

Please sign in to comment.