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 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2013-2025 Aurimas Cernius <aurisc4@gmail.com> -->
<component type="desktop">
<id>org.gnome.Gnote</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-only</project_license>
<name>Gnote</name>
<summary>A simple note-taking application</summary>
<description>
<p>
Gnote is a simple note-taking application for GNOME desktop environment. It allows you to capture your ideas, link them together using WikiWiki-style links, group together in notebooks and some extra features for everyday use.
</p>
<p>Notes can be printed or exported as HTML documents.</p>
<p>Gnote also supports synchronization, making it simple to use it on multiple devices.</p>
</description>
<screenshots>
<screenshot type="default">
<image width="887" height="509">https://gitlab.gnome.org/GNOME/gnote/-/raw/master/help/C/figures/gnote-search-all-notes.png</image>
</screenshot>
<screenshot type="default">
<image width="887" height="509">https://gitlab.gnome.org/GNOME/gnote/-/raw/master/help/C/figures/gnote-addin-table-of-contents.png</image>
</screenshot>
<screenshot type="default">
<image width="887" height="509">https://gitlab.gnome.org/GNOME/gnote/-/raw/master/help/C/figures/gnote-new-note.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://gitlab.gnome.org/GNOME/gnote/-/wikis/Gnote</url>
<url type="bugtracker">https://gitlab.gnome.org/GNOME/gnote/issues</url>
<url type="vcs-browser">https://gitlab.gnome.org/GNOME/gnote</url>
<url type="donation">https://www.gnome.org/donate/</url>
<url type="translate">https://l10n.gnome.org/module/gnote/</url>
<developer id="org.gnome">
<name translatable="no">The Gnote Team</name>
</developer>
<update_contact>aurimas.cernius_at_mailo.com</update_contact>
<content_rating type="oars-1.1"/>
<releases>
<release version="49.2" date="2025-12-29">
<description>
<ul>
<li>Fix possible crash in a rare formatting scenarios</li>
<li>Translation updates</li>
</ul>
</description>
</release>
<release version="49.1" date="2025-12-01">
<description>
<ul>
<li>Fix handling of file URIs (#217)</li>
</ul>
</description>
</release>
<release version="49.0" date="2025-09-28">
<description>
<ul>
<li>Fix website link (#213)</li>
<li>Translation updates</li>
</ul>
</description>
</release>
<release version="49~rc" date="2025-09-21">
<description>
<ul>
<li>Move website to git repo</li>
<li>Translation updates</li>
</ul>
</description>
</release>
<release version="49~beta" date="2025-09-14">
<description>
<ul>
<li>Delete backup files that are older than 30 days</li>
</ul>
</description>
</release>
<release version="49~alpha" date="2025-08-31">
<description>
<ul>
<li>New command-line option --new-window (#189)</li>
<li>Use appstream for appdata validation test</li>
<li>Add shortcuts for numeric tab indices (#211)</li>
<li>Select all text in entry when opening search</li>
<li>Set shortcuts window transient for the main window</li>
<li>Set dialogs as modal to prevent interaction with main window</li>
<li>Put each main window into its own group for better dialog experience</li>
<li>Fix margin in Preferences dialog</li>
<li>Fix undo/redo shortcuts in docs (#208)</li>
<li>Update displayed note change time on change (#204)</li>
</ul>
</description>
</release>
<release version="48.0" date="2025-03-23">
<description>
<ul>
<li>Properly update fixed width menu item state</li>
<li>Properly update underline menu item state</li>
</ul>
</description>
</release>
<release version="48~beta" date="2025-03-16">
<description>
<ul>
<li>Add actions bar to notes list</li>
<li>Fix underline action not working reliably</li>
<li>Fix fixed width action not working reliably (#203)</li>
<li>Better layout for dialogs (#206)</li>
</ul>
</description>
</release>
<release version="48~alpha" date="2025-02-02">
<description>
<ul>
<li>Allow to reorder tabs in main window (#192)</li>
<li>Add settings highlight-background-color and highlight-foreground-color (#178)</li>
<li>Make notebooks list also have header (#184)</li>
<li>Fix freeze on WebDAV automatic sync (#177)</li>
<li>Allow to clear settings when sync is configured (#193)</li>
<li>Fix hang when opening completely empty note (#190)</li>
<li>Fix impossible to enter tab character (#196)</li>
</ul>
</description>
</release>
<release version="47.0" date="2024-09-21">
<description>
<ul>
<li>Use screenshots from gitlab (#176)</li>
<li>Better colors for search highlight (#94)</li>
<li>Fix readonly plugin enable with note already open (#179)</li>
<li>Fix infinite loop when searching for available title in sync conflict (#181)</li>
<li>Wrap long message labels</li>
<li>Added Geargian translation (ka)</li>
</ul>
</description>
</release>
<release version="46.0" date="2024-03-23">
<description>
<ul>
<li>Translation updates</li>
</ul>
</description>
</release>
<release version="46~rc" date="2024-03-17">
<description>
<ul>
<li>Added UI for changing color scheme</li>
<li>Updated manual</li>
</ul>
</description>
</release>
<release version="46~beta" date="2024-03-11">
<description>
<ul>
<li>Removed note list context menu</li>
<li>Open all selected notes in current window on Enter</li>
<li>Open all selected notes in a signle new window on Ctrl+Enter</li>
<li>New desing for search controls in note tab</li>
<li>Updated manual</li>
<li>Added setting for selecting color scheme</li>
<li>Fix warning in console when synchronization dialog is opened (#161)</li>
</ul>
</description>
</release>
<release version="46~alpha" date="2024-01-29">
<description>
<ul>
<li>Notes list uses new GtkColumnView</li>
<li>New redesigned view for notebooks</li>
<li>New dependency: libadwaita 1.0 or higher (#135)</li>
<li>Update appdata to newer format</li>
<li>Fix GTK requirement: 4.10 or higher</li>
<li>Fix error to console when opening Preferences (#164)</li>
<li>Fix undo</li>
<li>Fix search when empty</li>
<li>Fix search box not having focus on first activation</li>
<li>Handle year change for showing date (#170)</li>
<li>Use libadwaita accent colors for highlight (#33)</li>
</ul>
</description>
</release>
<release version="45.0" date="2023-09-25">
<description>
<ul>
<li>Translation updates</li>
</ul>
</description>
</release>
<release version="45~rc" date="2023-09-17">
<description>
<ul>
<li>Manual updates</li>
<li>Translation updates</li>
</ul>
</description>
</release>
<release version="45~beta" date="2023-09-10">
<description>
<ul>
<li>Fix crash when showing synchronization conflict dialog</li>
<li>Fix gvfs synchronization setup when using Google Drive</li>
<li>Update manual screenshots</li>
</ul>
</description>
</release>
<release version="45~alpha" date="2023-07-30">
<description>
<ul>
<li>Migrate to Gtk 4</li>
<li>Limit tab max width and add tab scroll (#153)</li>
<li>Use highlight color that is readable in both light and dark modes (#33)</li>
<li>Fix occasional crash when renaming link</li>
</ul>
</description>
</release>
<release version="44.0" date="2023-03-19">
<description>
<ul>
<li>Open notes in tab next to current and move to previous on close</li>
<li>Fix meson a deprecation warning</li>
<li>Fix notebook deletion (#141)</li>
<li>Determine timezone offset dynamically, so the server misconfig does not matter (#139)</li>
<li>Fix crash when opening link (#45)</li>
<li>Make Ctrl+W close current tab (#146)</li>
<li>Fix noteoftheday not deleting unmodified notes</li>
<li>Updated German (de) manual</li>
</ul>
</description>
</release>
<release version="43.0" date="2022-10-05">
<description>
<ul>
<li>Make delete button visually destructive in confirmation dialog (#120)</li>
<li>Fix png icons renamed as svg (#136)</li>
<li>Minimum required Meson version now is 0.59</li>
<li>Set focus on current page when popover is closed</li>
<li>Integrate search to header bar (#122)</li>
<li>Fix Ctrl+comma not working as listed in shortcuts window</li>
<li>Add shortcuts for switching tabs in main window (#124)</li>
<li>Add shortcut to open shortcuts window (#123)</li>
</ul>
</description>
</release>
<release version="42.0" date="2022-03-27">
<description>
<ul>
<li>Fix build using meson 0.61.0</li>
<li>Manual updates and fixes</li>
<li>Fix wrong selection after backgrounding</li>
<li>Show help for --background option (#118)</li>
<li>Main UI now uses tabs to open notes</li>
<li>Fix duplicate condition in SyncManager (#111)</li>
<li>Rename lefover Add-in to plugin in manual (#113)</li>
<li>Fix date formatting when second is single digit (#115)</li>
<li>Fix excessive saves due to rogue marks</li>
<li>Fix search box focus when very first search in window is in note (#108)</li>
<li>Added Catalan manual (ca)</li>
</ul>
</description>
</release>
<release version="41.0" date="2021-09-06">
<description>
<ul>
<li>Fix size and add more screenshots to appdata</li>
<li>Fix a bunch of outdated URLs and instructions</li>
<li>Fix metadata license tag</li>
<li>Added Indonesian manual</li>
<li>Build system changed to meson</li>
<li>Plugins now stored in plugins folder instead of addins</li>
<li>Fix synchronization when files are larger than 64k (#50)</li>
<li>Stopped using lots of Glib and Gtk deprecations</li>
</ul>
</description>
</release>
<release version="40.0" date="2021-03-26">
<description>
<ul>
<li>Use reverse-domain convention for naming desktop and search provider files</li>
<li>Refactor D-Bus support to reuse the connection established by GtkApplication</li>
<li>Update AppData file format</li>
<li>Add accelerator Ctrl+D for insert timestamp</li>
<li>WebDAV sync no longer uses wdfs</li>
<li>Make insert timestamp plugin work again</li>
<li>Fix crash when synchronizing immediately after configuring</li>
<li>Change shortcut for find first/next to Ctrl-G/Ctrl-Shitf-G</li>
<li>Change icons and remove labels from find next/previous</li>
<li>--search will raise existing search window or open a new one (issue #21)</li>
<li>Fix opening of context menu (issue #16)</li>
<li>Fix newly enabled addin not working for opened notes (PR #11)</li>
<li>Fix find previous match</li>
<li>Fix changing sorting not always works</li>
<li>Fix GTK criticals upon exiting the application (issue #43)</li>
<li>Fix few memory leaks</li>
</ul>
</description>
</release>
<release version="3.38.0" date="2020-09-19">
<description>
<ul>
<li>Fix occasional crash when closing</li>
<li>Note rename optimisation</li>
<li>Fix autolinking when renaming note with no links to it</li>
<li>Fix logic inversion for unfiled notes</li>
<li>Fix invalid Mallard markup in manual</li>
<li>Allow selecting local sync folder directly in drop down (fixes issue 41)</li>
</ul>
</description>
</release>
<release version="3.37.0" date="2020-04-18">
<description>
<ul>
<li>Use $XDG_CURRENT_DESKTOP for client side decoration</li>
<li>Minor synchronization performance improvements</li>
<li>Fix crash in case of exception when creating manifest during synchronization</li>
<li>Fix synchronization lock file expiration</li>
<li>Make tests cleanup created temp files</li>
</ul>
</description>
</release>
<release version="3.36.0" date="2020-03-15">
<description>
<ul>
<li>Required Glibmm version now is 2.62</li>
<li>Fix a number of crashes during synchronization</li>
</ul>
</description>
</release>
<release version="3.35.0" date="2020-02-23">
<description>
<ul>
<li>Added manual for Online Folder synchronization</li>
<li>Lowered gspell requirement to 1.6</li>
<li>Fix possible crash when removing tags</li>
<li>Required C++ standard is now C++14</li>
<li>Added 64-bit version D-Bus functions GetNoteCreateDateUnix and GeNoteChangeDateUnix</li>
</ul>
</description>
</release>
<release version="3.34.0" date="2019-09-21"/>
<release version="3.33.0" date="2019-05-12" type="development"/>
<release version="3.32.0" date="2019-03-17"/>
</releases>
<translation type="gettext">gnote</translation>
<launchable type="desktop-id">org.gnome.Gnote.desktop</launchable>
</component>
|