Skip to content

Commit 99757dc

Browse files
committed
Bumped up version umber
1 parent 5cf5053 commit 99757dc

File tree

4 files changed

+30
-9
lines changed

4 files changed

+30
-9
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
<a style="text-decoration:none" href="https://github.com/veler/DevToys/releases" target="_blank">
1515
<img src="https://img.shields.io/github/release/veler/devtoys.svg?label=Latest%20version" alt="Latest version" />
1616
</a>
17+
<a style="text-decoration:none" href="https://community.chocolatey.org/packages/devtoys" target="_blank">
18+
<img src="https://img.shields.io/chocolatey/v/devtoys?include_prereleases" alt="Chocolatey Version (including pre-releases)">
19+
</a>
1720
<a style="text-decoration:none" href="https://www.microsoft.com/store/apps/9PGCV4V3BK4W" target="_blank">
1821
<img src="https://img.shields.io/badge/Microsoft%20Store-Download-brightgreen" alt="Store link" />
1922
</a>
@@ -29,6 +32,7 @@ DevToys helps in daily tasks like formatting JSON, comparing text, testing RegEx
2932
Many tools are available.
3033
- Converters
3134
- JSON <> YAML
35+
- Timestamp
3236
- Number Base
3337
- Encoders / Decoders
3438
- HTML
@@ -121,11 +125,13 @@ Here is the list of tool name you can use:
121125
- `imageconverter` - Image Converter
122126
- `markdown` - Markdown Preview
123127
- `regex` - Regular Expression Tester
128+
- `time` - Unix Timestamp Converter
124129
- `baseconverter` - Number Base Converter
125130
- `string` - String Utilities
126131
- `url` - URL Encoder/Decoder
127132
- `html` - HTML Encoder/Decoder
128133
- `diff` - Text Comparer
134+
- `escape` - Text Escape / Unescape
129135
- `settings` - Settings
130136

131137
## Contribute

chocolatey/DevToys/devtoys.nuspec

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
4-
<id>DevToys</id>
5-
<version>1.0.4.0</version>
4+
<id>devtoys</id>
5+
<version>1.0.5.0</version>
66
<packageSourceUrl>https://github.com/veler/DevToys/tree/main/chocolatey/DevToys</packageSourceUrl>
77
<owners>Rafael Lopez</owners>
88
<title>DevToys</title>
@@ -19,6 +19,19 @@
1919
<tags>devtoys</tags>
2020
<summary>A Swiss Army knife for developers.</summary>
2121
<description>DevToys helps in daily tasks like formatting JSON, comparing text, testing RegExp. No need to use many untruthful websites to do simple tasks with your data. With Smart Detection, DevToys is able to detect the best tool that can treat the data you copied in the clipboard of your Windows. Compact overlay lets you keep the app in small and on top of other windows. Multiple instances of the app can be used at once.</description>
22+
<releaseNotes>
23+
🎉 New Features
24+
• Text Escape / Unescape!
25+
• Unix Timestamp Converter!
26+
• Number Base Converter now has an Advanced mode!
27+
👏 Improvements
28+
• Updated Japanese, Czech, Traditional Chinese, Simplified Chinese
29+
• Added Portuguese-Brazil translation
30+
• Added a refresh buttong to Lorem Ipsum Generator
31+
• Base64 Decoder now supports unpadded Base64 value
32+
🐛 Bug Fixes
33+
• Cut command in input field was not working correctly
34+
</releaseNotes>
2235
</metadata>
2336
<files>
2437
<file src="tools\**" target="tools" />
Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
🎉 New Features
2-
• You can mark a tool as favorite!
2+
• Text Escape / Unescape!
3+
• Unix Timestamp Converter!
4+
• Number Base Converter now has an Advanced mode!
35
👏 Improvements
4-
• Updated Japanese, Italian, Simplified Chinese
5-
• Lorem Ipsum Generator can now be forced to start a text by "Lorem Ipsum"
6+
• Updated Japanese, Czech, Traditional Chinese, Simplified Chinese
7+
• Added Portuguese-Brazil translation
8+
• Added a refresh buttong to Lorem Ipsum Generator
9+
• Base64 Decoder now supports unpadded Base64 value
610
🐛 Bug Fixes
7-
• Various issues in Checksum generation
8-
• Incorrect Base64 hash
9-
• Various issues in JSON <> YAML converter
11+
• Cut command in input field was not working correctly

tools/app-version-number.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.4.0
1+
1.0.5.0

0 commit comments

Comments
 (0)