diff --git a/README.md b/README.md index c1dcad68f3..6c5799973b 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Many tools are available. - Encoders / Decoders - HTML - URL - - Base64 + - Base64 Text & Image - GZip - JWT Decoder - Formatters @@ -109,7 +109,8 @@ A cool thing about DevToys is that you can start it in command line! For this, s For example, `start devtoys:?tool=jsonyaml` will open DevToys and start on the `Json <> Yaml` tool. Here is the list of tool name you can use: -- `base64` - Base64 Encoder/Decoder +- `base64` - Base64 Text Encoder/Decoder +- `base64img` - Base64 Image Encoder/Decoder - `gzip` - GZip Encoder/Decoder - `hash` - Hash Generator - `uuid` - UUID Generator diff --git a/src/dev/impl/DevToys/Assets/ReleaseNote.txt b/src/dev/impl/DevToys/Assets/ReleaseNote.txt index bdc718c149..53b8e8d0d9 100644 --- a/src/dev/impl/DevToys/Assets/ReleaseNote.txt +++ b/src/dev/impl/DevToys/Assets/ReleaseNote.txt @@ -1,7 +1,10 @@ ο»ΏπŸŽ‰ New Features - β€’ Nothing new in this update, sorry + β€’ Base64 Image Encoder/Decoder tool! πŸ‘ Improvements - β€’ Updated Japanese, Portuguese, Traditional Chinese, Simplified Chinese - β€’ Improved performances on Arm64 devices + β€’ Updated Korean and Italian translation + β€’ Tab indentation support in SQL Formatter + β€’ Added a Now button in Timestamp converter + β€’ Checksum and Hash Generators now support empty files πŸ› Bug Fixes - β€’ Timestamp Converter was crashing when entering invalid dates \ No newline at end of file + β€’ Fixed a spacing issue with the title bar + β€’ Fixed the theme of the code editor \ No newline at end of file diff --git a/tools/app-version-number.txt b/tools/app-version-number.txt index 6990b2ceea..561cfa022e 100644 --- a/tools/app-version-number.txt +++ b/tools/app-version-number.txt @@ -1 +1 @@ -1.0.6.0 \ No newline at end of file +1.0.7.0 \ No newline at end of file