Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bartkessels committed Jan 23, 2018
1 parent fc721ae commit f0920b0
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 28 deletions.
58 changes: 33 additions & 25 deletions data/net.bartkessels.getit.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -63,52 +63,60 @@
</provides>

<releases>
<release version="4.0.3" date="2018-01-23">
<description>
<ul>
<li>Add view for HTML preview</li>
<li>Automatically make JSON view readable</li>
</ul>
</description>
</release>
<release version="4.0.2" date="2018-01-19">
<description>
<p>
Clear headerbar when clearing a request
Fix bug showing syntax highlighting
</p>
<ul>
<li>Clear headerbar when clearing a request</li>
<li>Fix bug showing syntax highlighting</li>
</ul>
</description>
</release>
<release version="4.0.1" date="2017-11-06">
<description>
<p>
Ship own icons,
add action to launch new instance from applications overview
</p>
<ul>
<li>Ship own icons</li>
<li>add action to launch new instance from applications overview</li>
</ul>
</description>
</release>

<release version="4.0" date="2017-11-04">
<description>
<p>
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
</p>
<ul>
<li>Add recent files support</li>
<li>add ability to set timeout for request</li>
<li>add ability to set user agent for request</li>
<li>add preferences window</li>
<li>add shortcuts window</li>
<li>add support for translations</li>
<li>add support for flatpak</li>
</ul>
</description>
</release>

<release version="3.2" date="2017-09-05">
<description>
<p>
Fix non-highlighting bug in response stack,
fix bug application crash on re-save
</p>
<ul>
<li>Fix non-highlighting bug in response stack</li>
<li>fix bug application crash on re-save</li>
</ul>
</description>
</release>

<release version="3.1" date="2017-08-13">
<description>
<p>
Move to Meson build system,
allow opening files on application startup
</p>
<ul>
<li>Move to Meson build system</li>
<li>allow opening files on application startup</li>
</ul>
</description>
</release>

Expand Down
6 changes: 5 additions & 1 deletion data/packaging/RPM/getit.spec
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -54,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/icons/hicolor/*/actions/getit-remove-symbolic.png

%changelog
* Tue Jan 23 2018 Bart Kessels <[email protected]> 4.0.3
- Add view for HTML preview
- Automatically make JSON view readable

* Fri Jan 19 2018 Bart Kessels <[email protected]> 4.0.2
- Clear headerbar when clearing a request
- Fix bug showing syntax highlighting
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('getit','c',
version: '4.0.1',
version: '4.0.3',
meson_version: '>= 0.40.0',
)
i18n = import('i18n')
Expand Down
2 changes: 1 addition & 1 deletion src/ui/dialog_about.glade
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<property name="can_focus">False</property>
<property name="type_hint">dialog</property>
<property name="program_name">GetIt</property>
<property name="version">4.0.2</property>
<property name="version">4.0.3</property>
<property name="copyright" translatable="yes">Copyright © 2016 - 2017 Bart Kessels</property>
<property name="comments" translatable="yes">GetIt is a small application to send HTTP requests</property>
<property name="website">https://getit.bartkessels.net</property>
Expand Down

0 comments on commit f0920b0

Please sign in to comment.