-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fc721ae
commit f0920b0
Showing
4 changed files
with
40 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters