This commit is contained in:
Sean McBreen 2017-04-05 09:23:26 -07:00
Родитель 912ecacf7f
Коммит 1dfb269e85
3 изменённых файлов: 14 добавлений и 11 удалений

13
CHANGELOG.md Normal file
Просмотреть файл

@ -0,0 +1,13 @@
# Updates
## 1.0.1
* Accepted two PRs thank you [@alefragnani](https://github.com/alefragnani) to fix issues on empty file operations and to support additional filetypes.
## 1.0.0
* Fixed some multi selection bugs
* fix: ASCII Art, toUpper, ToLower all now support multi-selection
* Added in a few more options
* Slugify
* Camelize

Просмотреть файл

@ -26,13 +26,3 @@ Here are a few common issues.
* The selection zone post edit can be mis-mapped.
# Updates
## 1.0.0
* Fixed some multi selection bugs
* fix: ASCII Art, toUpper, ToLower all now support multi-selection
* Added in a few more options
* Slugify
* Camelize

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "MDTools",
"description": "Text replacement functions e.g. change case, reverse and ASCII Art for all file types.",
"version": "1.0.0",
"version": "1.0.1",
"publisher": "seanmcbreen",
"categories":[
"Other"