Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
satsen committed Jan 30, 2024
1 parent d89cc1b commit 55e3a49
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"files": {
"main.css": "/static/css/main.5cf1c58e.css",
"main.js": "/static/js/main.f338ad94.js",
"main.js": "/static/js/main.96aa9100.js",
"static/media/node_overview.png": "/static/media/node_overview.9d36b4aacbb6a16ee0a6.png",
"static/media/start.png": "/static/media/start.2f84c0795598ca5f5010.png",
"static/media/account.png": "/static/media/account.5ebe08c737581417fb78.png",
Expand All @@ -12,10 +12,10 @@
"index.html": "/index.html",
"static/media/windows.svg": "/static/media/windows.f3b7d863031ef132ea63532d1491306b.svg",
"main.5cf1c58e.css.map": "/static/css/main.5cf1c58e.css.map",
"main.f338ad94.js.map": "/static/js/main.f338ad94.js.map"
"main.96aa9100.js.map": "/static/js/main.96aa9100.js.map"
},
"entrypoints": [
"static/css/main.5cf1c58e.css",
"static/js/main.f338ad94.js"
"static/js/main.96aa9100.js"
]
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"><link rel="shortcut icon" href="/favicon.ico"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="theme-color" content="#000000"><meta name="description" content="The desktop wallet for the Ergo cryptocurrency."><title>Satergo</title><script defer="defer" src="/static/js/main.f338ad94.js"></script><link href="/static/css/main.5cf1c58e.css" rel="stylesheet"></head><body class="has-animations"><noscript><meta http-equiv="refresh" content="0;url=noscript.html"></noscript><div id="root" class="body-wrap"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"><link rel="shortcut icon" href="/favicon.ico"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="theme-color" content="#000000"><meta name="description" content="The desktop wallet for the Ergo cryptocurrency."><title>Satergo</title><script defer="defer" src="/static/js/main.96aa9100.js"></script><link href="/static/css/main.5cf1c58e.css" rel="stylesheet"></head><body class="has-animations"><noscript><meta http-equiv="refresh" content="0;url=noscript.html"></noscript><div id="root" class="body-wrap"></div></body></html>
8 changes: 4 additions & 4 deletions latest.json
Original file line number Diff line number Diff line change
@@ -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"
}
14 changes: 7 additions & 7 deletions noscript.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</nav>
<main>
<h2 id="downloads">Downloads</h2>
Version: 1.6.0, released: 31 July, 2023.<br><br>
Version: 1.7.0, released: 30 January, 2024.<br><br>
For portable runtimes, extract everything and execute the run file
<table border="0" id="downloads-table">
<tr>
Expand All @@ -72,20 +72,20 @@ <h2 id="downloads">Downloads</h2>
</tr>
<tr>
<td style="vertical-align: top;">Windows 64-bit (x64)</td>
<td><a href="https://github.com/Satergo/Satergo/releases/download/v1.6.0/Satergo-v1.6.0-windows-x64.msi" style="margin-bottom: 0.3rem; display: block;">Installer</a>
<a href="https://github.com/Satergo/Satergo/releases/download/v1.6.0/Satergo-v1.6.0-windows-x64-portable.zip">Portable</a></td>
<td><a href="https://github.com/Satergo/Satergo/releases/download/v1.7.0/Satergo-v1.7.0-windows-x64.msi" style="margin-bottom: 0.3rem; display: block;">Installer</a>
<a href="https://github.com/Satergo/Satergo/releases/download/v1.7.0/Satergo-v1.7.0-windows-x64-portable.zip">Portable</a></td>
</tr>
<tr>
<td>Linux 64-bit (x64)</td>
<td><a href="https://github.com/Satergo/Satergo/releases/download/v1.6.0/Satergo-v1.6.0-linux-x64.zip">Download</a></td>
<td><a href="https://github.com/Satergo/Satergo/releases/download/v1.7.0/Satergo-v1.7.0-linux-x64.zip">Download</a></td>
</tr>
<tr>
<td>Linux 64-bit (aarch64)</td>
<td><a href="https://github.com/Satergo/Satergo/releases/download/v1.6.0/Satergo-v1.6.0-linux-aarch64.zip">Download</a></td>
<td><a href="https://github.com/Satergo/Satergo/releases/download/v1.7.0/Satergo-v1.7.0-linux-aarch64.zip">Download</a></td>
</tr>
<tr>
<td>macOS 64-bit (intel & aarch64)</td>
<td><a href="https://github.com/Satergo/Satergo/releases/download/v1.6.0/Satergo-v1.6.0-mac-x64.zip">Download</a> <a rel="noopener" href="https://github.com/Satergo/Satergo/wiki/Running-on-Mac-OS">(instructions)</a></td>
<td><a href="https://github.com/Satergo/Satergo/releases/download/v1.7.0/Satergo-v1.7.0-mac-x64.zip">Download</a> <a rel="noopener" href="https://github.com/Satergo/Satergo/wiki/Running-on-Mac-OS">(instructions)</a></td>
</tr>
</table>

Expand All @@ -104,7 +104,7 @@ <h2>Community</h2>

<h2>Donate</h2>
<ul>
<li>Ergo: <a href="ergo:9gMnqf29LPxos2Lk5Lt6SkTmbWYL1d5QFHygbf6zRXDgL4KtAho">9gMnqf29LPxos2Lk5Lt6SkTmbWYL1d5QFHygbf6zRXDgL4KtAho</a> <a class="blackbtn" data-copy="9gMnqf29LPxos2Lk5Lt6SkTmbWYL1d5QFHygbf6zRXDgL4KtAho">copy</a> <a class="blackbtn" target="_blank" rel="noreferrer nofollow" href="https://explorer.ergoplatform.com/en/addresses/9gMnqf29LPxos2Lk5Lt6SkTmbWYL1d5QFHygbf6zRXDgL4KtAho">explorer</a></li>
<li>Ergo: <a href="ergo:9gMnqf29LPxos2Lk5Lt6SkTmbWYL1d5QFHygbf6zRXDgL4KtAho">9gMnqf29LPxos2Lk5Lt6SkTmbWYL1d5QFHygbf6zRXDgL4KtAho</a> <a class="blackbtn" data-copy="9gMnqf29LPxos2Lk5Lt6SkTmbWYL1d5QFHygbf6zRXDgL4KtAho">copy</a> <a class="blackbtn" target="_blank" rel="noreferrer nofollow" href="https://ergexplorer.com/addresses/9gMnqf29LPxos2Lk5Lt6SkTmbWYL1d5QFHygbf6zRXDgL4KtAho">explorer</a></li>
<li>Monero: <a href="monero:82pTXa9pXyee7Ft81sGnK8c6XK3qKf2FzWbgUFrPJGdART4krBcsXkCKeBX5TQRxBr9ryhdPyHa5wGBr37Em2SSgP4u9MmH">82pTXa9pXyee7Ft81sGnK8c6XK3qKf2FzWbgUFrPJGdART4krBcsXkCKeBX5TQRxBr9ryhdPyHa5wGBr37Em2SSgP4u9MmH</a> <a class="blackbtn" data-copy="82pTXa9pXyee7Ft81sGnK8c6XK3qKf2FzWbgUFrPJGdART4krBcsXkCKeBX5TQRxBr9ryhdPyHa5wGBr37Em2SSgP4u9MmH">copy</a></li>
<li>Bitcoin: <a href="bitcoin:bc1qcn833ty7fhp84ed22kvateckq08ffhp627q3us">bc1qcn833ty7fhp84ed22kvateckq08ffhp627q3us</a> <a class="blackbtn" data-copy="bc1qcn833ty7fhp84ed22kvateckq08ffhp627q3us">copy</a> <a class="blackbtn" target="_blank" rel="noreferrer nofollow" href="https://mempool.space/address/bc1qcn833ty7fhp84ed22kvateckq08ffhp627q3us">explorer</a></li>
</ul>
Expand Down
6 changes: 3 additions & 3 deletions static/js/main.f338ad94.js → static/js/main.96aa9100.js

Large diffs are not rendered by default.

File renamed without changes.

Large diffs are not rendered by default.

0 comments on commit 55e3a49

Please sign in to comment.