Skip to content

FRequest v1.2a

Latest
Compare
Choose a tag to compare
@fabiobento512 fabiobento512 released this 13 Mar 10:12
· 1 commit to master since this release
2c7f00d

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

Supported operating systems:

  • Windows 7 SP1 and above
  • macOS High Sierra (10.13) and above
  • Ubuntu 18.04 and above (other Linux distributions dated similar should likely work but are not tested)

Installation:

Windows / macOS:

Just extract the inner FRequest folder to any place in your computer. Run the executable.

Linux:

Extract the inner FRequest folder to any place in your computer, make it executable (chmod +x) and run the executable.

You may need to install openssl 1.1.1 to get the ssl requests to work properly
(and also to check for updates within the program).

In ubuntu (18.04) you can do it like this:

sudo apt-get install openssl

Upgrading:

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.2a, 13-03-2022

  • Upgraded Qt version on all platforms to 15.5.2, this fixes the openssl issue for linux users
    (the problem that 1.0.1 is not the repositories anymore) and provides support for TLS 1.3
  • Added github actions builds, which simplifies the building on the three supported operating systems a lot
  • Minor code refactoring