From 99757dc7487da6ef9d59bcf945c08a14a4e7af41 Mon Sep 17 00:00:00 2001 From: Etienne BAUDOUX Date: Sun, 27 Mar 2022 10:43:42 -0700 Subject: [PATCH] Bumped up version umber --- README.md | 6 ++++++ chocolatey/DevToys/devtoys.nuspec | 17 +++++++++++++++-- src/dev/impl/DevToys/Assets/ReleaseNote.txt | 14 ++++++++------ tools/app-version-number.txt | 2 +- 4 files changed, 30 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index cfe55cd90e..c1dcad68f3 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ Latest version + + Chocolatey Version (including pre-releases) + Store link @@ -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 @@ -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 diff --git a/chocolatey/DevToys/devtoys.nuspec b/chocolatey/DevToys/devtoys.nuspec index 05628cc3f9..930deb9bde 100644 --- a/chocolatey/DevToys/devtoys.nuspec +++ b/chocolatey/DevToys/devtoys.nuspec @@ -1,8 +1,8 @@ - DevToys - 1.0.4.0 + devtoys + 1.0.5.0 https://github.com/veler/DevToys/tree/main/chocolatey/DevToys Rafael Lopez DevToys @@ -19,6 +19,19 @@ devtoys A Swiss Army knife for developers. 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. + +πŸŽ‰ 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 + diff --git a/src/dev/impl/DevToys/Assets/ReleaseNote.txt b/src/dev/impl/DevToys/Assets/ReleaseNote.txt index 34aefd898c..46982de11e 100644 --- a/src/dev/impl/DevToys/Assets/ReleaseNote.txt +++ b/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 \ No newline at end of file + β€’ Cut command in input field was not working correctly \ No newline at end of file diff --git a/tools/app-version-number.txt b/tools/app-version-number.txt index 3238717f35..fc6d579469 100644 --- a/tools/app-version-number.txt +++ b/tools/app-version-number.txt @@ -1 +1 @@ -1.0.4.0 \ No newline at end of file +1.0.5.0 \ No newline at end of file