-
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
34f21ff
commit f4869b2
Showing
2 changed files
with
6 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
project('GetIt', 'c', version: '3.1') | ||
project('GetIt', 'c', version: '3.2') | ||
|
||
# Imports | ||
gnome = import('gnome') | ||
|
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: 3.1 | ||
Version: 3.2 | ||
Release: 1%{?dist} | ||
Summary: Send HTTP requests to your API endpoints | ||
|
||
|
@@ -44,6 +44,10 @@ rm -rf $RPM_BUILD_ROOT | |
%{_datadir}/applications/%{name}.desktop | ||
|
||
%changelog | ||
* Tue Sep 05 2017 Bart Kessels <[email protected]> 3.2 | ||
- Fix non-highlighting bug in response | ||
- Fix bug application crash on re-save | ||
|
||
* Sun Aug 13 2017 Bart Kessels <[email protected]> 3.1 | ||
- Move to Meson build system | ||
- Allow opening files at startup | ||
|