Skip to content

Commit

Permalink
Release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
v1993 committed Aug 31, 2024
1 parent 90da712 commit 2524502
Show file tree
Hide file tree
Showing 4 changed files with 242 additions and 225 deletions.
5 changes: 5 additions & 0 deletions data/org.v1993.NXDumpClient.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
</screenshot>
</screenshots>
<releases>
<release version="1.1.3" date="2024-08-31" type="stable">
<description>
<p>A maintenance release before 1.2.0.</p>
</description>
</release>
<release version="1.1.2" date="2023-11-12" type="stable">
<description>
<p>Release highlights:</p>
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('nxdumpclient', ['c', 'vala'],
version: '1.1.2',
version: '1.1.3',
meson_version: '>= 0.64.0',
default_options: [ 'warning_level=1', 'werror=false', ],
)
Expand Down
24 changes: 12 additions & 12 deletions po/POTFILES
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ data/org.v1993.NXDumpClient.appdata.xml.in
data/org.v1993.NXDumpClient.gschema.xml

# Generate with
# find src/ -type f \( -name '*.vala' -or -name '*.blp' \)
# find src/ -type f \( -name '*.vala' -or -name '*.blp' \) | sort
src/Application.vala
src/gtk/help-overlay.blp
src/widgets/FileRow.vala
src/widgets/DeviceStatusRow.blp
src/widgets/DeviceStatusRow.vala
src/widgets/FileRow.blp
src/UsbDeviceOpener.vala
src/Window.blp
src/Utils.vala
src/main.vala
src/PreferencesDialog.blp
src/PreferencesDialog.vala
src/UdevRulesDialog.blp
src/UdevRulesDialog.vala
src/Window.vala
src/UsbContext.vala
src/UsbDeviceClient.vala
src/Application.vala
src/PreferencesWindow.blp
src/PreferencesWindow.vala
src/UsbDeviceOpener.vala
src/Utils.vala
src/widgets/DeviceStatusRow.blp
src/widgets/DeviceStatusRow.vala
src/widgets/FileRow.blp
src/widgets/FileRow.vala
src/Window.blp
src/Window.vala
Loading

0 comments on commit 2524502

Please sign in to comment.