Skip to content

Releases: Runebase/Runebase-Lite-Wallet

v1.7.2

23 Dec 06:17
Compare
Choose a tag to compare

Runebase Lite Wallet v1.7.2 Release Notes

Documentation Updates

  • 📝 Added an iPhone build readme section to provide clear instructions for iPhone users.
  • 📝 Included a troubleshooting section in the documentation to address common issues.
  • 📝 Noted errors and their possible resolutions.

Bug Fixes

  • 🩹 Bumped the patch version and updated .gitignore (unignored backupwallet).
  • 🐛 Fixed an issue in importStore.reset by triggering it on mount instead of unmount.
  • 🐛 Addressed a deprecation warning in the code.

Version-specific Changes

  • 🩹 Starting from v1.7.2, a .dmg file is included for macOS users.

As always, we appreciate your feedback and support. Thank you for choosing Runebase Lite Wallet!

v1.7.1

20 Dec 09:43
78101bb
Compare
Choose a tag to compare

Runebase Lite Wallet v1.7.1 Release Notes

Update Management

  • ✨ Improved the checkForUpdates function for a more streamlined and efficient update process.
  • 🔄 Added a prompt notifying users when a new update is available.
  • ⬇️ Users can now choose whether to download the new version or continue with the current one.
  • 🔄 After downloading the update, a notification will prompt users to restart the application for the changes to take effect.

About

Runebase Lite Wallet v1.7.1 focuses on enhancing the user experience by refining the update management process. With the improved checkForUpdates function, users will be promptly informed about available updates, and they now have the option to choose when and whether to download and install the latest version. The application will conveniently guide users through the update process, ensuring a seamless experience.

We appreciate your continued support and feedback. Thank you for choosing Runebase Lite Wallet!

v1.7.0

20 Dec 05:20
91577d9
Compare
Choose a tag to compare

Runebase Lite Wallet - Version 1.7.0

New Features

Windows

  • Added NSIS installer for Windows.
  • Added portable version for Windows.

Linux

  • Added DEB package for Linux.
  • Added AppImage package for Linux.

AutoUpdater

  • Implemented Electron AutoUpdater for seamless application updates. This update includes changes aimed at resolving issues with the AutoUpdater to ensure a smoother update experience.

Enhancements

  • Included the latest.yml files for the AutoUpdater in this release.

Security

  • Added Content Security Policy (CSP) to enhance security.

General Updates

  • Bumped the minor version to 1.7.0.

Release Notes

Thank you for using our application! In this release, we've introduced new installation options for Windows and Linux, making it easier for users to install and update the application. The primary focus of this update is to address issues with the Electron AutoUpdater and ensure that the solution works effectively.

To further enhance security, we've implemented a Content Security Policy (CSP), adding an extra layer of protection to the application.

As always, we appreciate your feedback and support. If you encounter any issues or have suggestions, please let us know

Enjoy the latest version of Runebase Lite Wallet!

v1.6.8

19 Dec 12:17
70f3db4
Compare
Choose a tag to compare

Runebase Lite Wallet v1.6.8 Release Notes

Style Enhancements

  • 🎨 Added token images to the TokenField (Select) for a more visually engaging experience.
  • 🎨 Enhanced the Settings dropdown menu by adding icons for improved usability.

Bug Fixes

  • ⚡️ Fixed an issue in setSessionTimeOut where sessionLogoutInterval > 0 || isExtensionEn… was not being handled.
  • 🐛 Resolved a bug in CryptoController where initFinished only needs to be called once in the constructor.

About

Runebase Lite Wallet v1.6.8 brings style enhancements to the TokenField (Select) and Settings dropdown menu, providing a more visually appealing and user-friendly interface. Additionally, critical bug fixes have been implemented to ensure the smooth functioning of the application.

As always, we appreciate your feedback and support. Thank you for choosing Runebase Lite Wallet.

v1.6.7

19 Dec 07:33
883ca2a
Compare
Choose a tag to compare

Runebase Lite Wallet v1.6.7 Release Notes

Upgrades

  • ⬆️ Upgraded dependencies to the latest versions.

Build Improvements

  • 🔧 Improved build script, including version bumping.

Bug Fixes

  • 🐛 Fixed an issue with the GET_RRC_TOKEN_LIST inExtensionEnvironment sendResponse method.
  • 🐛 Resolved a bug related to session clearTimeout onPopupOpened for extensions.
  • 🐛 Addressed an issue with session clearing in both extension and abstraction apps.
  • 🐛 Fixed an issue in GET_SESSION_LOGOUT_INTERVAL.
  • 🐛 Removed unnecessary useEffect in MainContainer.

Enhancements

  • ⚡️ Improved importWallet by updating input labels.
  • ⚡️ Added hasBackButton in the navBar for better navigation in importWallet.
  • ⚡️ Removed cancel button in importWallet for a streamlined experience.

Refactoring

  • ⚡️ Refactored the importWallet module for better code organization.

Performance

  • ⚡️ Optimized importWallet styling for better performance.

Styles

  • ⚡️ Made styling fixes in importWallet.

Miscellaneous

  • Various other minor bug fixes and improvements.

About

Runebase Lite Wallet v1.6.7 is brought to you by the dedicated Runebase Development Team. We appreciate your continued support and feedback as we strive to enhance your Runebase experience.

v1.6.5

18 Dec 01:15
2ed4228
Compare
Choose a tag to compare

Release Note - Version 1.6.5

Overview

We are pleased to announce the release of version 1.6.5 of the runebase software. This release focuses on addressing specific issues and improving the build process, providing a more stable and efficient application.

Changes

Bug Fix

  • Removed web worker for scrypt algorithm, fixing a manifest v3 extension problem.

Build Improvement

  • Optimized the build process with enhancements to the build.sh script. These improvements contribute to a more streamlined and efficient build, facilitating a better development experience.

How to Upgrade

To benefit from these specific fixes and improvements, users are encouraged to upgrade to version 1.6.5. Follow the standard upgrade procedures provided in the documentation for a seamless transition.

Feedback

We appreciate your feedback! If you encounter any issues or have suggestions for further improvements, please share your thoughts on our GitHub repository.

Thank you for your continued support!

Sincerely,
The Runebase Development Team

v1.6.3

09 Dec 16:17
492ff3e
Compare
Choose a tag to compare

Release Notes

[1.6.3] - 2023-12-09

Features

  • Abstraction
    • Added QRCode scanner ToField (Cordova Android)

v1.6.2

07 Dec 19:05
925db63
Compare
Choose a tag to compare

Release Notes

[1.6.2] - 2023-12-07

Fixed

  • Abstraction
    • 🩹 Fix importWallet (seedphrase) crash

v1.6.1

07 Dec 17:31
489d3c4
Compare
Choose a tag to compare

Release Notes

[1.6.1] - 2023-12-07

Fixed

  • Abstraction
    • ⚡️ Remove unnecessary onclick function for handling input
    • ⚡️ SeedPhraseInput (Verify): show input of type text on focus event
    • ⚡️ Force verify seedphrase input to lowercase

v1.6.0

07 Dec 16:27
1614d21
Compare
Choose a tag to compare

Release Notes

[1.6.0] - 2023-12-07

Added

  • Abstraction
    • ⚡️ Start rebrand to Runebase-Lite-Wallet
    • Android icons (assets)
    • Wallet backup feature & various fixes
    • Electron build (Linux, Windows)
    • VerifyMnemonic page
    • Token Transfer History
    • Separate page for managing tokens
    • Add copy address button in receive page
    • Security algorithm option for the user (master account)
    • PoD (Proof of Delegation message signing)

Changed

  • Abstraction
    • Update/Migrate webpack 4 to 5
    • React 16 -> 18
    • Material-ui 1 -> 4

Fixed

  • Abstraction
    • Fix derivepassword async problem, fix back button "loading" problem
    • Fix object serialization/deserialization of PoD message in WebApp
    • Fix object serialization/deserialization of transaction array
    • Fix mistake in walletInfo return, fetch version from package.json
    • Fix a CSS width issue on phones
    • Correct gasPrice calculation (send token)
    • Fix breaking changes runebasejs-wallet API change
    • Temporarily disable network selector dropdowns
    • Fix a CSS width issue on phones
    • Fix fee estimation issue (runebasejs-wallet)
    • Upgrade eslint-webpack-plugin instead of eslint-loader
    • Fix webpack config, upgrade some deps, fix some type errors.

Removed

  • Abstraction
    • Remove extraResources from electron build config
    • Remove mobx-react