diff --git a/data/net.bartkessels.getit.appdata.xml.in b/data/net.bartkessels.getit.appdata.xml.in index 738604c..13bfe67 100644 --- a/data/net.bartkessels.getit.appdata.xml.in +++ b/data/net.bartkessels.getit.appdata.xml.in @@ -79,6 +79,17 @@ + + +

This release fixed/added:

+
    +
  • New layout for the settings screen
  • +
  • Remove possible memory leak
  • +
  • Fix bug where elements weren't added to the request
  • +
+
+
+

This release fixed/added:

diff --git a/data/packaging/RPM/getit.spec b/data/packaging/RPM/getit.spec index c2de9d6..e270d9c 100644 --- a/data/packaging/RPM/getit.spec +++ b/data/packaging/RPM/getit.spec @@ -1,5 +1,5 @@ Name: getit -Version: 4.0.8 +Version: 4.0.9 Release: 1%{?dist} Summary: Send HTTP requests to your API endpoints @@ -54,6 +54,11 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/icons/hicolor/*/actions/%{name}-remove-symbolic.png %changelog +* Sun Mar 25 2018 Bart Kessels 4.0.9 +- New layout for the settings screen +- Remove possible memory leak +- Fix bug where elements weren't added to the request + * Sun Feb 18 2018 Bart Kessels 4.0.8 - Fix wrong Save/Cancel button labels - Highlight JSON response when Content-Type header isn't set diff --git a/meson.build b/meson.build index 9bcf45f..9230280 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('getit','c', - version: '4.0.8', + version: '4.0.9', meson_version: '>= 0.40.0', ) i18n = import('i18n') diff --git a/src/ui/dialog_about.glade b/src/ui/dialog_about.glade index e4cbacf..f285d2c 100644 --- a/src/ui/dialog_about.glade +++ b/src/ui/dialog_about.glade @@ -6,7 +6,7 @@ False dialog GetIt - 4.0.8 + 4.0.9 Copyright © 2016 - 2018 Bart Kessels GetIt is a small application to send HTTP requests https://getit.bartkessels.net