Skip to content

Commit f22045c

Browse files
committed
Edit release notes for the 3.5 stable version
1 parent 0060c2e commit f22045c

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

flatpak/io.github.vikdevelop.SaveDesktop.metainfo.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
<description>
101101
<ul>
102102
<li>Added dialog for the initial setting up synchronization; if you have set up synchronization before, it doesn't show</li>
103+
<li>Temporarily disabled support for synchronization in the Snap environment due to unreliability</li>
103104
<li>Added more keyboard shortcuts</li>
104105
<li>Added support for the Hyprland window manager, thanks to @pyclicker</li>
105106
<li>Fixed bugs with installation Flatpak apps in the synchronization mode and also with setting the bidirectional sync</li>

io.github.vikdevelop.SaveDesktop.yaml

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,31 @@ finish-args:
5454
- --filesystem=xdg-run/dconf
5555
- --talk-name=ca.desrt.dconf
5656
modules:
57-
- name: dconf
57+
- name: dconf-amd64
58+
only-arches: ['x86_64']
5859
buildsystem: simple
5960
build-commands:
6061
- cp -R * /app
6162
sources:
6263
- type: archive
6364
url: https://github.com/vikdevelop/SaveDesktop/releases/download/2.9.5n/dconf_build.tar.xz
6465
sha256: 164fc714f96ef4b348665fc3617f54cfa5acf12df5c039d7a9d21ba1d86a2f2d
66+
- name: dconf-aarch64
67+
only-arches: ['aarch64']
68+
buildsystem: meson
69+
config-opts:
70+
- "-Dsystemduserunitdir=/app/lib/systemd/user/"
71+
- "-Dbash_completion=false"
72+
- "-Dman=false"
73+
cleanup:
74+
- "/include"
75+
- "/lib/pkgconfig"
76+
- "/libexec"
77+
- "/share/dbus-1"
78+
sources:
79+
- type: archive
80+
url: https://download.gnome.org/sources/dconf/0.40/dconf-0.40.0.tar.xz
81+
sha256: cf7f22a4c9200421d8d3325c5c1b8b93a36843650c9f95d6451e20f0bcb24533
6582
- name: savedesktop
6683
buildsystem: simple
6784
build-commands:
@@ -81,4 +98,4 @@ modules:
8198
- cp -R translations /app/
8299
sources:
83100
- type: dir
84-
path: .
101+
path: .

src/localization.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
icon = "io.github.vikdevelop.SaveDesktop"
2020
rel_notes = "<ul>\
2121
<li>Added dialog for the initial setting up synchronization; if you have set up synchronization before, it doesn't show</li>\
22+
<li>Temporarily disabled support for synchronization in the Snap environment due to unreliability</li>\
2223
<li>Added more keyboard shortcuts</li>\
2324
<li>Added support for the Hyprland window manager, thanks to @pyclicker</li>\
2425
<li>Fixed bugs with installation Flatpak apps in the synchronization mode and also with setting the bidirectional sync</li>\

0 commit comments

Comments
 (0)