Skip to content

Tags: nico-castell/genpass2

Tags

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was signed with the committer’s verified signature.
nico-castell Nicolás Castellán
🎯 Release 1.0.2 - handle /dev/urandom carefully

The documentation was updated with the recent changes.

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
nico-castell Nicolás Castellán
💊 Release 1.0.1 - Hotfix

Release 1.0.0 came with a serious bug. By calling fgets() instead of
fread(), the program wouldn't always output a complete password, as
part of the array would be full of zeros.

Additionally, the output would output a password 1 character longer
than requested.

The build systems' changelogs, meson.build, and the README now
reflect the updates and the new version.

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
nico-castell Nicolás Castellán
🎯 Release 1.0.0

Updated the CHANGELOG and README to reflect the changes since the
last release.

0.2.3

Toggle 0.2.3's commit message

Verified

This commit was signed with the committer’s verified signature.
nico-castell Nicolás Castellán
🎯 Release 0.2.3

The project now uses Meson as its main build system.

Packaging .rpm, .deb and .tar.gz files is now done manually with the
help of some Makefiles.

0.2.2

Toggle 0.2.2's commit message

Verified

This commit was signed with the committer’s verified signature.
nico-castell Nicolás Castellán
🎯 Release 0.2.2

0.2.1

Toggle 0.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
nico-castell Nicolás Castellán
🎯 Release 0.2.1

0.2.0

Toggle 0.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
nico-castell Nicolás Castellán
☕ Release 0.2.0 - Merged branch 'beyond'

0.1.6

Toggle 0.1.6's commit message

Verified

This commit was signed with the committer’s verified signature.
nico-castell Nicolás Castellán
🐛 Fixed all passwords ending with a space.

0.1.5

Toggle 0.1.5's commit message

Verified

This commit was signed with the committer’s verified signature.
nico-castell Nicolás Castellán
🔨 Initialize the sentence array with zeros.

0.1.4

Toggle 0.1.4's commit message

Verified

This commit was signed with the committer’s verified signature.
nico-castell Nicolás Castellán
📝 Improved the package description