-
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
3d14310
commit c00ebfe
Showing
4 changed files
with
19 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.8 | ||
Version: 4.0.9 | ||
Release: 1%{?dist} | ||
Summary: Send HTTP requests to your API endpoints | ||
|
||
|
@@ -54,6 +54,11 @@ rm -rf $RPM_BUILD_ROOT | |
%{_datadir}/icons/hicolor/*/actions/%{name}-remove-symbolic.png | ||
|
||
%changelog | ||
* Sun Mar 25 2018 Bart Kessels <[email protected]> 4.0.9 | ||
- New layout for the settings screen | ||
- Remove possible memory leak | ||
- Fix bug where elements weren't added to the request | ||
|
||
* 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 | ||
|
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.8', | ||
version: '4.0.9', | ||
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