Skip to content
Commits on Source (45)
40.2 - July 10, 2021
====================
41.beta - August 14, 2021
=========================
Manuel Wassermann:
* gducreateformatdialog: Use LUKS2 for new encrypted partitions
* volume-menu/gduwindow: Add button and dialog to take filesystem ownership
* ui: Change the icon of the detach loop device button
* shortcuts: Add keyboard shortcut for the application menu
* gduwindow: Make menus toggleable
* ui: Change the icon of the job cancel button
* ui: Align job section
* ui: Enable ellipsis on the job remaining label
* gdubenchmarkdialog: Save benchmark settings
* Flatpak build fixes
Kai Lüke:
* Flatpak build fixes
Updated translations:
* Alexey Rubtsov (ru), Boyuan Yang (zh_CN), Daniel Mustieles (es),
Emin Tufan Çetin (tr), Enrico Nicoletto (pt_BR), Fabio Tomat (fur),
Hugo Carvalho (pt), Jordi Mas (ca), Kukuh Syafaat (id), Marek Černocký (cs),
Matej Urbančič (sl), Quentin PAGÈS (oc), Rafael Fontenelle (pt_BR),
Yaron Shahrabani (he), Yuri Chornoivan (uk)
41.alpha - July 11, 2021
========================
Manuel Wassermann:
* gdusdmonitor: Fix notification icon
* UI: Highlight destructive actions
Kai Lüke:
* Escape hyperlink text in mount point label
Updated translations:
* Alexey Rubtsov (ru)
40.1 - May 1, 2021
==================
......
This list is old and not updated, first take a look at
https://bugzilla.gnome.org/buglist.cgi?quicksearch=product:gnome-disk-utility
https://gitlab.gnome.org/GNOME/gnome-disk-utility/-/issues/
and https://wiki.gnome.org/Apps/Disks
- For optical drives, replace "Create Disk Image…" with "Burn Image to Disc…"
......
......@@ -7,4 +7,22 @@
<description>Default location for the Create/Restore disk image dialogs. If blank the ~/Documents folder is used.</description>
</key>
</schema>
<schema id="org.gnome.Disks.benchmark" path="/org/gnome/Disks/benchmark/" gettext-domain="gnome-disk-utility">
<key name="num-samples" type="i">
<default>100</default>
<summary>The number of samples the benchmark will include for the read/write test.</summary>
</key>
<key name="sample-size-mib" type="i">
<default>10</default>
<summary>The number of MiB (1048576 bytes) to read/write for each sample.</summary>
</key>
<key name="do-write" type="b">
<default>true</default>
<summary>To enable or disable the write test.</summary>
</key>
<key name="num-access-samples" type="i">
<default>1000</default>
<summary>The number of samples the benchmark will do for the access time test.</summary>
</key>
</schema>
</schemalist>
......@@ -59,7 +59,7 @@
<para>
Please send bug reports to either the distribution bug tracker
or the upstream bug tracker at
<ulink url="https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-disk-utility"/>.
<ulink url="https://gitlab.gnome.org/GNOME/gnome-disk-utility/-/issues/"/>.
</para>
</refsect1>
......
......@@ -107,7 +107,7 @@
<para>
Please send bug reports to either the distribution bug tracker
or the upstream bug tracker at
<ulink url="https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-disk-utility"/>.
<ulink url="https://gitlab.gnome.org/GNOME/gnome-disk-utility/-/issues/"/>.
</para>
</refsect1>
......
......@@ -167,6 +167,15 @@
}
]
},
{
"name" : "popt",
"sources" : [
{
"type" : "git",
"url" : "https://github.com/rpm-software-management/popt.git"
}
]
},
{
"name" : "cryptsetup",
"buildsystem" : "autotools",
......@@ -193,6 +202,16 @@
}
]
},
{
"name" : "yaml",
"sources" : [
{
"type" : "archive",
"url" : "https://github.com/yaml/libyaml/releases/download/0.2.5/yaml-0.2.5.tar.gz",
"sha256" : "c642ae9b75fee120b2d96c712538bd2cf283228d2337df2cf2988e3c02678ef4"
}
]
},
{
"name" : "blockdev",
"config-opts" : [
......@@ -212,7 +231,8 @@
"sources" : [
{
"type" : "git",
"url" : "https://github.com/storaged-project/libblockdev.git"
"url" : "https://github.com/storaged-project/libblockdev.git",
"branch": "2.x-branch"
}
]
},
......
project(
'gnome-disk-utility', 'c',
version: '40.2',
version: '41.beta',
license: 'GPL2.0',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.50.0',
......
......@@ -61,6 +61,7 @@ src/disks/ui/resize-dialog.ui
src/disks/ui/restore-disk-image-dialog.ui
src/disks/ui/shortcuts.ui
src/disks/ui/smart-dialog.ui
src/disks/ui/take-ownership-dialog.ui
src/disks/ui/unlock-device-dialog.ui
src/disks/ui/volume-menu.ui
src/libgdu/gduutils.c
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.