From 507acc7a808b4a1d44fffeedd3dfd067830f488d Mon Sep 17 00:00:00 2001 From: lsx <11313213@qq.com> Date: Sat, 8 Apr 2023 20:29:19 +0800 Subject: [PATCH] v0.3.0 --- README.md | 7 ++++--- main.c | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9f89b58..dc0697d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Generate a __QR-Code__ is the most simplest thing today. Reading `Clipboard` and make QR-Code by __hotkey__ is also not so difficult. People make wheels in __different frameworks__. Someone build it by `electron`, size __30.2 MB__, and I wrote one by `python`, size __14.1 MB__. -Wrote by `C` is difficult, but minimalist and fastest, I finished it with size of __16 KB__. +Wrote by `C` is difficult, but minimalist and fastest, I finished it with size of __18 KB__. It working on `Windows XP` and above, compatible with `32/64-bit` system. ## About @@ -11,13 +11,14 @@ It working on `Windows XP` and above, compatible with `32/64-bit` system. - __QQ:__ 11313213 - __Email:__ lsx7@sina.com - __GitHub:__ https://github.com/znsoooo/qr-desktop -- __License:__ GPL 2.0 License. Copyright (c) 2022 Lishixian (znsoooo). All Rights Reserved. +- __License:__ GPL 2.0 License. Copyright (c) 2022-2023 Lishixian (znsoooo). All Rights Reserved. ## Feature -- The program is written only by C and size with 16 KB. +- The program is written only by C and size with 18 KB. - Use Ctrl-Alt-Q to generate qr-code by copied text. - Long text separate into pages and use PgUp / PgDn to flip. - Double click the tray icon to switch shown the window. +- Copy ONE file less than 1MB and use hotkey can read text directly. - Use Ctrl-Alt-Shift-Q to quit. - Working on Windows XP and above. diff --git a/main.c b/main.c index 7aaefc9..e4235ac 100644 --- a/main.c +++ b/main.c @@ -11,7 +11,7 @@ char* fileencode2(char *path, char *data, int size); int filedecode(char *s); -#define QR_VERSION L"v0.2.2" +#define QR_VERSION L"v0.3.0" #define QR_TITLE L"QR Desktop" #define QR_ICON 1 #define QR_PAGE_SIZE 2000 // 1个汉字占3个字节