Skip to content

Latest commit

 

History

History
79 lines (41 loc) · 3.61 KB

File metadata and controls

79 lines (41 loc) · 3.61 KB

Changelog

2.3.1 (2026-01-11)

🐛 Bug Fixes

  • add file existence check and improve error logging (6af8390)

2.3.0 (2025-09-20)

🌟 Features

  • computer sha256 on file contents (c6406bd)

2.2.1 (2025-09-18)

🐛 Bug Fixes

  • correctly check for empty lines (89cf75e)

🚀 Performance

  • read entire file and parse (ae49dd8)

2.2.0 (2025-03-12)

🌟 Features

  • update to support NAVFoundation.Amx v2.0.0 (b3a722a)

2.1.0 (2025-02-17)

🌟 Features

  • bump NAVFoundation.Amx to 1.27.0 (47b4469)

2.0.3 (2025-02-16)

🚀 Performance

  • remove unnecessary logging (5ff62ba)

2.0.2 (2025-01-16)

🐛 Bug Fixes

  • fix path update in install script (2128e8d)

2.0.1 (2025-01-16)

🐛 Bug Fixes

2.0.0 (2025-01-16)

⚠ BREAKING CHANGES

  • update property to just PATH

🌟 Features

  • calculate and show total bytes read (5e6973b)
  • update property to just PATH (c800c6b)

🚀 Performance

  • reduce size of data variable (cc18343)

1.0.0 (2024-03-20)

🌟 Features

📖 Documentation

  • update readme description (6d1bc07)