-
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
25358f9
commit 6b4f3c3
Showing
4 changed files
with
15 additions
and
3 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.4 | ||
Version: 4.0.5 | ||
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 | ||
* Wed Jan 24 2018 Bart Kessels <[email protected]> 4.0.5 | ||
- Save state of divider between headers and output in response stack | ||
- Make response headers selectable | ||
|
||
* Tue Jan 23 2018 Bart Kessels <[email protected]> 4.0.4 | ||
- Update scrollviews | ||
- Add ability to enlarge headers on response | ||
|
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.4', | ||
version: '4.0.5', | ||
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