Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('reflection', 'rust',
version: '0.3',
version: '0.4',
meson_version: '>= 1.0.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)
Expand Down
2 changes: 1 addition & 1 deletion reflection-app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "reflection"
version = "0.3.0"
version = "0.4.0"
edition = "2024"
authors = [
"adz <x12@adz.garden>",
Expand Down
10 changes: 10 additions & 0 deletions reflection-app/data/cx.modal.Reflection.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,16 @@
</recommends>

<releases>
<release version="0.4" date="2026-07-09">
<description translate="no">
<p>Switch to the new high level p2panda API. This makes connections much more stable, but unfortunately also comes with some issues to be aware of:</p>
<ul>
<li>Old pads will no longer work because of an internal data format change. We do keep them around, so in case you want to get data back after updating you can downgrade the app.</li>
<li>We also temporarily disabled the offline toggle, since the high level API does not support this yet.</li>
</ul>
</description>
</release>

<release version="0.3" date="2026-04-16">
<description translate="no">
<p>Third preview release.</p>
Expand Down
2 changes: 1 addition & 1 deletion reflection-doc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "reflection-doc"
version = "0.3.0"
version = "0.4.0"
edition = "2024"
authors = [
"adz <x12@adz.garden>",
Expand Down
2 changes: 1 addition & 1 deletion reflection-node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "reflection-node"
version = "0.3.0"
version = "0.4.0"
edition = "2024"
authors = [
"adz <x12@adz.garden>",
Expand Down
Loading