Skip to content

Commit

Permalink
Updated readme and version for v1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiobento512 committed May 18, 2021
1 parent 50dd89c commit 4c25b5e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
readme.txt
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
FRequest v1.1c
FRequest v1.2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

----------------------------------
Expand Down Expand Up @@ -28,6 +28,7 @@ program configuration file (for private use) or the project file itself (for sha
- The FRequest project files are stored in a way which allow easy collaboration via a VCS like Git, Svn or Team Foundation Server
- Ability to add any kind of custom HTTP headers to the requests (automatically by taking the type in account or adding them
manually)
- Global headers, headers that are applied to every request in the project
- Network proxy support

FRequest is licensed under GPL 3.0 (https://www.gnu.org/licenses/gpl-3.0.en.html).
Expand Down Expand Up @@ -77,6 +78,11 @@ https://github.com/fabiobento512/FRequest
----------------------------------
Change Log:
----------------------------------
1.2, 18-05-2021
- Added global headers feature (thanks alevalv)
- Now request/reponse area is scrollabled (thanks fcolecumberri)
- Now request/reponse text uses courier new font (monospace) (thanks KaKi87 for the monospace suggestion)
----------------------------------
1.1c, 20-01-2019
- Added official support for Linux (tests are made in Ubuntu LTS and the program is distributed using an appimage)
- Fixed not showing body/headers response when an HTTP status code error is received like (500) (issue #7)
Expand Down
2 changes: 1 addition & 1 deletion utilglobalvars.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
namespace GlobalVars{

static const QString AppName = "FRequest";
static const QString AppVersion = "1.2 (Development)";
static const QString AppVersion = "1.2";
static const QString LastCompatibleVersionConfig = "1.2";
static const QString LastCompatibleVersionProjects= "1.2";
static const QString AppConfigFileName = AppName + ".cfg";
Expand Down

0 comments on commit 4c25b5e

Please sign in to comment.