1.0.1
This commit is contained in:
Родитель
912ecacf7f
Коммит
1dfb269e85
|
@ -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
|
10
README.md
10
README.md
|
@ -25,14 +25,4 @@ The extension is activated for all file types, and you open up a menu of comman
|
||||||
Here are a few common issues.
|
Here are a few common issues.
|
||||||
|
|
||||||
* The selection zone post edit can be mis-mapped.
|
* 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",
|
"name": "MDTools",
|
||||||
"description": "Text replacement functions e.g. change case, reverse and ASCII Art for all file types.",
|
"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",
|
"publisher": "seanmcbreen",
|
||||||
"categories":[
|
"categories":[
|
||||||
"Other"
|
"Other"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче