Skip to content

Commit

Permalink
Bumped up version umber
Browse files Browse the repository at this point in the history
  • Loading branch information
veler committed Mar 27, 2022
1 parent 5cf5053 commit 99757dc
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 9 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -14,6 +14,9 @@
<a style="text-decoration:none" href="https://github.com/veler/DevToys/releases" target="_blank">
<img src="https://img.shields.io/github/release/veler/devtoys.svg?label=Latest%20version" alt="Latest version" />
</a>
<a style="text-decoration:none" href="https://community.chocolatey.org/packages/devtoys" target="_blank">
<img src="https://img.shields.io/chocolatey/v/devtoys?include_prereleases" alt="Chocolatey Version (including pre-releases)">
</a>
<a style="text-decoration:none" href="https://www.microsoft.com/store/apps/9PGCV4V3BK4W" target="_blank">
<img src="https://img.shields.io/badge/Microsoft%20Store-Download-brightgreen" alt="Store link" />
</a>
Expand All @@ -29,6 +32,7 @@ DevToys helps in daily tasks like formatting JSON, comparing text, testing RegEx
Many tools are available.
- Converters
- JSON <> YAML
- Timestamp
- Number Base
- Encoders / Decoders
- HTML
Expand Down Expand Up @@ -121,11 +125,13 @@ Here is the list of tool name you can use:
- `imageconverter` - Image Converter
- `markdown` - Markdown Preview
- `regex` - Regular Expression Tester
- `time` - Unix Timestamp Converter
- `baseconverter` - Number Base Converter
- `string` - String Utilities
- `url` - URL Encoder/Decoder
- `html` - HTML Encoder/Decoder
- `diff` - Text Comparer
- `escape` - Text Escape / Unescape
- `settings` - Settings

## Contribute
Expand Down
17 changes: 15 additions & 2 deletions chocolatey/DevToys/devtoys.nuspec
@@ -1,8 +1,8 @@
<!-- 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. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>DevToys</id>
<version>1.0.4.0</version>
<id>devtoys</id>
<version>1.0.5.0</version>
<packageSourceUrl>https://github.com/veler/DevToys/tree/main/chocolatey/DevToys</packageSourceUrl>
<owners>Rafael Lopez</owners>
<title>DevToys</title>
Expand All @@ -19,6 +19,19 @@
<tags>devtoys</tags>
<summary>A Swiss Army knife for developers.</summary>
<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>
<releaseNotes>
πŸŽ‰ New Features
β€’ Text Escape / Unescape!
β€’ Unix Timestamp Converter!
β€’ Number Base Converter now has an Advanced mode!
πŸ‘ Improvements
β€’ Updated Japanese, Czech, Traditional Chinese, Simplified Chinese
β€’ Added Portuguese-Brazil translation
β€’ Added a refresh buttong to Lorem Ipsum Generator
β€’ Base64 Decoder now supports unpadded Base64 value
πŸ› Bug Fixes
β€’ Cut command in input field was not working correctly
</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
14 changes: 8 additions & 6 deletions src/dev/impl/DevToys/Assets/ReleaseNote.txt
@@ -1,9 +1,11 @@
ο»ΏπŸŽ‰ New Features
β€’ You can mark a tool as favorite!
β€’ Text Escape / Unescape!
β€’ Unix Timestamp Converter!
β€’ Number Base Converter now has an Advanced mode!
πŸ‘ Improvements
β€’ Updated Japanese, Italian, Simplified Chinese
β€’ Lorem Ipsum Generator can now be forced to start a text by "Lorem Ipsum"
β€’ Updated Japanese, Czech, Traditional Chinese, Simplified Chinese
β€’ Added Portuguese-Brazil translation
β€’ Added a refresh buttong to Lorem Ipsum Generator
β€’ Base64 Decoder now supports unpadded Base64 value
πŸ› Bug Fixes
β€’ Various issues in Checksum generation
β€’ Incorrect Base64 hash
β€’ Various issues in JSON <> YAML converter
β€’ Cut command in input field was not working correctly
2 changes: 1 addition & 1 deletion tools/app-version-number.txt
@@ -1 +1 @@
1.0.4.0
1.0.5.0

0 comments on commit 99757dc

Please sign in to comment.