IronBarcode for .NET 新版本发表
Released: Jun 26, 2026
2026.7.2 中的更新
特性
- Updated internal dependencies.
修补程序
- Fixed an issue where reading images containing multiple barcodes could fail when one barcode contained binary or non-ASCII data, preventing valid barcodes from being returned.
Released: Mar 27, 2026
2026.4.2 中的更新
特性
- Updated internal dependencies.
Released: Mar 1, 2026
2026.3.6 中的更新
特性
- Improved 1D barcode detection by implementing a diagonal scan fallback.
- Updated internal dependencies.
修补程序
- Fixed an issue where EAN-13 and other linear barcodes were not detected at specific rotation angles (30-60 degrees).
Released: Feb 17, 2026
2026.2.1 中的更新
特性
- Updated internal dependencies.
Released: Feb 11, 2026
2026.1.8 中的更新
特性
- Added support for analyzing Code 128 (A/B/C) encoding segments in GS1 and standard Code 128 barcodes, including character set transitions and symbol count details.
- Updated internal dependencies.
修补程序
- Fixed an issue where valid barcodes could be missed due to an overly restrictive default scan-line threshold, and exposed MinScanLines as a configurable reader option.
Released: Dec 26, 2025
2025.12.6 中的更新
特性
- Updated internal dependencies.
修补程序
- Fixed an issue where Code128GS1Parser.IsValid() would throw an exception instead of returning false for invalid input.
Released: Nov 10, 2025
2025.11.4 中的更新
特性
- Updated internal dependencies.
Released: Oct 8, 2025
2025.10.4 中的更新
特性
- Updated internal dependencies.
修补程序
- Fixed an issue where Code 39 Extended barcode cannot be detected for some PDF inputs.
Released: Sep 2, 2025
2025.9.5 中的更新
特性
- Optimized loading of Anybitmap object.
- Updated IronSoftware.System.Drawing to 2025.9.3.
Released: Aug 14, 2025
2025.8.5 中的更新
特性
- Added support for generating 1 bpp barcode images.
- Improved reading performance with the "Detailed" Speed mode.
- Updated IronSoftware.System.Drawing to 2025.8.1.
修补程序
- Fixed an issue where ResizeToMil and ResizeTo were lowering image quality.
- Fixed an issue where reading certain large images would freeze the application.