diff --git a/CHANGELOG.md b/CHANGELOG.md index a71f54d..d3b5e98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,19 @@ -# v1.6.0 +# v1.7.0 + +Release date: 30 Jan 2024 + +- Light node support +- Chained transactions +- Sending tokens without specifying ERG +- Copy transaction ID (history) +- Total tokens in a transaction (history) +- Support for sending to stealth addresses +- Improved design + +
+

v1.6.0

+ +Release date: 31 July 2023 - DeFi/dApp support (ErgoPay) - Installer for Windows users @@ -11,6 +26,8 @@ - Improved screen reader support (for blind people) - Styling fixes +
+

v1.5.1

diff --git a/latest.json b/latest.json index 8f72ef9..c665482 100644 --- a/latest.json +++ b/latest.json @@ -1,6 +1,6 @@ { - "version": "1.6.0", - "versionCode": 8, - "dateReleased": "2023-07-31", - "changelog": "- DeFi/dApp support (ErgoPay)\n- Installer for Windows users\n- All fiat currency conversions with CoinGecko\n- Button to refresh the transaction history\n- VM arguments for the node. You can limit RAM, debug, etc.\n- Wallets that received large transactions can now display the transaction history and do not take a few seconds to open\n- Fixed the node log level functionality (it broke with an Ergo node update) which was always on level INFO and that caused freezes and lag\n- Added Indonesian & Malaysian translations\n- Improved screen reader support (for blind people)\n- Styling fixes" + "version": "1.7.0", + "versionCode": 9, + "dateReleased": "2024-01-30", + "changelog": "- Light node support\n- Chained transactions\n- Sending tokens without specifying ERG\n- Copy transaction ID\n- Total tokens in a transaction\n- Support for sending to stealth addresses\n- Improved design" } \ No newline at end of file diff --git a/public/latest.json b/public/latest.json index 8f72ef9..c665482 100644 --- a/public/latest.json +++ b/public/latest.json @@ -1,6 +1,6 @@ { - "version": "1.6.0", - "versionCode": 8, - "dateReleased": "2023-07-31", - "changelog": "- DeFi/dApp support (ErgoPay)\n- Installer for Windows users\n- All fiat currency conversions with CoinGecko\n- Button to refresh the transaction history\n- VM arguments for the node. You can limit RAM, debug, etc.\n- Wallets that received large transactions can now display the transaction history and do not take a few seconds to open\n- Fixed the node log level functionality (it broke with an Ergo node update) which was always on level INFO and that caused freezes and lag\n- Added Indonesian & Malaysian translations\n- Improved screen reader support (for blind people)\n- Styling fixes" + "version": "1.7.0", + "versionCode": 9, + "dateReleased": "2024-01-30", + "changelog": "- Light node support\n- Chained transactions\n- Sending tokens without specifying ERG\n- Copy transaction ID\n- Total tokens in a transaction\n- Support for sending to stealth addresses\n- Improved design" } \ No newline at end of file diff --git a/public/noscript.html b/public/noscript.html index 5f931f2..1e7c861 100644 --- a/public/noscript.html +++ b/public/noscript.html @@ -63,7 +63,7 @@

Downloads

- Version: 1.6.0, released: 31 July, 2023.

+ Version: 1.7.0, released: 30 January, 2024.

For portable runtimes, extract everything and execute the run file @@ -72,20 +72,20 @@

Downloads

- + - + - + - +
Windows 64-bit (x64)Installer - PortableInstaller + Portable
Linux 64-bit (x64)DownloadDownload
Linux 64-bit (aarch64)DownloadDownload
macOS 64-bit (intel & aarch64)Download (instructions)Download (instructions)
@@ -104,7 +104,7 @@

Community

Donate

diff --git a/src/components/sections/DownloadsTiles.js b/src/components/sections/DownloadsTiles.js index 54c02ee..1fdc3e2 100644 --- a/src/components/sections/DownloadsTiles.js +++ b/src/components/sections/DownloadsTiles.js @@ -48,7 +48,7 @@ const DownloadsTiles = ({ const sectionHeader = { title: 'Downloads', - paragraph: 'Version: 1.6.0, released: 31 July, 2023. For portable runtimes, extract everything and execute the run file' + paragraph: 'Version: 1.7.0, released: 30 January, 2024. For portable runtimes, extract everything and execute the run file' }; return ( @@ -75,8 +75,8 @@ const DownloadsTiles = ({

Windows 64-bit

- Installer (x64)
- Portable (x64) + Installer (x64)
+ Portable (x64)

@@ -95,8 +95,8 @@ const DownloadsTiles = ({

Linux 64-bit

- Download (x64)
- Download (aarch64) + Download (x64)
+ Download (aarch64)

@@ -117,7 +117,7 @@ const DownloadsTiles = ({ macOS 64-bit

- Download
+ Download
Instructions