diff --git a/data/net.bartkessels.getit.appdata.xml.in b/data/net.bartkessels.getit.appdata.xml.in index 20930b6..885a249 100644 --- a/data/net.bartkessels.getit.appdata.xml.in +++ b/data/net.bartkessels.getit.appdata.xml.in @@ -63,52 +63,60 @@ + + +
    +
  • Add view for HTML preview
  • +
  • Automatically make JSON view readable
  • +
+
+
-

- Clear headerbar when clearing a request - Fix bug showing syntax highlighting -

+
    +
  • Clear headerbar when clearing a request
  • +
  • Fix bug showing syntax highlighting
  • +
-

- Ship own icons, - add action to launch new instance from applications overview -

+
    +
  • Ship own icons
  • +
  • add action to launch new instance from applications overview
  • +
-

- Add recent files support, - add ability to set timeout for request, - add ability to set user agent for request, - add preferences window, - add shortcuts window, - add support for translations, - add support for flatpak -

+
    +
  • Add recent files support
  • +
  • add ability to set timeout for request
  • +
  • add ability to set user agent for request
  • +
  • add preferences window
  • +
  • add shortcuts window
  • +
  • add support for translations
  • +
  • add support for flatpak
  • +
-

- Fix non-highlighting bug in response stack, - fix bug application crash on re-save -

+
    +
  • Fix non-highlighting bug in response stack
  • +
  • fix bug application crash on re-save
  • +
-

- Move to Meson build system, - allow opening files on application startup -

+
    +
  • Move to Meson build system
  • +
  • allow opening files on application startup
  • +
diff --git a/data/packaging/RPM/getit.spec b/data/packaging/RPM/getit.spec index 4e75883..bce13b2 100644 --- a/data/packaging/RPM/getit.spec +++ b/data/packaging/RPM/getit.spec @@ -1,5 +1,5 @@ Name: getit -Version: 4.0.2 +Version: 4.0.3 Release: 1%{?dist} Summary: Send HTTP requests to your API endpoints @@ -54,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/icons/hicolor/*/actions/getit-remove-symbolic.png %changelog +* Tue Jan 23 2018 Bart Kessels 4.0.3 +- Add view for HTML preview +- Automatically make JSON view readable + * Fri Jan 19 2018 Bart Kessels 4.0.2 - Clear headerbar when clearing a request - Fix bug showing syntax highlighting diff --git a/meson.build b/meson.build index d32f4cb..18bd151 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('getit','c', - version: '4.0.1', + version: '4.0.3', meson_version: '>= 0.40.0', ) i18n = import('i18n') diff --git a/src/ui/dialog_about.glade b/src/ui/dialog_about.glade index 2b774e2..85f3f45 100644 --- a/src/ui/dialog_about.glade +++ b/src/ui/dialog_about.glade @@ -6,7 +6,7 @@ False dialog GetIt - 4.0.2 + 4.0.3 Copyright © 2016 - 2017 Bart Kessels GetIt is a small application to send HTTP requests https://getit.bartkessels.net