diff --git a/index.html b/index.html index b142457..62de7ce 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,10 @@ - - Satergo - - - - - + + + -
-

Downloads

- Version: 0.0.2, released: Dec 31st, 2021. *hotfix June 10th, 2022 to fix recently broken node downloading

- Portable runtimes (extract everything and execute the run file): - - - - - - - - - - - - - - - - - - - - - - - - - -
PlatformLink
Windows 64-bit (x64)Download
Linux 64-bit (x64)Download
Linux 64-bit (aarch64)Download
macOS 64-bit (intel)Download
macOS 64-bit (aarch64)Excluded due to stability issues. Use the intel version instead.
+
+

Downloads

+ Version: 0.0.3, released: 22 June, 2022.

+ Portable runtimes (extract everything and execute the run file): + + + + + + + + + + + + + + + + + + + + + +
PlatformLink
Windows 64-bit (x64)Download
Linux 64-bit (x64)Download
Linux 64-bit (aarch64)Download
macOS 64-bit (intel & aarch64)Download
-
+	
+ +
+ Changelog for v0.0.3 +
    +
  • Program is 50% smaller
  • +
  • Node operations (setting API key & public address, opening .conf file, unlocking, setting public address)
  • +
  • Transaction history (for finished ones)
  • +
  • Setting to require password for sending
  • +
  • Selecting which addresses to send from
  • +
  • Price chart (24h, 7d, 30d, 90d, 1y, Max)
  • +
  • Optimized selection from multiple addresses
  • +
  • Selecting change address
  • +
  • More tasks are done in the background to not freeze the UI
  • +
  • Token icons
  • +
  • Navigation bar
  • +
  • Content adapts to window width
  • +
  • Keyboard navigation on mnemonic repetition
  • +
  • Improved node downloader
  • +
  • Fixed issue where adding multiple entries of the same token in one transaction was allowed (but broken)
  • +
+
+ +
+ Changelog for v0.0.2 +
 		Changelog:
 - Sending from derived addresses
 - Balance includes derived addresses
@@ -105,30 +127,31 @@ 

Downloads

- Adding derived address of specific index - Updated translations
+
-

Source code

- The source code is available at GitHub. +

Source code

+ The source code is available at GitHub. -

Information

- Check out the README. +

Information

+ Check out the README. -

Communication

- Join the Telegram chat. +

Community

+ Join the Telegram chat. -

Donate

- +

Donate

+ -

To do list / Progress

- View the board. +

To do list / Progress

+ View the board. (outdated at the moment) -
+
- - - + diff --git a/latest.json b/latest.json index 3603744..ea5185c 100644 --- a/latest.json +++ b/latest.json @@ -1,6 +1,6 @@ { - "version": "0.0.2", - "versionCode": 2, - "dateReleased": "2021-12-31", - "changelog": "- Sending from derived addresses\n- Balance includes derived addresses\n- Update checking and installing for embedded node\n- Improved embedded node log\n- Transaction affordance checks\n- Embedded font\n- Suggested remote node (for beginners)\n- Copy and remove icons\n- Adding derived address of specific index\n- Updated translations" -} + "version": "0.0.3", + "versionCode": 3, + "dateReleased": "2022-06-22", + "changelog": "Changelog:\n\n- Program is 50% smaller\n- Node operations (setting API key & public address, opening .conf file, unlocking, setting public address)\n- Transaction history (for finished ones)\n- Setting to require password for sending\n- Selecting which addresses to send from\n- Price chart (24h, 7d, 30d, 90d, 1y, Max)\n- Optimized selection from multiple addresses\n- Selecting change address\n- More tasks are done in the background to not freeze the UI\n- Token icons\n- Navigation bar\n- Content adapts to window width\n- Keyboard navigation on mnemonic repetition\n- Improved node downloader\n- Fixed issue where adding multiple entries of the same token in one transaction was allowed (but broken)" +} \ No newline at end of file