Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
0cc98ef
Add BTC as local currency option
l8nit3tr0ubl3 Aug 11, 2019
0dcb28c
Format market price to 8 decimal for btc only
l8nit3tr0ubl3 Aug 11, 2019
43613fa
Fix typo
l8nit3tr0ubl3 Aug 11, 2019
8f3ea44
Fix typo, fix missing section
l8nit3tr0ubl3 Aug 11, 2019
050cd2b
Fix typo
l8nit3tr0ubl3 Aug 11, 2019
caa6dde
revert last commit
l8nit3tr0ubl3 Aug 11, 2019
46e207a
fixed transaction details functionality
Qrysto Aug 12, 2019
bed78ff
Merge pull request #81 from l8nit3tr0ubl3/master
Qrysto Aug 12, 2019
cb1229c
Merge remote-tracking branch 'origin/Merging' into Krysto
Qrysto Aug 12, 2019
68a13e9
rephrased "fiat currency" to "base currency"
Qrysto Aug 12, 2019
b9bb28c
cleaned unused showTransactionChart setting
Qrysto Aug 12, 2019
d94b284
fixed base currency logo not displayed correctly
Qrysto Aug 12, 2019
f3eee0d
updated BTC icon
Qrysto Aug 13, 2019
2e64282
refactored currency icons
Qrysto Aug 13, 2019
b0295d8
improved JSON warning message
Qrysto Aug 13, 2019
6675777
updated the Experimental warning message
Qrysto Aug 13, 2019
dcef1d2
no translations for license agreement
Qrysto Aug 13, 2019
1b46e03
updated translations
Qrysto Aug 13, 2019
13d0f2f
bootstrap modal "stopping core" step percentage is 0
Qrysto Aug 13, 2019
23e7c62
Console output always scroll to bottom
Qrysto Aug 13, 2019
48dc127
fixed Market page layout
Qrysto Aug 13, 2019
aa4c343
fixed some translation function calls
Qrysto Aug 13, 2019
12844e8
updated translations
Qrysto Aug 13, 2019
d5ba755
Commiting some items so I can stash WIP items.
KenCorma Aug 13, 2019
842d583
Merge remote-tracking branch 'origin/Merging' into Kendal
KenCorma Aug 13, 2019
b47b626
Marked as 1.2.1 and manually set deb depends to not include gnome key…
KenCorma Aug 13, 2019
2170f06
Fixed issue with auto-update with Linux-Appimage
KenCorma Aug 14, 2019
acdc96d
updated Windows core to 3.0.4
Qrysto Aug 14, 2019
147d878
auto update immature transactions
Qrysto Aug 14, 2019
0119548
Merge remote-tracking branch 'origin/Kendal' into Krysto
Qrysto Aug 14, 2019
a57801e
fixed incorrect bootstrap downloading message
Qrysto Aug 14, 2019
d9ba074
raised the minimum disk space to 15GB
Qrysto Aug 14, 2019
1280985
fixed tx details modal date time
Qrysto Aug 15, 2019
acbdbcc
fixed loadMyAccounts when result is null
Qrysto Aug 15, 2019
e1de985
log bootstrap error
Qrysto Aug 15, 2019
4e9338c
Added WalletClean param option
KendalSpikyFishGames Aug 15, 2019
f619107
Added to change log. Closes #69
KendalSpikyFishGames Aug 15, 2019
4510c04
new 3.0.5 core
KendalSpikyFishGames Aug 16, 2019
02922a5
updated to 15GB in some places
Qrysto Aug 16, 2019
a9f27c7
added reload tx history button
Qrysto Aug 16, 2019
041ece0
walletClean setting is no longer needed
Qrysto Aug 16, 2019
8593353
updated translations
Qrysto Aug 16, 2019
5bcb28b
updated changelog
Qrysto Aug 16, 2019
ab17bd1
Revert "walletClean setting is no longer needed"
Qrysto Aug 16, 2019
da82630
added back the walletClean setting
Qrysto Aug 16, 2019
57c423f
Added final 3.0.5 core. Closes #82
KenCorma Aug 16, 2019
c4e47db
New Update logic for platfroms NOT supported by auto update.
KenCorma Aug 16, 2019
519753f
Fixed where It wasnt going to the right path.
KenCorma Aug 16, 2019
49dccec
Update from crowdin
KenCorma Aug 16, 2019
88b592d
Fixed 12gb -> 15gb
KenCorma Aug 16, 2019
b41e9e2
Signed 3.0.5 Core
KendalSpikyFishGames Aug 16, 2019
cad6c5e
instead of doing === use semver to check if lower.
KendalSpikyFishGames Aug 16, 2019
b958519
3.0.5 Mac Core
Aug 16, 2019
3a37385
updated docs
KendalSpikyFishGames Aug 17, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**

- OS: [e.g. iOS]
- Wallet Version [e.g. 1.2.0]
- Wallet Version [e.g. 1.2.1]
- Daemon Version [e.g. 3.0.2]

**Additional context**
Expand Down
4 changes: 2 additions & 2 deletions BuildStandalone-Linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
rm -r release
rm -r build
sudo apt-get purge -y nexus-wallet
rm -r ~/.config/Nexus_Wallet_v1.2.0
rm -r ~/.config/Nexus_Wallet_v1.2.1
echo ""
echo "Removed old build and associated data."
echo ""
npm run package-linux
sudo apt-get install -y ./release/nexus_wallet_1.2.0_amd64.deb
sudo apt-get install -y ./release/nexus_wallet_1.2.1_amd64.deb
echo ""
echo "Cleared for next attempt!"
echo ""
Empty file modified BuildStandalone-Mac.sh
100644 → 100755
Empty file.
Empty file modified BuildStandalone-Windows.sh
100644 → 100755
Empty file.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
# 1.2.1 (2019.8.15)

[Release Link](https://github.com/Nexusoft/NexusInterface/releases/tag/v1.2.1)

#### Additions

- Improved Translations
- Added "Reload transaction history" button to Core Settings
- Added `walletClean` hidden setting which indicates the core should run with `-walletclean` parameter (the same as "Reload transaction history" functionality) the next time it starts up when set to true
- Added BTC to base currencies

#### Adjustments

- Updated Nexus Core to [v3.0.5](https://github.com/Nexusoft/LLL-TAO/releases/tag/3.0.5)

#### Fixes

- Fixed issues with the transaction page
- Fixed Transaction Details modal not showing up
- Fixed issue with auto updates with Linux-AppImage
- Bootsrapper will now show the correct message while the database is extracting
- Fixed Market page layout
- Immature transactions will now automatically updated when it matures

# 1.2.0 (2019.8.09)

[Release Link](https://github.com/Nexusoft/NexusInterface/releases/tag/v1.1.1)
[Release Link](https://github.com/Nexusoft/NexusInterface/releases/tag/v1.2.0)

#### Additions

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Nexus Interface

### Current Version: 1.2.0
### Current Version: 1.2.1

[![Crowdin](https://badges.crowdin.net/nexus-interface/localized.svg)](https://crowdin.com/project/nexus-interface)

Expand Down
Binary file modified assets/darwin/cores/nexus-darwin-x64
Binary file not shown.
Binary file modified assets/linux/cores/nexus-linux-x64
Binary file not shown.
82 changes: 45 additions & 37 deletions assets/translations/ar.json

Large diffs are not rendered by default.

20 changes: 14 additions & 6 deletions assets/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"Auto update (Recommended)": "Automatisches Update (Empfohlen)",
"Automatically check for new versions and notify if a new version is available.": "Automatisch nach einer neuen Walletversion suchen und mich benachrichtigen.",
"Avatar Mode": "Avatar Modus",
"BACKUP OFTEN AND KEEP ENCRYPTION KEY SAFE.": "FÜHREN SIE HÄUFIGE BACKUP DURCH UND BEWAHREN SIE DEN VERSCHLÜSSELUNGSCODE SICHER AUF.",
"BACKUP YOUR WALLET OFTEN AND KEEP YOUR PASSWORDS SAFE.": null,
"Background": "Hintergrund",
"Background Color": "Hintergrundfarbe des Panels",
"Backing up your wallet...": "Wallet wird gesichert...",
Expand All @@ -45,6 +45,7 @@
"Backup directory": "Backup Verzeichnis",
"Backup wallet": "Sicherung der Wallet erstellen",
"Balance": "Kontostand",
"Base currency": null,
"Block Count": "Blockhöhe",
"Block Weight": "Block Faktor",
"Block hash": "Blockhash",
Expand Down Expand Up @@ -72,7 +73,9 @@
"Clear console": "Konsole löschen",
"Click to copy to clipboard": "Zum Kopieren in die Zwischenablage klicken",
"Close": "Schließen",
"Close and go to Github": null,
"Close and install": "Schließen und installieren",
"Close the wallet and go to GitHub?": null,
"Close the wallet and install update now?": "Wallet schließen und Update jetzt installieren?",
"Closing Nexus Wallet": "Nexus schließen",
"Color scheme": "Farbschema",
Expand Down Expand Up @@ -169,7 +172,6 @@
"Export custom theme": "Farbschema exportieren",
"Fake Test Transactions": "Fake-Test-Transaktionen",
"Fee": "Gebühr",
"Fiat currency": "Fiat Währung",
"File": "Datei",
"Foreground Color": "Textfarbe",
"From account": "Vom Konto",
Expand All @@ -183,7 +185,6 @@
"Hash Difficulty": "Hash Schwierigkeit",
"Help": "Hilfe",
"High": "Hoch",
"I have read and Accept the Agreement": "Ich habe die Vereinbarung gelesen und akzeptiert",
"I understand the risk": "Ich verstehe das Risiko",
"IMPROPER USE OF THIS SOFTWARE COULD LEAD TO PERMANENT LOSS OF COIN.": "FALSCHES VERWENDEN DIESER SOFTWARE KÖNNTE ZUM PERMANENTE VERLIEREN VON MÜNZEN FÜHREREN.",
"IP address": "IP Adresse",
Expand All @@ -205,14 +206,14 @@
"Invalid email": null,
"Invalid file format! Custom theme file must be in JSON": "Ungültiges Dateiformat! Das benutzerdefinierte Design muss im JSON Format vorliegen",
"It is highly recommended that you should encrypt your wallet to keep your NXS safe.": null,
"It would be much easier for a closed source module to hide\n malicious code than for an open source one. Therefore, in case you\n still want to disable this setting, it is highly recommended that\n you only install and run closed source modules that you are\n developing yourself.": null,
"Keep auto update On": "Automatisches Update aktiviert lassen",
"Keep policy on": null,
"Keeping your wallet up-to-date is important for your security and will ensure that you get the best possible user experience.": "Aus Sicherheitsgründen ist es wichtig immer die aktuellste Version der Wallet zu verwenden.",
"Key Management": null,
"Label (optional)": null,
"Language": "Sprache",
"Last updated\n%{time}": null,
"License Agreement": null,
"Light": null,
"Loading transaction details...": null,
"Loading transactions": null,
Expand Down Expand Up @@ -259,6 +260,7 @@
"My Addresses": "Meine Adressen",
"My Nexus address": "Meine Nexus-Adresse",
"My Nexus address for %{name}": "Meine Nexus-Adresse für %{name}",
"My address for %{name}": null,
"NXS Amount": "NXS Betrag",
"NXS addresses": "NXS-Adressen",
"NXS moved successfully": "NXS erfolgreich überwiesen",
Expand Down Expand Up @@ -286,7 +288,7 @@
"No, let it continue": "Nein, lassen Sie es fortfahren",
"No, let it sync": null,
"Not available": "Nicht verfügbar",
"Not enough disk space! Minimum 12GB of free space is required.": "Nicht genügend Speicherplatz! Mindestens 12GB freier Speicherplatz sind erforderlich.",
"Not enough disk space! Minimum 15GB of free space is required.": "Nicht genügend Speicherplatz! Mindestens 15GB freier Speicherplatz sind erforderlich.",
"Not logged in": "Die Wallet ist verschlüsselt",
"Not provided": "Nicht angegeben",
"Notes": "Anmerkungen",
Expand Down Expand Up @@ -336,6 +338,8 @@
"Recipient address": "Empfängeradresse",
"Refresh": "Marktdaten aktualisieren",
"Refreshing market data...": "Marktdaten werden aktualisiert...",
"Reload": null,
"Reload transaction history": null,
"Remove address": "Adresse entfernen",
"Remove recipient": "Empfänger entfernen",
"Render globe": "Globus rendern",
Expand All @@ -348,6 +352,7 @@
"Reset": "Zurücksetzen",
"Restart Core": "Starten Sie den Core neu",
"Restart Core?": null,
"Restart Nexus core with -walletclean parameter to clean out and reload all transaction history": null,
"Restarting Core...": null,
"Restarting Nexus Core...": "Starte Daemon neu...",
"Sample Address": null,
Expand Down Expand Up @@ -407,6 +412,7 @@
"This is an address registered to this wallet.": "Diese Adresse ist in dieser Wallet registriert.",
"This is not one of your addresses.": "Dies ist keine Ihrer Adressen.",
"This is one of your addresses.": "Dies ist eine Ihrer Adressen.",
"This is only for module developers and can be dangerous for\n regular users. Please make sure you know what you are doing!": null,
"This is your Default Address": "Dies ist Ihre Standard-Adresse",
"This module is developed by Nexus": "Dieses Modul wird von Nexus entwickelt",
"This repository does not exist or is private": "Dieses Repository existiert nicht oder ist privat",
Expand Down Expand Up @@ -437,6 +443,7 @@
"Turn policy off": "Richtlinien aus",
"Twinkling stars": "Sternenhimmel",
"Unknown": "Unbekannt",
"Unknown error": null,
"Unknown login status": "Unbekannter Login-Status",
"Unsupported file type": "Nicht unterstützter Dateityp",
"Update available! Downloading...": "Update verfügbar! Herunterladen...",
Expand All @@ -463,6 +470,7 @@
"Wallet password": "Wallet-Passwort",
"Wallet will be automatically refreshed for the change to take effect": "Wallet wird automatisch aktualisiert, damit die Änderung wirksam wird",
"Warning": "Warnung",
"Warning: This module is written by a third party, Nexus is NOT\n responsible for its quality or legitimacy. Please make sure to do\n your due diligence before installing third party modules and use\n them with your own risk.": null,
"Yes": "Ja",
"Yes, abort": "Ja, Abbruch",
"Yes, let's bootstrap it": "Ja, lass es bootstrapen",
Expand All @@ -474,4 +482,4 @@
"Your wallet password": "Ihr Wallet Passwort",
"or drag and drop it here": "hier herein ziehen",
"rows": "reihen"
}
}
Loading