Skip to content

Commit

Permalink
release 2.0.1 prep
Browse files Browse the repository at this point in the history
  • Loading branch information
hezral committed Nov 5, 2021
1 parent 753b0f1 commit c721c4b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions data/com.github.hezral.inspektor.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<image>https://github.com/hezral/inspektor/blob/master/data/screenshot-02.png?raw=true</image>
</screenshot>
<screenshot>
<caption>Preview images, videos and audio files</caption>
<caption>Preview images, video thumbnail and animated gifs</caption>
<image>https://github.com/hezral/inspektor/blob/master/data/screenshot-03.png?raw=true</image>
</screenshot>
<screenshot>
Expand Down Expand Up @@ -77,21 +77,21 @@
</content_rating>

<releases>
<release version="1.0.5" date="2021-10-26">
<release version="2.0.1" date="2021-11-05">
<description>
<p>*New* Run/Trigger shortcut keys will show/hide Inspektor depending if its visible or not</p>
<p>*New* Hover on Inspektor total to see tooltip of total clip types</p>
<p>*Improved* Html clip types causing performance and resource issues</p>
<p>*Fixed* Search-as-you-type behaviour</p>
<p>*Fixed* App source icon error if app is not installed</p>
<p>First release as flatpak</p>
<p>Re-designed UI and complete rewrite</p>
<p>Preview images, video, audio files</p>
<p>Click on info text and copy to clipboard automatically</p>
<p>Inspeck files with file manager's Open With menu</p>
</description>
</release>
</releases>

<custom>
<value key="x-appcenter-color-primary">#7D30E8</value>
<value key="x-appcenter-color-primary-text">#FFFFFF</value>
<value key="x-appcenter-suggested-price">10.00</value>
<value key="x-appcenter-suggested-price">2.00</value>
<value key="x-appcenter-stripe">pk_live_51J03F1AXT8Az6AYFEiPc5mgpv7vUSWDnw135TmPT4tUbB2CJLwG19e3NxEuC7Zbz3VkXg7BygUQOTf7x6UDhSAn8005gq9ywZy</value>
</custom>

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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',
],
Expand Down

0 comments on commit c721c4b

Please sign in to comment.