Skip to content

FRequest v1.2

Compare
Choose a tag to compare
@fabiobento512 fabiobento512 released this 18 May 16:12
· 5 commits to master since this release

FRequest v1.2 for Windows / macOS / Linux is now available!

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.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)