Skip to content

Releases: b4tman/PasswordChanger1C

v2.2.0.1_fix3

05 Sep 08:00
1f19ed8
Compare
Choose a tag to compare

v2.2.0.1_fix2

25 Aug 08:07
v2.2.0.1_fix2
01f710a
Compare
Choose a tag to compare
  • 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

13 Aug 06:52
v2.2.0.1_fix
226c157
Compare
Choose a tag to compare
  • converted to C#
  • fixed working with large files (long offsets instead of int) (#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