Skip to content

Releases: rafael-santiago/lethe

v2

28 Oct 12:22
Compare
Choose a tag to compare

Features:

  • None.

Bugfixes:

  • Fixed a bias created by get_rnd_filename() function when picking allowed chars to compose random file names. It was picking random array indexes in a naïve way [e.g.: rnd() % range].

v1

07 Mar 15:10
Compare
Choose a tag to compare
v1

Features:

  • Drop by using external and internal randomizer.
  • Total of passes done during renaming and file oblivion configured by the user.
  • Manual reader by using the system pager.
  • Supported platforms: Linux, FreeBSD, OpenBSD, NetBSD, MINIX, Solaris and Windows.

Bugfixes:

  • None!