Skip to content

Commit

Permalink
Edit release notes for the 3.5 stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
vikdevelop committed Nov 17, 2024
1 parent 0060c2e commit f22045c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
1 change: 1 addition & 0 deletions flatpak/io.github.vikdevelop.SaveDesktop.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
<description>
<ul>
<li>Added dialog for the initial setting up synchronization; if you have set up synchronization before, it doesn't show</li>
<li>Temporarily disabled support for synchronization in the Snap environment due to unreliability</li>
<li>Added more keyboard shortcuts</li>
<li>Added support for the Hyprland window manager, thanks to @pyclicker</li>
<li>Fixed bugs with installation Flatpak apps in the synchronization mode and also with setting the bidirectional sync</li>
Expand Down
21 changes: 19 additions & 2 deletions io.github.vikdevelop.SaveDesktop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,31 @@ finish-args:
- --filesystem=xdg-run/dconf
- --talk-name=ca.desrt.dconf
modules:
- name: dconf
- name: dconf-amd64
only-arches: ['x86_64']
buildsystem: simple
build-commands:
- cp -R * /app
sources:
- type: archive
url: https://github.com/vikdevelop/SaveDesktop/releases/download/2.9.5n/dconf_build.tar.xz
sha256: 164fc714f96ef4b348665fc3617f54cfa5acf12df5c039d7a9d21ba1d86a2f2d
- name: dconf-aarch64
only-arches: ['aarch64']
buildsystem: meson
config-opts:
- "-Dsystemduserunitdir=/app/lib/systemd/user/"
- "-Dbash_completion=false"
- "-Dman=false"
cleanup:
- "/include"
- "/lib/pkgconfig"
- "/libexec"
- "/share/dbus-1"
sources:
- type: archive
url: https://download.gnome.org/sources/dconf/0.40/dconf-0.40.0.tar.xz
sha256: cf7f22a4c9200421d8d3325c5c1b8b93a36843650c9f95d6451e20f0bcb24533
- name: savedesktop
buildsystem: simple
build-commands:
Expand All @@ -81,4 +98,4 @@ modules:
- cp -R translations /app/
sources:
- type: dir
path: .
path: .
1 change: 1 addition & 0 deletions src/localization.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
icon = "io.github.vikdevelop.SaveDesktop"
rel_notes = "<ul>\
<li>Added dialog for the initial setting up synchronization; if you have set up synchronization before, it doesn't show</li>\
<li>Temporarily disabled support for synchronization in the Snap environment due to unreliability</li>\
<li>Added more keyboard shortcuts</li>\
<li>Added support for the Hyprland window manager, thanks to @pyclicker</li>\
<li>Fixed bugs with installation Flatpak apps in the synchronization mode and also with setting the bidirectional sync</li>\
Expand Down

0 comments on commit f22045c

Please sign in to comment.