Skip to content

Commit

Permalink
main appdata screenshot (de facto fix #330)
Browse files Browse the repository at this point in the history
  • Loading branch information
maoschanz committed Apr 24, 2021
1 parent dc03123 commit 8e09fa2
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 12 deletions.
6 changes: 3 additions & 3 deletions data/com.github.maoschanz.drawing.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</description>

<releases>
<release version="0.8.0" date="2021-04-17">
<release version="0.8.0" date="2021-04-24">
<description>
<p>
With Drawing 0.8.0, you can finally use a tablet and a stylus to draw
Expand Down Expand Up @@ -86,7 +86,7 @@
<screenshots>
<screenshot type="default">
<image type="source">
https://raw.githubusercontent.com/maoschanz/drawing/master/docs/screenshots/0.6/gnome_menu.png
https://raw.githubusercontent.com/maoschanz/drawing/master/docs/screenshots/0.8/gnome_menu.png
</image>
<!-- Caption of a screenshot, for appstores -->
<caption>
Expand All @@ -95,7 +95,7 @@
</screenshot>
<screenshot>
<image type="source">
https://raw.githubusercontent.com/maoschanz/drawing/master/docs/screenshots/0.6/gnome_selection.png
https://raw.githubusercontent.com/maoschanz/drawing/master/docs/screenshots/0.8/gnome_selection.png
</image>
<!-- Caption of a screenshot, for appstores -->
<caption>
Expand Down
4 changes: 2 additions & 2 deletions docs/gallery.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ <h2>GNOME and Budgie</h2><!-- **************************************** -->
<div class="responsive-row">
<div class="col50">
<img alt="screenshot" class="zoomable-img-100"
src="screenshots/0.6/gnome_menu.png" />
<p>The primary menu opened (version 0.6.0)</p>
src="screenshots/0.8/gnome_menu.png" />
<p>The primary menu opened (version 0.8.0)</p>
</div>
<div class="col50">
<img alt="screenshot" class="zoomable-img-100"
Expand Down
37 changes: 31 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,16 @@ <h1>Drawing</h1>
<div class="col66">
<!-- Main screenshot -->
<p>
<img
alt="screenshot"
class="zoomable-img-100"
src="screenshots/0.6/gnome_menu.png" />
<img alt="screenshot" class="zoomable-img-100"
src="screenshots/0.8/gnome_menu.png" />
</p>
</div>
</div>

<!-- Smaller screenshots -->
<div class="responsive-row">
<div class="col33">
<img alt="screenshot" src="screenshots/0.6/gnome_selection.png" class="zoomable-img-100" />
<img alt="screenshot" src="screenshots/0.8/gnome_selection.png" class="zoomable-img-100" />
</div>
<div class="col33">
<img alt="screenshot" src="screenshots/0.6/gnome_new.png" class="zoomable-img-100" />
Expand Down Expand Up @@ -118,7 +116,7 @@ <h2><a id="installation"></a>Installation</h2><!-- ******************* -->
src="https://flathub.org/assets/badges/flathub-badge-en.png"
alt="Install it from Flathub"
title="Install it from Flathub" />
<p>(version 0.6.5)</p>
<p>(version 0.8.0)</p>
</a>
</p>
<p>Permissions required: ipc/x11/wayland</p>
Expand Down Expand Up @@ -172,6 +170,33 @@ <h2><a id="installation"></a>Installation</h2><!-- ******************* -->
<h2><a id="news"></a>What's new</h2><!-- ***************************** -->

<details open="open">
<summary>New features in version 0.8</summary>

<p>Drawing 0.8.0:</p>
<ul>
<li>new, richer, more readable bottom pane for the selection tool</li>
<li>add a "replace with" option to the eraser tool</li>
<li>use an adequate layout on LXDE or LXQt</li>
<li>force the release notes down users' throat</li>
<li>rewrite the help manual to better force it down users' throat</li>
<li>add color application mode support to the "shape" tool</li>
<li>persist the text background style and the shape filling style options</li>
<li>brush supporting pressure-sensitive input</li>
<li>hairy brush supporting pressure-sensitive input</li>
<li>airbrush supporting pressure-sensitive input</li>
<li>calligraphic nip supporting pressure-sensitive input</li>
<li>fix unexpected "jumps" when unselecting a selection that was defined by an undo</li>
<li>improve the fullscreen mode, with a way to toggle the tools list</li>
<li>add an "increase constrast" filter</li>
<li>deleting the selection can now leave something else than transparency</li>
<li>option to exclude the color left under the selection from the selection itself</li>
<li>rewrite the UI for changing the color application mode</li>
<li>remove the cool but deprecated GNOME Shell app menu</li>
<li>improve flatpak CI</li>
</ul>
</details>

<details>
<summary>New features in version 0.6</summary>

<p>Drawing 0.6.5:</p>
Expand Down
Binary file added docs/screenshots/0.8/gnome_menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified help/C/figures/screenshot_menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion help/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gnome.yelp(
'figures/screenshot_filters.png', # 0.6.?
'figures/screenshot_fullscreen.png', # 0.8.0
'figures/screenshot_hsl.png', # 0.8.0
'figures/screenshot_menu.png',
'figures/screenshot_menu.png', # 0.8.0
'figures/screenshot_prefs_images.png', # 0.8.0
'figures/screenshot_prefs_tools.png', # 0.8.0
'figures/screenshot_scale.png', # 0.8.0
Expand Down

0 comments on commit 8e09fa2

Please sign in to comment.