v2.0.1.0
版本发布时间: 2024-06-10 01:42:48
DevToys-app/DevToys最新发布版本:v2.0.5.0(2024-08-07 09:46:04)
- DevToys is now cross-platform.
- DevToys is now extensible. You can create your own tools and share them with the community.
- A DevToys CLI app (to be installed separately) that can use in a terminal or CI.
- New default tools are available such as QR Code Generator and Reader, JSON Path Tester, and more.
- Many existing tools have been improved, such as JWT Encoder / Decoder, Date Converter, RegEx Tester, and more.
- A new compact mode option is available to make it easier to use on smaller screens.
- Drastically reduced the memory consumption when navigating to multiple tools.
- Tools can now be chained using Smart Detection.
- The app now supports various End-Of-Line characters.
- Updated Monaco Editor.
Details
- Added a single-line text input by @veler in https://github.com/DevToys-app/DevToys/pull/779
- Added a multiline-line text input by @veler in https://github.com/DevToys-app/DevToys/pull/780
- Added smart detection support in text input controls by @veler in https://github.com/DevToys-app/DevToys/pull/782
- MAUI Blazor sidebar and fluent ui base design by @btiteux in https://github.com/DevToys-app/DevToys/pull/791
- MAUI Blazor - Fixed navigation on click. by @veler in https://github.com/DevToys-app/DevToys/pull/801
- MAUI Blazor : Added GridView and made Tool Group view functional. by @veler in https://github.com/DevToys-app/DevToys/pull/804
- [MAUI Blazor] Improved NavBar + refactoring by @veler in https://github.com/DevToys-app/DevToys/pull/811
- [DevToys 2.0] Use WPF Blazor on Windows, MAUI Blazor on Mac. Removed WASDK and Uno app. by @veler in https://github.com/DevToys-app/DevToys/pull/817
- Brought back support of plugins on Mac, Windows and Linux. by @veler in https://github.com/DevToys-app/DevToys/pull/821
- [DevToys 2.0] Added context menu and popup system. by @veler in https://github.com/DevToys-app/DevToys/pull/834
- [DevToys 2.0] Added search bar + keyboard navigation in context menu by @veler in https://github.com/DevToys-app/DevToys/pull/840
- [DevToys 2.0] Added CheckBox and ToggleSwitch by @veler in https://github.com/DevToys-app/DevToys/pull/841
- [Dev/2.0] close context menu on window events by @veler in https://github.com/DevToys-app/DevToys/pull/845
- [Dev 2.0] Added DropDownList, ComboBox and improved ScrollViewer by @veler in https://github.com/DevToys-app/DevToys/pull/856
- [DevToys 2.0] Added Split Grid component by @veler in https://github.com/DevToys-app/DevToys/pull/863
- added expander support by @btiteux in https://github.com/DevToys-app/DevToys/pull/867
- [DevToys 2.0] Added UISingleLineTextInputPresenter, UIMultiLineTextInputPresenter and UIDiffTextInputPresenter by @veler in https://github.com/DevToys-app/DevToys/pull/870
- [DevToys 2.0] Added Extension manager by @veler in https://github.com/DevToys-app/DevToys/pull/901
- [DevToys 2.0] Added Base64 Text Encoder / Decoder tool by @veler in https://github.com/DevToys-app/DevToys/pull/902
- Refactoring on Base64 Text Encoder / Decoder by @veler in https://github.com/DevToys-app/DevToys/pull/907
- [DevToys 2.0] Updated dark theme for MacOS by @veler in https://github.com/DevToys-app/DevToys/pull/903
- [DevToys 2.0] Added URL, HTML and GZip Encoder / Decoder by @veler in https://github.com/DevToys-app/DevToys/pull/910
- [DevToys 2.0] Added JsonToYaml Converter by @btiteux in https://github.com/DevToys-app/DevToys/pull/925
- Added Linux support by @veler in https://github.com/DevToys-app/DevToys/pull/929
- Added image support to clipboard API. by @veler in https://github.com/DevToys-app/DevToys/pull/946
- Added Base64 Image Encoder / Decoder by @veler in https://github.com/DevToys-app/DevToys/pull/951
- Added Hash / Checksum tool by @veler in https://github.com/DevToys-app/DevToys/pull/956
- Ported Color Blindness SImulator to DevToys 2.0 by @veler in https://github.com/DevToys-app/DevToys/pull/969
- Added Image Converter to DevToys 2.0 by @veler in https://github.com/DevToys-app/DevToys/pull/979
- Added Text Comparer tool to DevToys 2.0 by @veler in https://github.com/DevToys-app/DevToys/pull/981
- Ported Regex Tester to DevToys 2.0 + Various fixes by @veler in https://github.com/DevToys-app/DevToys/pull/983
- Ported Text Utilities tool to DevToys 2.0 + More UI fixes by @veler in https://github.com/DevToys-app/DevToys/pull/985
- Improved SCSS and TypeScript build by @veler in https://github.com/DevToys-app/DevToys/pull/986
- Ported Markdown Preview to DevToys 2.0 by @veler in https://github.com/DevToys-app/DevToys/pull/991
- Added the possibility to hide the whole command bar of a text input. by @veler in https://github.com/DevToys-app/DevToys/pull/999
- Improved Hot Reload support by @veler in https://github.com/DevToys-app/DevToys/pull/998
- Made IUIDataGrid expandable to full screen and added the possibility to add extra command bar items by @veler in https://github.com/DevToys-app/DevToys/pull/1002
- Ported UUID Generator to DevToys 2.0 by @veler in https://github.com/DevToys-app/DevToys/pull/1000
- Ported Password Generator to DevToys 2.0 by @veler in https://github.com/DevToys-app/DevToys/pull/1001
- New tool JSON>Table/CSV/Excel by @sakana280 in https://github.com/DevToys-app/DevToys/pull/1003
- .NET 8 and MacOS update by @veler in https://github.com/DevToys-app/DevToys/pull/997
- Add XML formatter and refactoring to DevToys 2.0 by @lwillia in https://github.com/DevToys-app/DevToys/pull/1007
- Added IUIDropDownButton and improve Json > Table UI by @veler in https://github.com/DevToys-app/DevToys/pull/1006
- Add DateConverter (old Timestamp Converter) to DevToys 2.0 by @btiteux in https://github.com/DevToys-app/DevToys/pull/1009
- Ported Lorem Ipsum generator to DevToys 2.0 by @veler in https://github.com/DevToys-app/DevToys/pull/1004
- Add JSON formatter to DevToys 2.0 by @lwillia in https://github.com/DevToys-app/DevToys/pull/1013
- Ported XML Validator to DevToys 2.0 by @veler in https://github.com/DevToys-app/DevToys/pull/1011
- Added QR Code reader / generator tool by @veler in https://github.com/DevToys-app/DevToys/pull/1012
- Enabled Hover capability on Monaco Editor and fixed JSON serialization issue. by @veler in https://github.com/DevToys-app/DevToys/pull/1015
- Added a Hero header on All Tools page by @veler in https://github.com/DevToys-app/DevToys/pull/1016
- Added a JSONPath tester tool by @veler in https://github.com/DevToys-app/DevToys/pull/1017
- Fixed bug: Smart detection when dialog opened by @veler in https://github.com/DevToys-app/DevToys/pull/1027
- Ported Text Escape/ Unescape tool by @veler in https://github.com/DevToys-app/DevToys/pull/1019
- Addressed tons of warnings, mostly related to lack of documentation in code. by @veler in https://github.com/DevToys-app/DevToys/pull/1034
- Ported Certificate Decoder to DevToys 2.0 by @veler in https://github.com/DevToys-app/DevToys/pull/1033
- Updated third party notice by @veler in https://github.com/DevToys-app/DevToys/pull/1047
- Fix crash on Linux on startup by @veler in https://github.com/DevToys-app/DevToys/pull/1046
- Added a splash screen by @veler in https://github.com/DevToys-app/DevToys/pull/1050
- Window position and size is now saved and restore when reopening the app by @veler in https://github.com/DevToys-app/DevToys/pull/1049
- Completed missing parts of IFileStorage in DevToys CLI by @veler in https://github.com/DevToys-app/DevToys/pull/1048
- Added support of Open In New Window by @veler in https://github.com/DevToys-app/DevToys/pull/1053
- Preserve NavBar state on restart by @veler in https://github.com/DevToys-app/DevToys/pull/1056
- Show current page in TaskBar by @veler in https://github.com/DevToys-app/DevToys/pull/1059
- Improved keyboard navigation and focus management by @veler in https://github.com/DevToys-app/DevToys/pull/1061
- Added app icon by @veler in https://github.com/DevToys-app/DevToys/pull/1065
- Ported Cron parser tool to DevToys 2.0 by @veler in https://github.com/DevToys-app/DevToys/pull/1066
- Ported SQL formatter to DevToys 2.0 by @lwillia in https://github.com/DevToys-app/DevToys/pull/1067
- Add lists comparison to DevToys 2.0 by @Antjac in https://github.com/DevToys-app/DevToys/pull/1068
- Updated theme on Linux to look more native (at least on Ubuntu) by @veler in https://github.com/DevToys-app/DevToys/pull/1072
- Credit DevToysMac author in Settings by @veler in https://github.com/DevToys-app/DevToys/pull/1074
- Added welcome experience by @veler in https://github.com/DevToys-app/DevToys/pull/1075
- Random case/spongetext case converter implementation by @ahrGNUts in https://github.com/DevToys-app/DevToys/pull/1080
- Ported Number Base Converter to DevToys 2.0 by @veler in https://github.com/DevToys-app/DevToys/pull/1069
- New Crowdin updates by @veler in https://github.com/DevToys-app/DevToys/pull/1086
- New Crowdin updates by @veler in https://github.com/DevToys-app/DevToys/pull/1091
- New Crowdin updates by @veler in https://github.com/DevToys-app/DevToys/pull/1092
- New Crowdin updates by @veler in https://github.com/DevToys-app/DevToys/pull/1093
- Add leading comma option to sql formatter & bug fixes & some enhancements by @akarboush in https://github.com/DevToys-app/DevToys/pull/1087
- New Crowdin updates by @veler in https://github.com/DevToys-app/DevToys/pull/1097
- Ported Json Web Token Encoder Decoder to DevToys 2.0 by @btiteux in https://github.com/DevToys-app/DevToys/pull/1078
- Support for third party extension by @veler in https://github.com/DevToys-app/DevToys/pull/1081
- New Crowdin updates by @veler in https://github.com/DevToys-app/DevToys/pull/1099
- Fixed inconcistency and bug in IUIMultilineTextInput by @veler in https://github.com/DevToys-app/DevToys/pull/1102
- fix typo. by @niyari in https://github.com/DevToys-app/DevToys/pull/1106
- New Crowdin updates by @veler in https://github.com/DevToys-app/DevToys/pull/1107
- New Crowdin updates by @veler in https://github.com/DevToys-app/DevToys/pull/1109
- New Crowdin updates by @veler in https://github.com/DevToys-app/DevToys/pull/1110
- New Crowdin updates by @veler in https://github.com/DevToys-app/DevToys/pull/1114
- Added pull request CI by @veler in https://github.com/DevToys-app/DevToys/pull/1113
- Fix mac embeddings by @veler in https://github.com/DevToys-app/DevToys/pull/1116
- New Crowdin updates by @veler in https://github.com/DevToys-app/DevToys/pull/1117
- New Crowdin updates by @veler in https://github.com/DevToys-app/DevToys/pull/1119
- Bump SixLabors.ImageSharp from 3.1.3 to 3.1.4 by @niyari in https://github.com/DevToys-app/DevToys/pull/1129
- New Crowdin updates by @veler in https://github.com/DevToys-app/DevToys/pull/1130
- New Crowdin updates by @veler in https://github.com/DevToys-app/DevToys/pull/1131
- New Crowdin updates by @veler in https://github.com/DevToys-app/DevToys/pull/1134
- New Crowdin updates by @veler in https://github.com/DevToys-app/DevToys/pull/1138
- New Crowdin updates by @veler in https://github.com/DevToys-app/DevToys/pull/1142
- Fixed CI by @veler in https://github.com/DevToys-app/DevToys/pull/1146
- New Crowdin updates by @veler in https://github.com/DevToys-app/DevToys/pull/1144
- Made settings name less prone to collision by @veler in https://github.com/DevToys-app/DevToys/pull/1141
- Added app update notification in DevToys GUI by @veler in https://github.com/DevToys-app/DevToys/pull/1143
- German Translation by @Sencaid in https://github.com/DevToys-app/DevToys/pull/1148
- New Crowdin updates by @veler in https://github.com/DevToys-app/DevToys/pull/1147
- Sorry i forgot some Files (De_Translation) by @Sencaid in https://github.com/DevToys-app/DevToys/pull/1153
- New Crowdin updates by @veler in https://github.com/DevToys-app/DevToys/pull/1150
- New Crowdin updates by @veler in https://github.com/DevToys-app/DevToys/pull/1154
- New Crowdin updates by @veler in https://github.com/DevToys-app/DevToys/pull/1156
- New Crowdin updates by @veler in https://github.com/DevToys-app/DevToys/pull/1158
- Add same page link. by @niyari in https://github.com/DevToys-app/DevToys/pull/1159
- New Crowdin updates by @veler in https://github.com/DevToys-app/DevToys/pull/1162
- Minor updates on MacOS paths and documentation by @dineiar in https://github.com/DevToys-app/DevToys/pull/1169
- GirCore: Update to 0.5.0 by @badcel in https://github.com/DevToys-app/DevToys/pull/1166
- New Crowdin updates by @veler in https://github.com/DevToys-app/DevToys/pull/1172
- Safely handle misconfigured extensions by @veler in https://github.com/DevToys-app/DevToys/pull/1161
- Detect LongPath enabled on Windows by @veler in https://github.com/DevToys-app/DevToys/pull/1168
- Linux.Clipboard: Use a new method to read text by @badcel in https://github.com/DevToys-app/DevToys/pull/1176
- Added language service support for auto-completion and semantic token by @veler in https://github.com/DevToys-app/DevToys/pull/1175
- New Crowdin updates by @veler in https://github.com/DevToys-app/DevToys/pull/1174
- Some tweaks for preview build by @veler in https://github.com/DevToys-app/DevToys/pull/1179
New Contributors
- @sakana280 made their first contribution in https://github.com/DevToys-app/DevToys/pull/1003
- @lwillia made their first contribution in https://github.com/DevToys-app/DevToys/pull/1007
- @Antjac made their first contribution in https://github.com/DevToys-app/DevToys/pull/1068
- @ahrGNUts made their first contribution in https://github.com/DevToys-app/DevToys/pull/1080
- @Sencaid made their first contribution in https://github.com/DevToys-app/DevToys/pull/1148
- @dineiar made their first contribution in https://github.com/DevToys-app/DevToys/pull/1169
- @badcel made their first contribution in https://github.com/DevToys-app/DevToys/pull/1166
Full Changelog: https://github.com/DevToys-app/DevToys/commits/v2.0.1.0
1、 devtoys.cli_linux_arm.deb 25.22MB
2、 devtoys.cli_linux_arm.zip 4.47MB
3、 devtoys.cli_linux_arm_portable.zip 31.05MB
4、 devtoys.cli_linux_x64.deb 25.78MB
5、 devtoys.cli_linux_x64.zip 4.48MB
6、 devtoys.cli_linux_x64_portable.zip 32.01MB
7、 devtoys.cli_osx_arm64.zip 4.47MB
8、 devtoys.cli_osx_arm64_portable.zip 31.15MB
9、 devtoys.cli_osx_x64.zip 4.47MB
10、 devtoys.cli_osx_x64_portable.zip 32.49MB
11、 devtoys.cli_win_arm64.zip 4.5MB
12、 devtoys.cli_win_arm64_portable.zip 31.18MB
13、 devtoys.cli_win_x64.zip 4.51MB
14、 devtoys.cli_win_x64_portable.zip 32.26MB
15、 devtoys.cli_win_x86.zip 4.5MB
16、 devtoys.cli_win_x86_portable.zip 30MB
17、 devtoys_linux_arm.deb 32.09MB
18、 devtoys_linux_arm_portable.zip 41.22MB
19、 devtoys_linux_x64.deb 33.19MB
20、 devtoys_linux_x64_portable.zip 42.99MB
21、 devtoys_osx_arm64.zip 48.82MB
22、 devtoys_osx_x64.zip 50.34MB
23、 devtoys_win_arm64.exe 50.17MB
24、 devtoys_win_arm64_portable.zip 72.87MB
25、 devtoys_win_x64.exe 55.59MB
26、 devtoys_win_x64_portable.zip 77.11MB
27、 devtoys_win_x86.exe 50.93MB
28、 devtoys_win_x86_portable.zip 72.06MB