Skip to content

Commit

Permalink
Bumped up version number
Browse files Browse the repository at this point in the history
  • Loading branch information
veler committed May 14, 2022
1 parent 6e37605 commit 0d727f3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -37,7 +37,7 @@ Many tools are available.
- Encoders / Decoders
- HTML
- URL
- Base64
- Base64 Text & Image
- GZip
- JWT Decoder
- Formatters
Expand Down Expand Up @@ -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
Expand Down
11 changes: 7 additions & 4 deletions 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
• Fixed a spacing issue with the title bar
• Fixed the theme of the code editor
2 changes: 1 addition & 1 deletion tools/app-version-number.txt
@@ -1 +1 @@
1.0.6.0
1.0.7.0

0 comments on commit 0d727f3

Please sign in to comment.