From 37bc6fb579e344576d94f2dbedd634ff8cb31fc7 Mon Sep 17 00:00:00 2001 From: Selwin van Dijk Date: Tue, 7 May 2024 15:36:06 +0200 Subject: [PATCH] Update README (typo) --- README.md | 2 +- autoversion.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a67d038..dc50e0a 100644 --- a/README.md +++ b/README.md @@ -394,7 +394,7 @@ Other options that can be used together with `--exporthtml`: - `--includeblockedlist` Generates an overview of blocked contacts in the backup. - `--addexportdetails` Adds some meta information about the backup (like size, filename, and databaseversion) and this tool to the generated pages when printing. - `--includesettings` Generates a page showing settings found in the backup file. -- `--inlcudefullcontactlist` Generates a page showing _all_ contacts present in the database, including contacts with whom no thread exists, who are blocked or hidden, or who appear in your system contact list and may not have Signal installed. +- `--includefullcontactlist` Generates a page showing _all_ contacts present in the database, including contacts with whom no thread exists, who are blocked or hidden, or who appear in your system contact list and may not have Signal installed. A big thanks to [Gertjan van der Burg](https://github.com/GjjvdBurg)! While HTML export was always a planned feature of this program, it would not have happened this quickly without his project [signal2html](https://github.com/GjjvdBurg/signal2html). The HTML this function generates is modified from the template from his original project. diff --git a/autoversion.h b/autoversion.h index dd6fa62..1dbbf2c 100644 --- a/autoversion.h +++ b/autoversion.h @@ -20,6 +20,6 @@ #ifndef VERSION_H_ #define VERSION_H_ -#define VERSIONDATE "20240506.162347" +#define VERSIONDATE "20240507.153601" #endif