From d6c3fd02cab8d0bb9a9163dadb345cbf9fce9dbb Mon Sep 17 00:00:00 2001 From: Tharindu N <40334396+truethari@users.noreply.github.com> Date: Mon, 19 Apr 2021 19:40:58 +0530 Subject: [PATCH] version 3.0.1 --- README.md | 17 ++++++++++------- thumb_gen/version.py | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6fa0ea8..09ab408 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ -------- This is a Python application that can be used to generate video thumbnail for mp4 and mkv file types. -[![Imgur](https://i.imgur.com/cGoGlHF.png)](https://imgur.com/cGoGlHF) +[![Imgur](https://i.imgur.com/qRHQRK7.png)](https://imgur.com/a/xpkkyqH) ## Installation @@ -48,7 +48,7 @@ By program default: IMAGES = 12 IMAGE_QUALITY = 80 FONT = -FONT_SIZE = 30 +FONT_SIZE = 20 CUSTOM_TEXT = BG_COLOUR = white FONT_COLOUR = black @@ -59,11 +59,14 @@ FONT_COLOUR = black ### Usage options ``` text --h, --help show this help message and exit - --c, --config Configurations - --v, --version show program's version number and exit +Usage: thumb-gen file file +usage: thumb-gen dir dir + +Options: + -h, --help show this help message and exit + -c, --config configurations (images, image quality, font, font size, + custom text, bg color, font color) + -v, --version show thumb-gen version and exit ``` ### Console diff --git a/thumb_gen/version.py b/thumb_gen/version.py index 377e0c0..7f40888 100644 --- a/thumb_gen/version.py +++ b/thumb_gen/version.py @@ -1,2 +1,2 @@ -__version__ = "2.1.1" +__version__ = "3.0.1" config_version = "2021.04.03" \ No newline at end of file