1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014-2024 Uwe Scholz <u.scholz83@gmx.de> -->
<component type="desktop">
<id>org.gnome.gnome-commander</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<name>GNOME Commander</name>
<summary>Two-pane file manager</summary>
<description>
<p>
GNOME Commander is a “two-pane” graphical file manager for the GNOME
desktop environment. It features separate tabs for each pane,
setting up custom device buttons, bookmark manager, fully integrated
commandline, file quick search, an internal image viewer, a powerful
batch renaming tool, and FTP and Samba access.
</p>
<p>
GNOME Commander aims to advanced users who like to focus on precise
file management, working in parallel through special applications,
and running smart commands.
</p>
</description>
<kudos>
<kudo>UserDocs</kudo>
</kudos>
<keywords>
<keyword>file manager</keyword>
<keyword>file system</keyword>
<keyword>SSH</keyword>
<keyword>FTP</keyword>
<keyword>WebDAV</keyword>
</keywords>
<screenshots>
<screenshot type="default" width="1280" height="720">
<image>https://gcmd.github.io/ss/MainWin-Classic.png</image>
</screenshot>
<screenshot width="950" height="540">
<image>https://gcmd.github.io/ss/adv_ren.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://gcmd.github.io/index.html</url>
<url type="bugtracker">https://gitlab.gnome.org/GNOME/gnome-commander/issues</url>
<url type="donation">https://gcmd.github.io/#donations</url>
<url type="contribute">https://gcmd.github.io/dev.html#contr</url>
<url type="help">https://gcmd.github.io/doc.html</url>
<url type="translate">https://gcmd.github.io/dev.html#trnsl</url>
<url type="vcs-browser">https://gitlab.gnome.org/GNOME/gnome-commander</url>
<update_contact>gcmd-devel_AT_nongnu.org</update_contact>
<project_group>GNOME</project_group>
<!-- developer_name tag deprecated with Appstream 1.0 -->
<developer_name>The GNOME Project</developer_name>
<developer id="gnome.org">
<name>The GNOME Project</name>
</developer>
<translation type="gettext">gnome-commander</translation>
<content_rating type="oars-1.0" />
<launchable type="desktop-id">org.gnome.gnome-commander.desktop</launchable>
<provides>
<binary>gnome-commander</binary>
<id>gnome-commander.desktop</id>
</provides>
<suggests type="upstream">
<id>org.gnome.meld.desktop</id>
<id>yelp.desktop</id>
</suggests>
<releases>
<release type="stable" version="1.18.2" date="2025-02-10">
<description>
<p>This release fixes the following bugs:</p>
<ul>
<li>Issue #152: Segfault when using %D as a format qualifier in the date string</li>
<li>Issue #153: Segfault when unmounting a file system externally while visiting it at the same time</li>
<li>Fix storing the column widths in the file panes (Andrey Kutejko)</li>
<li>Issue #161: Fix for crash related to plugins (Andrey Kutejko)</li>
</ul>
<p>New or updated translations: eu (Asier Sarasua Garmendia), hu (Balázs Úr), id (Andika Triwidada), pt (Hugo Carvalho), pt_BR (Juliano de Souza Camargo), ru (Sergej A.), sl (Martin), sv (Anders Jonsson), uk (Yuri Chornoivan)</p>
<p>New or updated docs: ru (Sergej A.), sv (Anders Jonsson)</p>
</description>
</release>
<release type="stable" version="1.18.1" date="2024-07-30">
<description>
<p>This release fixes the following bugs:</p>
<ul>
<li>Issue #151: Segfault at startup when none of the stored tabs points to a valid directory</li>
</ul>
<p>New or updated translations: ru (Sergej A.)</p>
<p>New or updated docs: sv (Anders Jonsson)</p>
</description>
</release>
<release type="stable" version="1.18.0" date="2024-07-21">
<description>
<p>This release includes the following features and changes regarding the migration from Gtk2 to Gtk3 (huge thanks go to Andrey Kutejko!):</p>
<ul>
<li>Replace GtkCList with GtkTreeView</li>
<li>Get rid of libunique</li>
<li>Replace GtkTable with GtkGrid</li>
<li>Remove GtkAlignment</li>
<li>Rework plugin API</li>
<li>Use GIcon instead of GdkPixbuf</li>
<li>Reworked the Gtk menus and popup menus</li>
<li>No usage of stock icons anymore</li>
<li>Update of the internal viewer codebase</li>
<li>Aleady started preparation to Gtk4 migration</li>
<li>Stability improvements; Remove unused code</li>
<li>And much more...</li>
</ul>
<p>Other changes in this release:</p>
<ul>
<li>Shortcut for opening the file pane splitter: Ctrl+s</li>
<li>File-Roller plugin: Forbid free-form editing of an archive extension</li>
</ul>
<p>This release fixes the following bugs:</p>
<ul>
<li>Fix for double g_error_free call (Mamoru Tasaka)</li>
</ul>
<p>New or updated translations: ca (Jordi Mas), cs (Daniel Rusek), da (Alan Mortensen), de (Jürgen Benvenuti), es (Daniel Mustieles), eu (Asier Sarasua Garmendia), hu (Balázs Úr), id (Andika Triwidada), ka (Ekaterine Papava), kk (Baurzhan Muftakhidinov), pl (Piotr Drąg), pt (Hugo Carvalho), pt_BR (Enrico Nicoletto), ro (Florentina Mușat), ru (Sergej A.), sl (Martin), sr (Мирослав Николић), sv (Anders Jonsson), tr (Sabri Ünal), uk (Yuri Chornoivan)</p>
<p>New or updated docs: sv (Anders Jonsson), ru (Sergej A.)</p>
</description>
</release>
<release type="stable" version="1.16.2" date="2024-05-16">
<description>
<p>This release fixes the following bugs:</p>
<ul>
<li>Fix double g_error_free call in remote_close_callback (Mamoru Tasaka)</li>
<li>Fix build with taglib 2.0 (Dominique Leuenberger)</li>
<li>Set project gnu++11 c++ language version explicitely (Andrei Shamshur)</li>
</ul>
<p>New or updated translations: cs (Daniel Rusek), sl (Martin Srebotnjak), tr (Sabri Ünal)</p>
<p>New or updated docs: ru (Sergej A), sv (Anders Jonsson)</p>
</description>
</release>
<release type="stable" version="1.16.1" date="2024-01-14">
<description>
<p>This release fixes the following bugs:</p>
<ul>
<li>Fix problem when using the default external viewer and opening a file from remote</li>
<li>When choosing 'Other Application' to open a file, don't close the dialog if the given command is not found</li>
<li>Issue #130: Do not install not needed header files</li>
</ul>
<p>New or updated translations: ...</p>
<p>New or updated docs: ...</p>
</description>
</release>
<release type="stable" version="1.16.0" date="2023-01-22">
<description>
<p>This release includes the following features and changes:</p>
<ul>
<li>New menu entry for (un)selecting only files (Thanks to Dennis Gert Rebentrost)</li>
<li>Restored internal search after it was removed in version 1.14.0 (Thanks to Roman Pauer)</li>
<li>Migrated build system from GNU autotools to Meson (see issue #117)</li>
</ul>
<p>This release fixes the following bugs:</p>
<ul>
<li>Fix for showing wrong progress percentage when transfering files</li>
<li>Get rid of several deprecated Gtk2 widgets (Thanks to Roman Pauer)</li>
<li>Fixes for copy/move; Fixes for canceling copy/move operations (Thanks to Roman Pauer)</li>
<li>Fixes for delete operation; Allow cancelling deletion of files; Fix for progress dialog (Thanks to Roman Pauer)</li>
<li>Fix for creating directory with enabled Samba support (Thanks to Roman Pauer)</li>
<li>Fix for disabling all plugins (Thanks to Roman Pauer)</li>
<li>Fix for some errors on console (Thanks to Roman Pauer)</li>
<li>Fix for changing the color scheme (Thanks to Roman Pauer)</li>
<li>Disable beeping when reaching the end of the file list</li>
<li>Various minor code improvements</li>
</ul>
<p>New or updated translations: cs (Marek Černocký), da (Alan Mortensen), de (Jürgen Benvenuti), es (Daniel Mustieles), eu (Asier Sarasua Garmendia), hu (Balázs Úr), id (Andika Triwidada), id (Kukuh Syafaat), ka (Zurab Kargareteli), nl (Hannie Dumoleyn), nl (Nathan Follens), pl (Piotr Drąg), pt (Hugo Carvalho), pt_BR (Rafael Fontenelle), ro (Daniel Șerbănescu), ru (Sergej A), sl (Matej Urbančič), sr (Мирослав Николић), sv (Anders Jonsson), tr (Sabri Ünal), uk (Yuri Chornoivan)</p>
<p>New or updated docs: cs (Marek Černocký), ru (Олеся Герасименко), sv (Anders Jonsson)</p>
</description>
</release>
<release type="stable" version="1.14.3" date="2022-06-18">
<description>
<p>This release fixes the following bugs:</p>
<ul>
<li>Fix for crash after doing a file rename</li>
<li>Fix leading to not mounting user-defined devices</li>
<li>Some memory improvements when walking through directories</li>
<li>Issue #124: Unable to switch to USB flash disk with glib 2.72</li>
</ul>
<p>New or updated translations: cs (Marek Černocký), eu (Asier Sarasua Garmendia), id (Kukuh Syafaat), pl (Piotr Drąg), pt_B (Rafael FontenelleR), sv (Anders Jonsson), uk (Yuri Chornoivan)</p>
<p>New or updated docs: cs (Marek Černocký), sv (Anders Jonsson)</p>
</description>
</release>
<release type="stable" version="1.14.2" date="2022-03-27">
<description>
<p>This release fixes the following bugs:</p>
<ul>
<li>Issue #121: File sorting by size fails</li>
<li>Fix issue when recursively copying directories</li>
<li>Fix issue when moving directory from a remote connection</li>
</ul>
<p>New or updated translations: cs (Marek Černocký), es (Daniel Mustieles), hu (Balázs Úr), id (Andika Triwidada)</p>
<p>New or updated docs: sv (Anders Jonsson)</p>
</description>
</release>
<release type="stable" version="1.14.1" date="2022-03-01">
<description>
<p>This release fixes the following bugs:</p>
<ul>
<li>Issue #30: Store URI for tab instead of storing absolute path</li>
<li>Issue #119: New Text File not created in current directory</li>
<li>Issue #120: File list panel shows GMT time not local time</li>
</ul>
<p>New or updated translations: eu (Asier Sarasua Garmendia), ro (Daniel Șerbănescu), sr (Мирослав Николић)</p>
<p>New or updated docs: sv (Anders Jonsson)</p>
</description>
</release>
<release type="stable" version="1.14.0" date="2022-02-05">
<description>
<p>
This release includes the following features:
</p>
<ul>
<li>Selectable default action when drag-n-drop files with the mouse</li>
<li>Optional usage of the trash can instead of permanent file deletion (see issue #2)</li>
<li>Removed internal file search dialog, instead use external command for file search</li>
<li>Name of connected remote server is shown in the directory indicator (see issue #71)</li>
<li>New menu entry for (un)selecting only files</li>
</ul>
<p>This release fixes the following bugs:</p>
<ul>
<li>Issue #3 (Mounted devices pluged when Commander is running are not noticed)</li>
<li>Issue #5 ("Follow Links" option does not work when copying files)</li>
<li>Issue #13 (Directory size not updated while copying)</li>
<li>Issue #16 (Start-left-dir doesn't work on '.' (dot directory))</li>
<li>Issue #19 (FTP connections are not closed correctly)</li>
<li>Issue #28 (Write permissions are given to all users on an FTP server)</li>
<li>Issue #33 (Get rid of deprecated gnome-vfs)</li>
<li>Issue #39 (Copy fail when selecting a "drive")</li>
<li>Issue #41 (Directory not unreferenced correctly from cache when renamed)</li>
<li>Issue #45 (Gnome Commander closes when clicking on SMB path \\xxx\dddddd)</li>
<li>Issue #46 (Automatic refresh of folder content is not correct)</li>
<li>Issue #47 (Duplicate directory when copying over an existing directory)</li>
<li>Issue #51 (Move and not copy by default on same filesystem)</li>
<li>Issue #52 (Auto refresh when changing permissions etc)</li>
<li>Issue #57 (Remote connections: Gnome Commander misreads file ownership)</li>
<li>Issue #59 (On ssh connection, to delete a renamed folder/file don't work)</li>
<li>Issue #74 (Does not show mounted external drives)</li>
<li>Issue #75 (Newly inserted DVD does not show up)</li>
<li>Issue #76 (Crash in Gnome Commander when using webDAV SSL)</li>
<li>Issue #107 (Wrong parsing of command string)</li>
<li>Issue #115 (No error on autogen when flex is missing)</li>
</ul>
<p>List of developers: Uwe Scholz, Mamoru Tasaka, Andrey Sokolov, Maik Pertermann, Philipp Kiemle</p>
<p>New or updated translations: ca, cs, da, de, es, eu, fi, hu, id, pl, pt_BR, ro, ru, sl, sr, sv, tr, uk, zh_CN</p>
<p>New or updated docs: es, sv</p>
</description>
</release>
</releases>
</component>
|