Releases: b4tman/PasswordChanger1C
Releases · b4tman/PasswordChanger1C
v2.2.0.1_fix3
v2.2.0.1_fix2
- updated to .NET Framework 4.6.1 (now works with
dotnet build
, but need to install runtime for windows 7) - Npgsql updated to 5.0.7
- fixed read deleted table records (or with empty data)
- fixed error when users table not found
- added 8.3.8 repo file write support
- file read and write optimizations
v2.2.0.1_fix
- converted to C#
- fixed working with large files (
long
offsets instead ofint
) (#5, alex-bochkov#18) - fixed "array index out of bounds" error while parsing UTF-16 strings with BOM ( alex-bochkov#19, alex-bochkov#16, alex-bochkov#13 )
- fixed hash extraction (using search instead of fixed index) (alex-bochkov#15)
- fixed hash replacing (using both hashes (with upper case hash) ) (alex-bochkov#15)
- removed Visual Basic related dependency, so it's working on linux with mono