-
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
cb195c8
commit 79836bd
Showing
4 changed files
with
17 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.7 | ||
Version: 4.0.8 | ||
Release: 1%{?dist} | ||
Summary: Send HTTP requests to your API endpoints | ||
|
||
|
@@ -54,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT | |
%{_datadir}/icons/hicolor/*/actions/%{name}-remove-symbolic.png | ||
|
||
%changelog | ||
* Sun Feb 18 2018 Bart Kessels <[email protected]> 4.0.8 | ||
- Fix wrong Save/Cancel button labels | ||
- Highlight JSON response when Content-Type header isn't set | ||
|
||
* Sat Feb 03 2018 Bart Kessels <[email protected]> 4.0.7 | ||
- Add option to disable X.509 certificate check | ||
- Update appstream translations | ||
|
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.7', | ||
version: '4.0.8', | ||
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