FRequest v1.1c
FRequest v1.1c for Windows / macOS / Linux is now available!
This is the first official release with Linux support!
Min requirements:
Windows 7 or Above
macOS 10.11 or Above
Ubuntu 18.04.1 x64 or Above (other distros should work too, but they weren't tested)
Install instructions:
Windows / macOS
Just extract the inner FRequest folder to any place in your computer. Run the executable.
Linux
Download the AppImage, make it executable and run the executable.
You may need to install "libssl1.0-dev" package to get the ssl requests to work properly
(and also to check for updates within the program).In ubuntu you can do it like this:
sudo apt-get install libssl1.0-dev
Upgrade instructions:
Windows / macOS
You should make a backup of your previous installation folder, just in case. After this backup, extract the files from this zip version to your previous FRequest installation folder (replace all files).
Linux
You should make a backup of your previous installation folder, just in case. After this backup, just replace the previous AppImage with the new one.
Change log:
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)
- Fixed timeout status code/message, when the internal FRequest timeout for a request is reached (issue #8)
- Added option in project settings to specify the type of character identation to use (space or tab) in the
project xml file (issue #9)