Skip to content

Commit ecfbb50

Browse files
committed
Bump version to 0.3.1
1 parent 4adf2aa commit ecfbb50

5 files changed

Lines changed: 14 additions & 4 deletions

File tree

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 = "loci"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55

66
[dependencies]

data/io.github.nico359.loci.metainfo.xml.in

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,16 @@
5353

5454

5555
<releases>
56+
<release version="0.3.1" date="2026-06-17">
57+
<description translate="no">
58+
<p>Fixes for offline mode</p>
59+
<ul>
60+
<li>OSM Scout Server connection is kept alive via DBus now (would previously stop responding after a few minutes)</li>
61+
<li>Maneuver icons and Valhalla text instructions are correct for offline mode now</li>
62+
<li>Slight tweaks to the placement and design of the icons</li>
63+
</ul>
64+
</description>
65+
</release>
5666
<release version="0.3.0" date="2026-06-08">
5767
<description translate="no">
5868
<p>Offline mode and map design</p>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('loci', 'rust',
2-
version: '0.3.0',
2+
version: '0.3.1',
33
meson_version: '>= 1.0.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pub static VERSION: &str = "0.3.0";
1+
pub static VERSION: &str = "0.3.1";
22
pub static GETTEXT_PACKAGE: &str = "loci";
33
pub static LOCALEDIR: &str = "/app/share/locale";
44
pub static PKGDATADIR: &str = "/app/share/loci";

0 commit comments

Comments
 (0)