Skip to content

Commit

Permalink
adding itstool to debian/control (it doesn't work lol??)
Browse files Browse the repository at this point in the history
  • Loading branch information
maoschanz committed Mar 26, 2022
1 parent 0fe55bf commit 2b477b1
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 8 deletions.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Source: drawing
Section: graphics
Priority: optional
Maintainer: Romain F. T. <[email protected]>
Build-Depends: meson (>=0.50), appstream-util (>=0.7.14), libglib2.0-dev-bin (>=2.58.3), python3-cairo, python3-gi (>=3.30.0)
Build-Depends: meson (>=0.50), appstream-util (>=0.7.14), libglib2.0-dev-bin (>=2.58.3), itstool, python3-cairo, python3-gi (>=3.30.0)
Standards-Version: 4.4.0
Homepage: https://maoschanz.github.io/drawing/

Expand Down
41 changes: 35 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ <h2><a id="installation"></a>Installation</h2><!-- ******************* -->
class="limited-image"
alt="Install it from Flathub"
title="Install it from Flathub" />
<p>(version <span itemprop="softwareVersion">0.8.5</span>)</p>
<p>(version <span itemprop="softwareVersion">1.0.0</span>)</p>
</a>
</p>
<p>
Expand Down Expand Up @@ -160,7 +160,7 @@ <h2><a id="installation"></a>Installation</h2><!-- ******************* -->
<!-- <a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ" -->
<a href="https://snapcraft.io/drawing"
title="is the code even packaged from a tag?">
Snap package (0.6.3? unstable?)
Snap package (unknown version?)
</a>
</li>
</ul>
Expand All @@ -178,15 +178,44 @@ <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.5</summary>
<summary>New features in version 1.0.0</summary>
<ul itemprop="releaseNotes">
<li>text tool option for a thicker outline</li>
<li>visual feedback when the user moves the minimap preview</li>
<li>enable tools with "alt+letter" mnemonics</li>
<li>larger sidebar items, where the selected tool is easier to see</li>
<li>new "skew" tool</li>
<li>enable or disable specific tools options with the [shift] or [alt] keyboard modifiers</li>
<li>show more numerous, more dynamic, more contextual help tips as the window's subtitle</li>
<li>display cursor coordinates and other related data when pressing the [ctrl] keyboard modifier</li>
<li>dynamically change the label of the "options" submenu in the menu-bar, to increase its discoverability</li>
<li>scale tool option to set the size in percentage</li>
<li>suggest to "apply & save" when trying to save while an operation is unapplied</li>
<li>highlighter option to straighten the line, so it better follows the underlying text</li>
<li>improvements to the "points" tool's numbers readability</li>
<li>suggest to "apply & deselect" when trying to save while the selection is active</li>
<li>more precise tools for tiny modifications required by pixel-art</li>
<li>display pixels sharply when zooming deeper than 400%</li>
<li>hide information messages after 4 seconds if they're not that useful</li>
<li>disable the 'reload image from the disk' action if the image has never been saved</li>
<li>new 'reset the canvas' action (ctrl+backspace)</li>
<li>warn the user if they're opening an already opened image</li>
<li>suggest to reload the picture if it has changed on the disk</li>
<li>artificially limited framerate to avoid overloading the CPU</li>
<li>menu item and action to change the theme variant preference</li>
<li>toggle the menubar with ctrl+f2</li>
<li>update the user help manual</li>
<li>shorter appdata summary, to comply with guidelines</li>
<li>update several translations</li>
</ul>
</details>

<details>
<summary>New features in versions 0.8.0 to 0.8.4</summary>
<summary>New features in versions 0.8.0 to 0.8.5</summary>

<p>Drawing 0.8.5:</p>
<ul>
<li>text tool option for a thicker outline</li>
<li>visual feedback when the user moves the minimap preview</li>
</ul>

<p>Drawing 0.8.4:</p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion utils-bash/deb_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

DISTRO="unstable" # this script is for local use, distros manage this themselves
PACKAGE_NAME="drawing" # XXX ask it as an input maybe?
VERSION="0.9.0"
VERSION="1.0.0"

function separator () {
echo ""
Expand Down

0 comments on commit 2b477b1

Please sign in to comment.