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
19 changes: 17 additions & 2 deletions data/atlas.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
<screenshots>
<screenshot type="default" environment="pantheon">
<caption>See locations on a map</caption>
<image>https://raw.githubusercontent.com/ryonakano/atlas/3.1.0/data/screenshots/screenshot-light.png</image>
<image>https://raw.githubusercontent.com/ryonakano/atlas/3.1.1/data/screenshots/screenshot-light.png</image>
</screenshot>
<screenshot environment="pantheon:dark">
<caption>See locations on a map</caption>
<image>https://raw.githubusercontent.com/ryonakano/atlas/3.1.0/data/screenshots/screenshot-dark.png</image>
<image>https://raw.githubusercontent.com/ryonakano/atlas/3.1.1/data/screenshots/screenshot-dark.png</image>
</screenshot>
</screenshots>

Expand Down Expand Up @@ -59,6 +59,21 @@
</developer>

<releases>
<release version="3.1.1" date="2025-07-12" urgency="medium">
<description translate="no">
<ul>
<li>Add shadow under the headerbar</li>
<li>Animate current location using CSS</li>
<li>Use propagate natural height and max content height for the search popover instead of hardcoding its height (thanks to @danirabbit)</li>
<li>Optimize for Pantheon and drop support for GNOME</li>
<li>Add a workaround for the startup crash with Gtk >= 4.17</li>
<li>Flatpak: Update protobuf-c to 1.5.2</li>
<li>Flatpak: Update elementary Platform to 8.2</li>
<li>Update translations</li>
</ul>
</description>
</release>

<release version="3.1.0" date="2025-04-12" urgency="medium">
<description translate="no">
<ul>
Expand Down
Binary file modified data/screenshots/screenshot-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/screenshots/screenshot-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'com.github.ryonakano.atlas',
'vala', 'c',
version: '3.1.0',
version: '3.1.1',
# Version limitation for gnome.post_install()
meson_version: '>= 0.57.0'
)
Expand Down