Skip to content

Commit

Permalink
Add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bskinn committed Jan 31, 2016
1 parent e6f741c commit db51224
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## CHANGELOG: CSV Exporter

#### v1.0.0: Initial release

*Features*
* Folder selection works
* Name, number format, and separator entry work
* Append vs overwrite works
* Modeless form retains folder/filename/format/separator/etc. within a given Excel instance

*Limitations*
* Exports only a single contiguous range at a time

*Internals*
* Modest validity checking implemented for filename
* Red text and disabled `Export` button on invalid filename
* No validity checking implemented for number format
* Disabled `Export` button if number format or separator are empty

0 comments on commit db51224

Please sign in to comment.