diff --git a/_config.yml b/_config.yml index 3dff99e46..ae85abee6 100644 --- a/_config.yml +++ b/_config.yml @@ -28,4 +28,4 @@ feed: sass: style: compressed -latest_version: "1.1.3" +latest_version: "1.1.4" diff --git a/website/_posts/2024-05-07-release-1-1-4.md b/website/_posts/2024-05-07-release-1-1-4.md new file mode 100644 index 000000000..34e2a1ff1 --- /dev/null +++ b/website/_posts/2024-05-07-release-1-1-4.md @@ -0,0 +1,60 @@ +--- +layout: post +title: "Pactus 1.1.4 (London) Released" +date: 2024-05-07 00:00:00 +0000 +tags: announcement, release +--- + +## Overview + +Pactus Blockchain [Version 1.1.4 (London)](https://github.com/pactus-project/pactus/releases/tag/v1.1.4) +is now available for download. +This release includes the following applications: + +- [Pactus GUI]({{ site.baseurl }}/user-guides/pactus-gui/): + The graphical user interface (GUI) for the Pactus node that is suitable + for both beginners and experienced users. + +- [Pactus Daemon]({{ site.baseurl }}/user-guides/pactus-daemon/): + The command-line interface (CLI) for the Pactus node that is suitable for experienced users. + +- [Pactus Shell]({{ site.baseurl }}/user-guides/pactus-shell/): + The command-line tool that allows users to interact with a Pactus node. + +- [Pactus Wallet]({{ site.baseurl }}/user-guides/pactus-wallet/): + The wallet software that allows users to manage their wallet and send transactions + without the need to sync the entire blockchain. + +![Pactus Version 1.1.4 (London)]({% image_url %}/pactus-1-1-4-london.png) + +## Highlights + +This version fixes some issues related to the syncing process and improves the connectivity of the nodes. + +## Download + +To start using Pactus blockchain, download the latest version from the [download]({{ site.baseurl }}/download) +page and join the Mainnet. + +## How to Upgrade + +If you are running an older version, close it first. +Then uninstall the previous version and install the newer version. +If you are using the archived version, simply replace it with the new version . + +## Change log + +This version includes several changes and improvements, such as: + +### Fix + +- **network**: set infinite limit for resource manager ([#1261](https://github.com/pactus-project/pactus/pull/1261)) +- **sync**: introduce session manager ([#1257](https://github.com/pactus-project/pactus/pull/1257)) +- **HTTP**: using amount type for fee in transaction details ([#1255](https://github.com/pactus-project/pactus/pull/1255)) + +### Refactor + +- **network**: refactor peer manager and redefine the min cons ([#1259](https://github.com/pactus-project/pactus/pull/1259)) + +You can find the [full list of changes on Github](https://github.com/pactus-project/pactus/compare/v1.1.3...v1.1.4), +as well as the [source code](https://github.com/pactus-project/pactus/releases/tag/v1.1.4) diff --git a/website/assets/images/partners/sensifai.png b/website/assets/images/partners/sensifai.png index 011a32d8f..a2e6a762b 100644 Binary files a/website/assets/images/partners/sensifai.png and b/website/assets/images/partners/sensifai.png differ diff --git a/website/blog/images/2024-05-07-release-1-1-4/pactus-1-1-4-london.png b/website/blog/images/2024-05-07-release-1-1-4/pactus-1-1-4-london.png new file mode 100644 index 000000000..9b999891e Binary files /dev/null and b/website/blog/images/2024-05-07-release-1-1-4/pactus-1-1-4-london.png differ