Skip to content

Commit

Permalink
chore: Update to GNOME 45 runtime and enhancements
Browse files Browse the repository at this point in the history
chore: Update to GNOME 45 runtime and enhancements
  • Loading branch information
Diego-Ivan authored Oct 2, 2023
2 parents 8e03671 + 7cb3198 commit 95c754a
Show file tree
Hide file tree
Showing 28 changed files with 1,864 additions and 1,117 deletions.
11 changes: 11 additions & 0 deletions data/io.github.diegoivan.pdf_metadata_editor.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@
</description>

<releases>
<release version="3.5" date="2023-10-02">
<description>
<p>Paper Clip Version 3.5</p>
<p>The latest release of Paper Clip brings the following changes:</p>
<ul>
<li>Small cosmetic changes to follow GNOME 45 look-and-feel</li>
<li>The app can open now multiple files in different windows</li>
<li>Russian Translation by Ser82-png</li>
</ul>
</description>
</release>
<release version="3.2" date="2023-07-20">
<description>
<p>Paper Clip Version 3.2</p>
Expand Down
2 changes: 1 addition & 1 deletion io.github.diegoivan.pdf_metadata_editor.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"app-id" : "io.github.diegoivan.pdf_metadata_editor",
"runtime" : "org.gnome.Platform",
"runtime-version" : "44",
"runtime-version" : "45",
"sdk" : "org.gnome.Sdk",
"sdk-extensions" : [
"org.freedesktop.Sdk.Extension.vala"
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('pdf-metadata-editor', ['c', 'vala'],
version: '3.2',
version: '3.5',
meson_version: '>= 0.59.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)
Expand Down
1 change: 1 addition & 0 deletions po/POTFILES
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ src/KeywordList.vala
src/gtk/date-row.ui
src/gtk/details-list.ui
src/gtk/document-view.ui
src/gtk/save-changes-dialog.uis
src/gtk/shortcut-window.ui
Loading

0 comments on commit 95c754a

Please sign in to comment.