Releases: CharsetDetector/UTF-unknown
Releases · CharsetDetector/UTF-unknown
Version 2.5.1
🐛 Bug Fixes
- Fix Reset() of SingleByteCharSetProber @adimosh, @304NotModified (#150)
👍 Enhancements
- Catch NotSupportedException trying GetEncoding @jamesjohnmcguire, @304NotModified (#146)
- Added chardet to NuGet package tags @304NotModified (#137)
- Bump Microsoft.SourceLink.GitHub from 1.0.0 to 1.1.1 @dependabot (#154)
Version 2.5
🚀 Features
- Indicate in DetectionDetail if a BOM was detected @jairbubbles (#130)
👍 Enhancements
- Fix false negative with HZ detection @jairbubbles (#129)
Version 2.4
🚀 Features
- Add support for UTF-8 emoji @yinyue200 (#118)
- Allows opening files currently opened by other processes @Spiralis (#110)
- Overload of DetectFromBytes(byte[] bytes, int offset, int len) @ied206 (#106)
👍 Enhancements
- Enable deterministic build @304NotModified (#120)
- Enabled sourcelink @304NotModified (#119)
Version 2.3
🚀 Features
- Add detect encoding with BOM: UTF-7 and GB-18030 @rstm-sf (#98)
- Add support 2-byte arrays for utf with bom @rstm-sf (#88)
- Support snupkg @304NotModified (#94)
👍 Enhancements
- Fix todo: ISO-2022-CN is x-cp50227 in .NET @rstm-sf (#97)
- Resolve todo fix cp949 to ks_c_5601-1987 @rstm-sf (#86)
- Resolve todo by TIS_620 equal iso-8859-11 with comment @rstm-sf (#84)
- Add test files from uchardet @rstm-sf (#73)
🐛 Bug Fixes
🔧 Maintenance
- Update README, resolve some todo and add tests @rstm-sf (#99)
- Small Cleanup and refactor @304NotModified (#92)
- fix typo @304NotModified (#89)
- Move encoding name to const string value @rstm-sf (#74)
- Added Release drafter action @304NotModified (#104)
- Refactor to get encoding by string name @rstm-sf (#100)
- remove old example @304NotModified (#93)
- Fix XML docs warnings @304NotModified (#91)
- Improve link comment @304NotModified (#90)
- Fix todo commits by fixing the docs @rstm-sf (#87)
- Fix typo @rstm-sf (#71)
Version 2.2
- Support for .NET Core 3 (thanks @rstm-sf)
- Support for .NET Core 2
- Improved dependencies for .NET Standard 2
Version 2.1
Added support for CP949 (@HelloWorld017)
Version 2.0
v2.0-rc1
Version 1.0
Imported version
v0.1 Fixed issue #2. No more hard-coded tablesize in char distribution ana…