Skip to content

Commit a88aeeb

Browse files
authored
Release 3.3
... from rel33 branch
2 parents a1d85ea + a5d1105 commit a88aeeb

35 files changed

+550
-336
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
88
attributes:
99
label: Linux distribution
1010
description: "Write the name and version of Linux distribution"
11-
placeholder: "e.g. Fedora 37, Ubuntu 22.04"
11+
placeholder: "e.g. Fedora 40, Ubuntu 24.04"
1212
validations:
1313
required: true
1414
- type: dropdown
@@ -26,7 +26,8 @@ body:
2626
- MATE
2727
- Pantheon (elementaryOS)
2828
- Budgie
29-
- COSMIC (Pop!_OS)
29+
- COSMIC
30+
- Deepin
3031
validations:
3132
required: true
3233
- type: input

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ NOTE: It can happen that a backup file will not be created, in that case, just a
5555
- ~/.local/share/backgrounds
5656
- ~/.themes
5757
- ~/.icons
58-
- ~/.local/share/icons
58+
- ~/.local/share/icons
59+
- ~/.local/share/fonts
5960
- ~/.fonts
6061
- ~/.config/gtk-4.0
6162
- ~/.config/gtk-3.0
@@ -87,11 +88,16 @@ NOTE: It can happen that a backup file will not be created, in that case, just a
8788
- ~/.config/bugie-extras
8889
- ~/.config/nemo
8990
```
90-
- **Cosmic**
91+
- **Cosmic (Old)**
9192
```
9293
- ~/.config/pop-shell
9394
- ~/.local/share/gnome-shell
9495
```
96+
- **Cosmic (New)**
97+
```
98+
- ~/.config/cosmic
99+
- ~/.local/state/cosmic
100+
```
95101
- **Xfce**
96102
```
97103
- ~/.config/xfce4
@@ -122,7 +128,11 @@ NOTE: It can happen that a backup file will not be created, in that case, just a
122128
- ~/.local/share/kscreen
123129
- ~/.local/share/color-schemes
124130
```
125-
131+
- Deepin
132+
```
133+
- ~/.config/deepin
134+
- ~/.local/share/deepin
135+
```
126136

127137
</details>
128138

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,9 @@
9090
<default>[]</default>
9191
<summary>Select, what Flatpak applications data will be saved</summary>
9292
</key>
93+
<key name="enable-encryption" type="b">
94+
<default>false</default>
95+
<summary>Enable/Disable encryption of the configuration archives</summary>
96+
</key>
9397
</schema>
9498
</schemalist>

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

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<summary xml:lang="it_IT">Salva la configurazione del tuo desktop</summary>
1212
<summary xml:lang="nl_NL">Sla de huidige voorkeuren van uw werkomgeving op</summary>
1313
<summary xml:lang="ar_SA">احفظ التخصيصات الحالية لبيئة سطح المكتب الخاص بك</summary>
14-
<summary xml:lang="ru_RU">Сохранить текущую конфигурацию окружения рабочего стола</summary>
14+
<summary xml:lang="ru_RU">Сохраните конфигурацию вашего окружения рабочего стола</summary>
1515
<summary xml:lang="id_ID">Simpan konfigurasi lingkungan desktop Anda saat ini</summary>
1616
<summary xml:lang="nb_NO">Lagre nåværende oppsett av skrivebordsmiljøet ditt</summary>
1717
<summary xml:lang="uk_UA">Збережіть конфігурацію вашої стільниці</summary>
@@ -55,12 +55,15 @@
5555

5656
<screenshots>
5757
<screenshot type="default">
58+
<caption>Page for saving configuration</caption>
5859
<image>https://raw.githubusercontent.com/vikdevelop/SaveDesktop/main/flatpak/screenshots/main_window.png</image>
5960
</screenshot>
6061
<screenshot>
62+
<caption>Page for importing configuration</caption>
6163
<image>https://raw.githubusercontent.com/vikdevelop/SaveDesktop/main/flatpak/screenshots/import_page.png</image>
6264
</screenshot>
6365
<screenshot>
66+
<caption>Page for config synchronization</caption>
6467
<image>https://raw.githubusercontent.com/vikdevelop/SaveDesktop/main/flatpak/screenshots/sync_page.png</image>
6568
</screenshot>
6669
</screenshots>
@@ -77,6 +80,17 @@
7780
</branding>
7881

7982
<releases>
83+
<release version="3.3" date="2024-06-27">
84+
<description>
85+
<ul>
86+
<li>Added option to set archive protection with password (more information is available on the Github wiki)</li>
87+
<li>Added option to save configuration from command-line interface (more information is also available on the Github wiki)</li>
88+
<li>Added support for Deepin DE</li>
89+
<li>Added support for saving Kvantum Manager and Latte dock configurations</li>
90+
<li>Updated translations</li>
91+
</ul>
92+
</description>
93+
</release>
8094
<release version="3.2" date="2024-03-24">
8195
<description>
8296
<ul>
6.33 KB
Loading
6.07 KB
Loading
-236 Bytes
Loading
-127 Bytes
Loading

flatpak/screenshots/sync_page.png

5.01 KB
Loading
4.86 KB
Loading

0 commit comments

Comments
 (0)