Skip to content

Commit b591387

Browse files
committed
v0.3.3
1 parent 1b03264 commit b591387

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rnote"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'rnote',
33
'rust',
4-
version: '0.3.2',
4+
version: '0.3.3',
55
meson_version: '>= 0.56',
66
)
77
i18n = import('i18n')

resources/app.metainfo.xml.in.in

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,14 @@
6363

6464
<!-- /// Translators: Don't translate the changelog -->
6565
<releases>
66+
<release version="0.3.3" date="2022-02-05">
67+
<description>
68+
<p>this release changes:</p>
69+
<ul>
70+
<li>UX: Adaptive pen selection buttons (support smaller screens)</li>
71+
</ul>
72+
</description>
73+
</release>
6674
<release version="0.3.2" date="2022-02-02">
6775
<description>
6876
<p>this release changes:</p>

resources/ui/penssidebar/brushpage.ui

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@
8282
<child>
8383
<object class="AdwActionRow" id="brushstyle_textured_row">
8484
<property name="title" translatable="yes">Textured</property>
85-
<property name="visible">true</property>
8685
<child type="prefix">
8786
<object class="GtkImage">
8887
<property name="icon-name">pen-brush-style-textured-symbolic</property>

0 commit comments

Comments
 (0)