Changelog
List of new features and improvements
Version 2.8.0
New FeatureDecember 8, 2025
- Added Network Tools - network utilities for working with networks
- Subnet Calculator: calculate subnets, subnet masks, IP address ranges
- Subnet Calculator: network structure visualization
- DNS Lookup: DNS record lookup for domains
- DNS Lookup: support for various record types (A, AAAA, MX, TXT, CNAME, etc.)
- Added Time & Number Tools - tools for working with time and numbers
- Unix Timestamp Converter: convert between Unix timestamp and readable dates
- Unix Timestamp Converter: support for various time zones
- Timezone Converter: convert time between different time zones
- Timezone Converter: support for all world time zones
- Cron Expression Generator: generate cron expressions with visual interface
- Number Base Converter: convert numbers between number systems (decimal, binary, octal, hexadecimal)
- Data Unit Converter: convert data units (bytes, kilobytes, megabytes, gigabytes, etc.)
- All network tools work completely locally in the browser
Version 2.7.0
New FeatureDecember 7, 2025
- Added Data Converter - universal data converter between JSON, XML, CSV formats
- Data Converter: convert JSON ↔ XML ↔ CSV
- Data Converter: data validation during conversion
- Data Converter: error handling with clear messages
- Added Data Formatter - formatting and validation of structured data
- Data Formatter: format JSON, XML, CSV
- Data Formatter: data structure validation
- Data Formatter: syntax highlighting
- Added SVG to Image Converter - convert SVG to raster formats (PNG, JPG, WebP)
- SVG to Image: convert SVG to PNG, JPG, WebP
- SVG to Image: configure output image size
- SVG to Image: quality settings for lossy formats
Version 2.6.0
New FeatureDecember 6, 2025
- Added EXIF Viewer - tool for viewing and removing EXIF metadata from images
- EXIF Viewer: view all image metadata (camera, date taken, GPS coordinates, etc.)
- EXIF Viewer: ability to remove EXIF data for privacy protection
- EXIF Viewer: support for all image formats
- Added QR Code Generator - QR code generator
- QR Code Generator: create QR codes from text, URL, email and other data
- QR Code Generator: customize QR code size and color
- QR Code Generator: download QR code as PNG
- Added Favicon Generator - favicon generator for websites
- Favicon Generator: create favicons from images of various sizes
- Favicon Generator: support for all popular image formats
- Added HTML Encoder/Decoder - encoding and decoding HTML entities
- HTML Encoder: safely encode special characters for use in HTML
- HTML Encoder: decode HTML entities back to text
Version 2.5.0
New FeatureDecember 5, 2025
- Added Image Rotator - tool for rotating and flipping images
- Image Rotator: rotate images by 90°, 180°, 270°
- Image Rotator: flip images horizontally and vertically
- Image Rotator: batch processing of images
- Image Rotator: preserve quality when rotating
- Image Rotator: support for all image formats (PNG, JPG, WebP, AVIF, GIF, BMP, TIFF, HEIC)
- Added Image Filter Previewer - tool for applying CSS/Canvas filters to images
- Image Filter Previewer: support for filters (sepia, grayscale, inversion)
- Image Filter Previewer: adjustable filter intensity (0-100%)
- Image Filter Previewer: batch file processing
- Image Filter Previewer: real-time preview
- Image Filter Previewer: output image quality settings
- Image Filter Previewer: automatic device performance detection
- Fixed issue with quality application for lossless formats (PNG, BMP, GIF) - quality now only applies to lossy formats
- Improved HEIC/TIFF conversion error handling with more informative messages
Version 2.4.0
New FeatureDecember 4, 2025
- Added CSS Unit Converter - new tool for converting CSS units (px, rem, em, %)
- CSS Unit Converter: two modes - Unit Converter (conversion table) and CSS Code Converter (CSS code conversion)
- CSS Unit Converter: tab system for working with different base font sizes (16px, 14px, 18px, 20px, custom)
- CSS Unit Converter: CSS nesting support when converting em units
- CSS Unit Converter: preset values table with individual copy buttons for each value (px, rem, em, %)
- CSS Unit Converter: localStorage state persistence (tabs, active tab, mode)
- CSS Unit Converter: comprehensive guide article with translations in 4 languages (ru, en, es, ua)
- CSS Unit Converter: translations in 4 languages (Russian, English, Spanish, Ukrainian)
- Moved SVG to CSS Converter from Image Tools category to Developer Tools for better logical placement
- Updated navigation and all links to SVG to CSS Converter