From c721c4bf6b7206249c6215fafd7c38b6d67c3c15 Mon Sep 17 00:00:00 2001 From: Adi Hezral Date: Fri, 5 Nov 2021 08:00:31 +0800 Subject: [PATCH] release 2.0.1 prep --- data/com.github.hezral.inspektor.appdata.xml.in | 16 ++++++++-------- meson.build | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/data/com.github.hezral.inspektor.appdata.xml.in b/data/com.github.hezral.inspektor.appdata.xml.in index a8fb719..6e84067 100644 --- a/data/com.github.hezral.inspektor.appdata.xml.in +++ b/data/com.github.hezral.inspektor.appdata.xml.in @@ -33,7 +33,7 @@ https://github.com/hezral/inspektor/blob/master/data/screenshot-02.png?raw=true - Preview images, videos and audio files + Preview images, video thumbnail and animated gifs https://github.com/hezral/inspektor/blob/master/data/screenshot-03.png?raw=true @@ -77,13 +77,13 @@ - + -

*New* Run/Trigger shortcut keys will show/hide Inspektor depending if its visible or not

-

*New* Hover on Inspektor total to see tooltip of total clip types

-

*Improved* Html clip types causing performance and resource issues

-

*Fixed* Search-as-you-type behaviour

-

*Fixed* App source icon error if app is not installed

+

First release as flatpak

+

Re-designed UI and complete rewrite

+

Preview images, video, audio files

+

Click on info text and copy to clipboard automatically

+

Inspeck files with file manager's Open With menu

@@ -91,7 +91,7 @@ #7D30E8 #FFFFFF - 10.00 + 2.00 pk_live_51J03F1AXT8Az6AYFEiPc5mgpv7vUSWDnw135TmPT4tUbB2CJLwG19e3NxEuC7Zbz3VkXg7BygUQOTf7x6UDhSAn8005gq9ywZy diff --git a/meson.build b/meson.build index 0377b43..3913bb1 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('com.github.hezral.inspektor', - version: '2.0.0', + version: '2.0.1', meson_version: '>= 0.50.0', default_options: [ 'warning_level=2', ],