Skip to content

Latest commit

 

History

History
84 lines (49 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

84 lines (49 loc) · 1.29 KB

Changelog


0.2.7

Released on 29/07/2024

  • Added support for OpenBSD

0.2.6

Released on 11/04/2024

  • Added support for ARM 32 bit

0.2.5

Released on 13/02/2024

  • Fixed issue #7: Added support for Linux RISC-V64
  • Fixed issue #9: Added statvfs API

0.2.4

Released on 28/01/2024

  • Pavao is now thread safe

0.2.3

Released on 16/05/2023

  • Fixed aarch64 linux build

0.2.2

Released on 16/05/2023

  • Fixed aarch64 linux build

0.2.1

Released on 15/05/2023

  • Fixed aarch64 linux build

0.2.0

Released on 10/05/2023

  • Issue 3: implemented list_dirplus to get the list of files in the current path with all the metadata. credit: @hexofyore
  • Added no-log feature to disable logging

0.1.2

Released on 26/05/2022

  • Added file type to SmbMode

0.1.1

Released on 23/05/2022

  • Fixed SmbDirent name field which was always corrupted when decoding from libsmbclient.

0.1.0

Released on 21/05/2022

  • First release