Skip to content

Commit

Permalink
enable the highlighter by default (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
maoschanz committed Mar 27, 2022
1 parent cd687e9 commit 1df8081
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions data/com.github.maoschanz.drawing.gschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
<key type="b" name="ctrl-zoom">
<default>true</default>
<summary>Use ctrl to zoom.</summary>
<description>User can zoom with scrolling or ctrl+scrolling.</description>
<description>The user can zoom by scrolling or ctrl+scrolling.</description>
</key>
<key type="as" name="disabled-tools">
<default>['brush', 'highlight', 'color_select', 'points', 'picker', 'paint']</default>
<default>['brush', 'color_select', 'points', 'picker', 'paint']</default>
<summary>Optional tools to disable</summary>
<description>A list of optional tools' id to disable.</description>
</key>
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
drawing (1.0.1) unstable; urgency=low

* enable the highlighter by default (#458)
* update several translations

-- Romain F. T. <rrroschan@gmail.com> Sat, 02 Apr 2022 13:12:00 +0100

drawing (1.0.0) unstable; urgency=low

* enable tools with "alt+letter" mnemonics (#300)
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ <h2><a id="installation"></a>Installation</h2><!-- ******************* -->
<ul>
<li>
<a href="https://launchpad.net/~cartes/+archive/ubuntu/drawing/">
<b>PPA repository (version 0.8.5)</b>
<b>PPA repository (version 1.0.0)</b>
</a>
</li>
<li>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

project(
'drawing',
version: '1.0.0',
version: '1.0.1-dev',
meson_version: '>= 0.50',
)
app_uuid = 'com.github.maoschanz.drawing'
Expand Down

0 comments on commit 1df8081

Please sign in to comment.