mirror of
https://github.com/NaN72dev/kunkun-ext-string-utils.git
synced 2025-04-03 17:56:45 +00:00
release(1.4): pump
This commit is contained in:
parent
3a17380b0b
commit
825243a491
@ -1,5 +1,11 @@
|
|||||||
# template-ext-string-utils
|
# template-ext-string-utils
|
||||||
|
|
||||||
|
## 1.4.0
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Add reverse command
|
||||||
|
|
||||||
## 1.3.1
|
## 1.3.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
@ -25,6 +25,7 @@ This is an extension for [Kunkun](https://docs.kunkun.sh/) that provides a set o
|
|||||||
- Convert clipboard text to Start Case
|
- Convert clipboard text to Start Case
|
||||||
- Convert clipboard text to UPPER CASE
|
- Convert clipboard text to UPPER CASE
|
||||||
- Convert clipboard text to rAnDoM CasE
|
- Convert clipboard text to rAnDoM CasE
|
||||||
|
- Reverse clipboard text
|
||||||
- Trim the clipboard text
|
- Trim the clipboard text
|
||||||
- Trim the end of clipboard text
|
- Trim the end of clipboard text
|
||||||
- Trim the start of clipboard text
|
- Trim the start of clipboard text
|
||||||
@ -107,5 +108,5 @@ See [Documentation](https://docs.kunkun.sh/guides/extensions/publish/design/) fo
|
|||||||
- [ ] Slash unescape
|
- [ ] Slash unescape
|
||||||
- [ ] Character count
|
- [ ] Character count
|
||||||
- [ ] Word count
|
- [ ] Word count
|
||||||
- [ ] Reverse
|
- [x] Reverse
|
||||||
- [ ] ROT?
|
- [ ] ROT?
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://schema.kunkun.sh",
|
"$schema": "https://schema.kunkun.sh",
|
||||||
"name": "kunkun-ext-string-utils",
|
"name": "kunkun-ext-string-utils",
|
||||||
"version": "1.3.1",
|
"version": "1.4.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "NaN72dev",
|
"author": "NaN72dev",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user