Skip to content

Commit a8a48fc

Browse files
committed
chore: bump app version
1 parent 7b03d26 commit a8a48fc

File tree

8 files changed

+41
-11
lines changed

8 files changed

+41
-11
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If applicable, add screenshots to help explain your problem.
2828

2929
**Desktop (please complete the following information):**
3030
- OS: [e.g. Fedora 39, Windows 11 23H2, ...]
31-
- App Version: [e.g. Rnote v0.10.2]
31+
- App Version: [e.g. Rnote v0.11.0]
3232
- Installation Source: [e.g. Flatpak, Archlinux Community Repo, ...]
3333
- Desktop Environment: [e.g. Gnome 45.2]
3434
- Display Server: [e.g. Wayland or X11]

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ homepage = "https://rnote.flxzt.net"
1414
license = "GPL-3.0-or-later"
1515
repository = "https://github.com/flxzt/rnote"
1616
rust-version = "1.74"
17-
version = "0.10.2"
17+
version = "0.11.0"
1818

1919
[workspace.dependencies]
20-
rnote-compose = { version = "0.10.2", path = "crates/rnote-compose" }
21-
rnote-engine = { version = "0.10.2", path = "crates/rnote-engine" }
20+
rnote-compose = { version = "0.11.0", path = "crates/rnote-compose" }
21+
rnote-engine = { version = "0.11.0", path = "crates/rnote-engine" }
2222

2323
adw = { version = "0.6.0", package = "libadwaita", features = ["v1_5"] }
2424
anyhow = "1.0"

crates/rnote-engine/src/fileformats/rnoteformat/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ struct RnotefileWrapper {
7575
pub type RnoteFile = RnoteFileMaj0Min9;
7676

7777
impl RnoteFile {
78-
pub const SEMVER: &'static str = "0.10.2";
78+
pub const SEMVER: &'static str = crate::utils::crate_version();
7979
}
8080

8181
impl FileFormatLoader for RnoteFile {

crates/rnote-engine/src/utils.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ use p2d::bounding_volume::Aabb;
55
use rnote_compose::Color;
66
use std::ops::Range;
77

8+
pub const fn crate_version() -> &'static str {
9+
env!("CARGO_PKG_VERSION")
10+
}
11+
812
pub fn color_from_xopp(xopp_color: xoppformat::XoppColor) -> Color {
913
Color {
1014
r: f64::from(xopp_color.red) / 255.0,

crates/rnote-ui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ rnote-compose = { workspace = true }
1414
rnote-engine = { workspace = true, features = ["ui"] }
1515

1616
adw = { workspace = true }
17-
approx = { workspace = true }
1817
anyhow = { workspace = true }
18+
approx = { workspace = true }
1919
async-fs = { workspace = true }
2020
base64 = { workspace = true }
2121
cairo-rs = { workspace = true }

crates/rnote-ui/data/app.metainfo.xml.in.in

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,32 @@
8787

8888
<!-- The changelog should not be translated -->
8989
<releases>
90+
<release version="0.11.0" date="2024-07-26">
91+
<description>
92+
<p>this release changes:</p>
93+
<ul>
94+
<li>feat: add disable option for pen shortcuts (thanks to @Doublonmousse)</li>
95+
<li>feat: add respect-borders option, improving size logic when pasting content (thanks to @Doublonmousse)</li>
96+
<li>feat: add improve-for-E-Paper option, showing current selected color as a string</li>
97+
<li>improv: migrate to libadwaita based dialogs (thanks to @zefr0x)</li>
98+
<li>improv: stroke modeler entirely rewritten in Rust! (thanks to @Doublonmousse)</li>
99+
<li>improv: zoom tool following the pointer (thanks to @JonathanGodar)</li>
100+
<li>improv: developers list in about window (thanks to @zefr0x)</li>
101+
<li>improv: native file dialogs on Windows, macOS (thanks to @Doublonmousse)</li>
102+
<li>improv: gzip (de)compression optimizations, reducing file save/load times (thanks to @anesthetice)</li>
103+
<li>improv: prevent accidental resizes/moves when interacting with buttons in the titlebar</li>
104+
<li>improv: inhibit app close while saves are in progress</li>
105+
<li>improv: ability to change text selection colors inside a single text box</li>
106+
<li>fix: pen state becoming incorrect on windows (thanks to @Doublonmousse)</li>
107+
<li>fix: file extension filters in dialogs (thanks to @Doublonmousse)</li>
108+
<li>fix: force the gtk renderer to gl for now, fixing recurring crashes for some users (thanks to @Doublonmousse)</li>
109+
<li>fix: two-finger long-press gesture causing crashes for some users</li>
110+
<li>fix: single element stroke not generating hitboxes</li>
111+
<li>fix: scrolls being captured by unit-entries in settings, causing accidental value changes</li>
112+
<li>fix: hover state for typewriter move/resize nodes</li>
113+
</ul>
114+
</description>
115+
</release>
90116
<release version="0.10.2" date="2024-04-06">
91117
<description>
92118
<p>this release changes:</p>

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', 'cpp'],
4-
version: '0.10.2',
4+
version: '0.11.0',
55
meson_version: '>= 1.0',
66
)
77
# add a patch suffix for alpha or beta versions in format '-<alpha|beta>.<x>'.

0 commit comments

Comments
 (0)