v0.0.23:
- finishes rewind feature (before you could only press the button to rewind ~day, i forgot to finish the user input height)
- bumps turtlecoin-wallet-backend version
- fixes AppImage system icon not working
- now closes to system tray instead of closing completely on X
v0.0.22:
- updated balance widget to include visual difference when some of the balance is locked as well as a mouseover event that shows locked / unlocked bal
- conditional validation for the transaction dialog box
- fixes a bug that would cause the historical and balance to be incorrectly displayed when a portion of the balane was locked
- bumps turtlecoin-wallet-backend
- fixes the send field allowing negative numbers
- fixes a bug that would cause the send field to add wrong (eg 1 + 0.1 = 1.11)
- adds aarmv7 / arm64 support
- drops SNAP releases
v0.0.21:
- save dialog now defaults to the "my documents" folder instead of the program installation folder
- on windows, the windows installer was deleting the entire directory when upgrading the application which caused any user wallets stored there to be lost, so I have blacklisted the installation directory and the wallet will no longer allow you to save there
- adds a visual notification on the login screen if the password is entered incorrectly
v0.0.20:
- I didn't notice I broke the file > restore menu by updating the close behavior, whoops, this is fixed
v0.0.19:
- adds some animations to the wallet
- fixes a bug that caused the autosave on app exit to not function properly
- sends a native OS notification when you receive a transaction
- implements an automatic save every few minutes if the wallet is left running
- windows now has a configurable installer which allows installation in a custom directory or for all users (all users requires administrative permissions)
- turtlecoin-wallet-backend-js version upgraded, now connects to daemon with KeepAlive = true
- fixes copy + paste on MacOS
- various UI improvements
v0.0.18: Fixes a stupid bug where the user is presented with a white screen on initial startup instead of a splash screen
v0.0.17: We've got dark mode! You heard me right, dark mode is now featured. Also some improvements were made to the navbar and the UI as well as some various bugfixes.
v0.0.16:
- This adds exporting to .csv which was a user requested feature to a new Tools menu
- also only allows one wallet to be open at a time until I can experiment with the behavior
v0.0.15:
- bumps turtlecoin-wallet-backend-js dependency to latest version
- hides the navigation when no wallet is open
- redirects to the main Wallet page any time after opening a new wallet
- various bug fixes
v0.0.14: This refactors the code to use the new Daemon() constructor in the wallet-backend library, as well as simplifies the node swapping behavior and adding some pretty little icons to the node selection textbox as well, one of which is animated.
v0.0.13: upgrade the turtlecoin-wallet-backend dependency to fix a bug that was caused by a batch of blocks in the ~200k range, also no longer checks for an update in development mode
v0.0.12: this version brings automatic release building and deployment to both github releases and the snap store. also, it's the first non-beta release.
v0.0.11-beta: adds a rescan wallet item to settings, allowing users to rescan their wallet from a desired block height
v0.0.10-beta: checks on startup to see if there's an updated version and if so prompts to download it
v0.0.9-beta: adds mac support, so we have mac binaries being released for the first time, along with some other small (travis-related) fixes.
v0.0.8-beta: adds some enhancements to the send form, also fixes a bug in the payment ID field
v0.0.7-beta: fix a "bug" where I forgot to update the balance on the navbar on transactions
v0.0.6-beta: add some autosave logic, the wallet now saves to file any time you open a new wallet or close the application automatically
v0.0.5-beta: implement a splash screen when there's not a wallet defined to give the user a choice on what to do on startup rather than auto-creating a wallet
v0.0.4-beta: Initial beta release, has basic wallet functionality including:
- opening and saving wallets
- restoring wallets from keys and seed
- backing up private keys and seed
- viewing balance and transcations
- sending transactions
- changing the connected node
- changing the wallet password