Releases: EpicCash/epic-gui-wallet
5.3.1
What's Changed
- Fix bug where create offline transaction fail.
- add Wallet on/offline notification
Full Changelog: v5.3.0...v5.3.1
No new contributors to this release
Notes
For users on Ubuntu 22.04 Jammy and later, you will need to install libssl1.1.1f from our website. Steps below:
dpkg -l | grep libssl
If it lists 1.1.1g you will need to remove those with:
sudo dpkg -r libssl1.1:amd64
and maybe
sudo dpkg -r libssl-dev:amd64 (first if it's installed too)
then install 1.1.1f
https://epiccash.com/libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb
MacOS Notes:
Download EpicWallet-5.3.1.app.zip, unzip, then move EpicWallet.app to Applications folder. File is not signed - Press control then open to avoid an error (required each time you open). To make it permanent do this:
Select "Apple“ on your Mac menu > "System Settings“ and click "Privacy & Security“ in the sidebar. (You may need to scroll down.)
Go to "Security“ and then click "Open“.
Click on "Open anyway“. * This button is available for about an hour after you try to open the app.
Enter your login password and click "OK“.
- As an exception, the app is backed up in your security settings so that you can open it by double-clicking like any authorized app in the future.
Windows Note:
AV may report file as Malware - you may need to whitelist it to open.
Linux Note:
Create a bin folder in your home folder then move the AppImage file there. Create a new item using your Menu Editor that links to ~/bin/EpicWallet-5.3.1.AppImage. You can use epic-wallet.png as the app icon.
5.3.0
What's Changed
- Update binaries to version 3.6.0
- add From/To Sender Receiver to transaction table
- remove old domain epic.tech; remove explorer link
- Change default epicbox domain and external node domain
- fixing some styles
Full Changelog: v5.2.3...v5.3.0
No new contributors to this release
For users on Ubuntu 22.04 Jammy, you will need to install libssl1.1.1f from Ubuntu's package manager. Steps below:
dpkg -l | grep libssl
If it lists 1.1.1g you will need to remove those with:
sudo dpkg -r libssl1.1:amd64
and maybe
sudo dpkg -r libssl-dev:amd64 (first if it's installed too)
then install 1.1.1f
https://packages.ubuntu.com/focal/amd64/libssl1.1/download
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb
MacOs - Intel (13.3.1): EpicWallet-5.3.0.dmg
Linux (Ubuntu 20.04): EpicWallet-5.3.0.AppImage
Windows (10, 11): EpicWallet-Setup-5.3.0.exe
5.2.3
What's Changed
Full Changelog: v5.2.1...v5.2.3
No new contributors to this release
Ubuntu:
If you have problems to execute the AppImage on Ubuntu, make sure you install fuse and have the right file permissions
sudo apt install libfuse2
Ubuntu since 22.04:
Users must install openssl 1.1
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb
MacOs - Intel (13.3.1): EpicWallet-5.2.3.dmg
Linux (Ubuntu 20.04): EpicWallet-5.2.3.AppImage
Windows (10, 11): EpicWallet-Setup-5.2.3.exe
5.2.1
What's Changed
- Fix a bug where recover wallet does not work
- Update epic-wallet cli to release 3.5.1
- Change epic seed node from 95.217.197.180:3417 to 95.217.197.180:3414
Full Changelog: v5.2.0...5.2.1
New Contributors
- No new contributors to this release
Ubuntu:
If you have problems to execute the AppImage on Ubuntu, make sure you install fuse and have the right file permissions
sudo apt install libfuse2
Ubuntu since 22.04:
Users must install openssl 1.1
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb
MacOs - Intel (13.3.1): EpicWallet-5.2.1.dmg
Linux (Ubuntu 20.04): EpicWallet-5.2.1.AppImage
Windows (10, 11): EpicWallet.Setup.5.2.1.exe
5.2.0
What's Changed
- Update to latest epic-cli-wallet v3.5.0
- Update to epic node v3.5.0
- Add option to run epicbox listener as a background process.
- Some Bugfixes for AutoUpdater.
New Contributors
- No new contributors to this release
Full Changelog: v5.1.1...v5.2.0
Ubuntu:
If you have problems to execute the AppImage on Ubuntu, make sure you install fuse and have the right file permissions
sudo apt install libfuse2
Ubuntu since 22.04:
Users must install openssl 1.1
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb
MacOs - Intel (13.3.1): EpicWallet-5.2.0.dmg
Linux (Ubuntu 20.04): EpicWallet-5.2.0.AppImage
Windows (10, 11): EpicWallet.Setup.5.2.0.exe
5.1.1
What's Changed
- Fixes error on wallet login for Linux
- Packaged with statically-linked
epic-wallet
,epic
binaries (prior were failing to launch due to shared library linkage)
New Contributors
- No new contributors to this release
Full Changelog: v5.1.0...v5.1.1
Ubuntu:
If you have problems to execute the AppImage on Ubuntu, make sure you install fuse and have the right file permissions
sudo apt install libfuse2
Ubuntu since 22.04:
Users must install openssl 1.1
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb
MacOs - Intel (13.3.1): EpicWallet-5.1.1.dmg
Linux (Ubuntu 20.04): EpicWallet-5.1.1.AppImage
Windows (10, 11): EpicWallet.Setup.5.1.1.exe
5.1.0
What's Changed
- Upgrade epic node server and epic cli wallet to latest v3.4.0
- Upgrade ngrok to v3 for Linux and MacOs
- Upgrade ngrok to v3 stable for windows by @who-biz in #82
- 5.1.0 by @johanneshahn in #83
- Moved Output confirmation to Coins tab
- Add more languages
New Contributors
Full Changelog: v5.0.3...v5.1.0
Ubuntu:
If you have problems to execute the AppImage on Ubuntu, make sure you install fuse and have the right file permissions
sudo apt install libfuse2
Ubuntu since 22.04:
Users must install openssl 1.1
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb
MacOs - Intel (13.3.1): EpicWallet-5.1.0.dmg
Linux (Ubunut 22): EpicWallet-5.1.0.AppImage
Windows (10, 11): EpicWallet.Setup.5.1.0.exe
Hotfix Release for v5.0.3 Windows
This pre-release build for the Windows installer is a hotfix to resolve issues related to ngrok
.
There are no changes compared to the release below, aside from an updated ngrok
binary to v3 stable.
The file below should have a sha256sum equal to that represented below:
EpicWallet Setup 5.0.3.exe
: e8704cf76a097593e5f5b3a41fc348fce80aa8960f0b40f7e3898676809fa4e0
5.0.3
This is the first stable version of EpicCash Desktop Wallet - Release 5.0.3.
We have integrated the new transaction type "epicbox", which allows users to send their epic to other epicbox compatible wallets without the recipient having to be online. This version also includes the latest Epic wallet "sqlight" database and a new node sync, for faster blockchain sync.
There are many bug fixes and improvements and new languages in this version.
Full Changelog: v5.0.0-beta...v5.0.2-beta
Ubuntu:
If you have problems to execute the AppImage on Ubuntu, make sure you install fuse and have the right file permissions
sudo apt install libfuse2
Ubuntu since 22.04:
Users must install openssl 1.1
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb
MacOs (13.3.1): EpicWallet-5.0.3.dmg
Linux (Ubunut 22): EpicWallet-5.0.3.AppImage
Windows (11): EpicWallet.Setup.5.0.3.exe
4.0.6-beta
Please make a backup of your wallet folder in your home directory (~/.epic), or your custom wallet location
Notes
add: Windows code sign
fix: Windows Install creates main Folder in wrong Location #44
fix: App Window Starts Too Long Scrolls Off Bottom of Screen #46
fix: Fix font colour in dropdown menus #47
fix: Wallet 4.0.5 ngrok execute error special characters in folder #49
fix: PRIORITY BUG FIX: Beta 4.0.5 Windows Global Install sets incomplete path #52
fix: tor not launching on osx #56
fix: TOR listener not starting on windows
fix: create new account
fix: Minor Spelling Correction #55
fix: account path update from version 3
fix: linux icon is missing; fix standalone tor version for linux
fix: tor Process Still Running after Quit #43;
add: 4.0.6-beta in package.json
fix: local address reachable from outside;
add: qr code for local address
add: recheck button for local address
add: and remove translations for httpReceive
Full Changelog: v4.0.5-beta...v4.0.6-beta
Ubuntu:
If you have problems to execute the AppImage on Ubuntu, make sure you install fuse and have the right file permissions
sudo apt install libfuse2
Ubuntu 22.04:
Users must install openssl 1.1
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb