DevToys New Tab의 버전 기록 - 2개 버전
DevToys New Tab 제작자: Oleg Abrazhaev
DevToys New Tab의 버전 기록 - 2개 버전
이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.
최신 버전
버전 1.1.3
2025년 12월 24일에 출시 - 2.1 MBfirefox 109.0 이상에서 작동[1.1.3] - 2025-12-21
Changed- Updated
react-resizable-panelsfrom v2.1.7 to v4.0.15 (matches DevToys Pro web version) - Migrated all resizable panel components to v4 API (
Groupinstead ofPanelGroup,Separatorinstead ofPanelResizeHandle)
Added- Phase 0.5 Complete: All 11 existing tools updated for full feature parity with DevToys Pro web version
- Base64 Encoder/Decoder: Text encoding selector (UTF-8/ASCII), Save/Expand buttons, FullscreenDialog
- URL Encoder/Decoder: Save/Expand buttons, FullscreenDialog
- HTML Encoder/Decoder: Save/Expand buttons, FullscreenDialog, centralized library import
- JSON ↔ YAML Converter: Save/Expand buttons, ResizablePanels, FullscreenEditorDialog
- JSON Formatter: Sort properties toggle, Tree view mode, JsonTreeViewer component, ResizablePanels
- Text Comparer: Copy/Save/Expand buttons, ToggleFullSize for diff panel, panel persistence
- UUID Generator: v6/v7 versions, UUID Decoder section with detailed info, Toast notifications, increased max generation to 10,000
- Number Base Converter: Advanced mode with RFC 4648 encodings (Base16, Base32, Base32 Hex, Base64, Base64 URL), custom alphabet input
- Hash Generator: File upload with DropZone, HMAC key support, SHA-384 output, hash verification section, progress tracking
- Text Analyzer: Complete rewrite with CodeMirror 6 Editor, Statistics tabs (text/selection/words/chars), word/character frequency analysis, line sorting, EOL conversion
- JWT Encoder/Decoder: Complete rewrite with Encoder mode, algorithm selector (12 options), validation settings (4 toggles), Claims table with descriptions, token settings
Fixed- ToastProvider context error: Fixed "useToast must be used within a ToastProvider" error in popup by adding ToastProvider to app provider hierarchy (matches Next.js implementation pattern)
[1.1.2] - 2025-12-21
Changed- Editor Migration: Replaced
react-simple-code-editor+Prism.jswith CodeMirror 6 - Reorganized tools into category-based directory structure:
converters/- JSON-YAML, Number Baseencoders-decoders/- Base64, HTML, JWT, URLformatters/- JSON Formattergenerators/- Hash, UUIDtext/- Text Analyzer (inspector), Text Comparer (diff)- Deleted legacy local
lib.tsfiles, now using centralizedsrc/lib/tools/ - Updated Textarea and Input components with consistent CodeMirror-like styling
Added- CodeMirror 6 editor with Monaco-like visual theming (dark/light)
- Selection tracking API (
onSelectionChange,setSelectionRange,getSelection) - Language support: JSON, YAML, JavaScript, TypeScript, XML, HTML, CSS, SQL, Markdown
- Comprehensive tool library logic from DevToys Pro (31 tool libraries in
src/lib/tools/) - New dependencies:
@uiw/react-codemirror,@codemirror/lang-*packages,jose,neverthrow
All Rights Reserved에 따라 릴리스된 소스 코드
- Updated
이전 버전
버전 1.0.4
2025년 12월 21일에 출시 - 1.79 MBfirefox 109.0 이상에서 작동[1.0.4] - 2025-12-21
Changed- Improved search with Fuse.js fuzzy matching (matches web version behavior)
- Search now uses debounced input (250ms) instead of requiring Enter key
- Search automatically clears when navigating to other pages
- Updated header to "browser extension of DevToys Pro" with link to devtoys.pro
Fixed- Search no longer matches partial substrings (e.g., "ha" in "characters")
- Fixed icon centering in search bar
- Opera manifest now removes unsupported "search" permission
All Rights Reserved에 따라 릴리스된 소스 코드